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

/external/chromium_org/content/browser/renderer_host/input/
H A Dmotion_event_web.cc115 float MotionEventWeb::GetTouchMinor(size_t pointer_index) const { function in class:content::MotionEventWeb
H A Dmotion_event_android.cc313 float MotionEventAndroid::GetTouchMinor(size_t pointer_index) const { function in class:content::MotionEventAndroid
/external/chromium_org/ui/events/gesture_detection/
H A Dmotion_event.h61 virtual float GetTouchMinor(size_t pointer_index) const = 0;
90 float GetTouchMinor() const { return GetTouchMinor(0); } function in class:ui::MotionEvent
H A Dmotion_event_generic.cc116 float MotionEventGeneric::GetTouchMinor(size_t pointer_index) const { function in class:ui::MotionEventGeneric
/external/chromium_org/ui/events/gestures/
H A Dmotion_event_aura.cc154 float MotionEventAura::GetTouchMinor(size_t pointer_index) const { function in class:ui::MotionEventAura

Completed in 655 milliseconds