HomeSort by relevance Sort by last modified time
    Searched defs:MotionEventAndroid (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/browser/renderer_host/input/
motion_event_android.cc 16 int ToAndroidAction(MotionEventAndroid::Action action) {
18 case MotionEventAndroid::ACTION_DOWN:
20 case MotionEventAndroid::ACTION_UP:
22 case MotionEventAndroid::ACTION_MOVE:
24 case MotionEventAndroid::ACTION_CANCEL:
26 case MotionEventAndroid::ACTION_POINTER_DOWN:
28 case MotionEventAndroid::ACTION_POINTER_UP:
36 MotionEventAndroid::Action FromAndroidAction(int android_action) {
39 return MotionEventAndroid::ACTION_DOWN;
41 return MotionEventAndroid::ACTION_UP
    [all...]
motion_event_android.h 21 class MotionEventAndroid : public ui::MotionEvent {
25 MotionEventAndroid(float pix_to_dip,
46 virtual ~MotionEventAndroid();
84 const MotionEventAndroid& event);
93 MotionEventAndroid();
94 MotionEventAndroid(float pix_to_dip, JNIEnv* env, jobject event);
95 MotionEventAndroid(const MotionEventAndroid&);
96 MotionEventAndroid& operator=(const MotionEventAndroid&)
    [all...]

Completed in 80 milliseconds