Home
last modified time | relevance | path

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

/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DMagnificationGestureHandler.java787 return MotionEventInfo.countOf(mDelayedEventQueue, ACTION_UP); in tapCount()
1053 static int countOf(MotionEventInfo info, int eventType) { in countOf() method in MagnificationGestureHandler.MotionEventInfo
1056 + countOf(info.mNext, eventType); in countOf()