HomeSort by relevance Sort by last modified time
    Searched refs:MotionEventAndroid (Results 1 - 5 of 5) 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...]
web_input_event_builders_android.h 14 class MotionEventAndroid;
  /external/chromium_org/content/browser/android/
browser_jni_registrar.cc 76 {"MotionEventAndroid",
77 content::MotionEventAndroid::RegisterMotionEventAndroid},
content_view_core_impl.cc     [all...]

Completed in 183 milliseconds