Home
last modified time | relevance | path

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

/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DGestureDetectionStubAccessibilityService.java92 public int getGestureInfoSize() { in getGestureInfoSize() method in GestureDetectionStubAccessibilityService
173 if (getGestureInfoSize() == 0) { in assertGestureReceived()
175 } else if (getGestureInfoSize() > 1) { in assertGestureReceived()
DTouchExplorerTest.java666 return mService.getGestureInfo(mService.getGestureInfoSize() - 1).getMotionEvents(); in getMotionEventsForLastGesture()