Home
last modified time | relevance | path

Searched refs:MotionEventInfo (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DMagnificationGestureHandler.java252 + MotionEventInfo.toString(mDetectingState.mDelayedEventQueue)); in onDestroy()
619 private MotionEventInfo mDelayedEventQueue;
787 return MotionEventInfo.countOf(mDelayedEventQueue, ACTION_UP); in tapCount()
827 MotionEventInfo info = MotionEventInfo.obtain(event, rawEvent, in cacheDelayedMotionEvent()
832 MotionEventInfo tail = mDelayedEventQueue; in cacheDelayedMotionEvent()
842 MotionEventInfo info = mDelayedEventQueue; in sendDelayedMotionEvents()
853 MotionEventInfo info = mDelayedEventQueue; in clearDelayedMotionEvents()
873 + MotionEventInfo.toString(mDelayedEventQueue)); in onTripleTap()
903 ", mDelayedEventQueue=" + MotionEventInfo.toString(mDelayedEventQueue) + in toString()
987 private static final class MotionEventInfo { class in MagnificationGestureHandler
[all …]