Searched defs:MotionEvent (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/ui/events/gesture_detection/
H A Dmotion_event.h15 // subset of Android's MotionEvent API used in gesture detection.
16 class GESTURE_DETECTION_EXPORT MotionEvent { class in namespace:ui
47 virtual ~MotionEvent() {}
79 virtual scoped_ptr<MotionEvent> Clone() const = 0;
80 virtual scoped_ptr<MotionEvent> Cancel() const = 0;
103 GESTURE_DETECTION_EXPORT bool operator==(const MotionEvent& lhs,
104 const MotionEvent& rhs);
105 GESTURE_DETECTION_EXPORT bool operator!=(const MotionEvent& lhs,
106 const MotionEvent& rhs);
H A Dscale_gesture_detector.cc43 const ScaleGestureDetector&, const MotionEvent&) {
48 const ScaleGestureDetector&, const MotionEvent&) {
53 const ScaleGestureDetector&, const MotionEvent&) {}
91 bool ScaleGestureDetector::OnTouchEvent(const MotionEvent& event) {
97 action == MotionEvent::ACTION_UP ||
98 action == MotionEvent::ACTION_CANCEL ||
99 (action == MotionEvent::ACTION_POINTER_DOWN && InDoubleTapMode());
101 if (action == MotionEvent::ACTION_DOWN || stream_complete) {
118 const bool config_changed = action == MotionEvent::ACTION_DOWN ||
119 action == MotionEvent
42 OnScale( const ScaleGestureDetector&, const MotionEvent&) argument
47 OnScaleBegin( const ScaleGestureDetector&, const MotionEvent&) argument
52 OnScaleEnd( const ScaleGestureDetector&, const MotionEvent&) argument
[all...]
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...

Completed in 380 milliseconds