Searched refs:CLICK_DURATION (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/ |
D | MotionEventInjectorTest.java | 95 private static final int CLICK_DURATION = 10; field in MotionEventInjectorTest 144 0, 0, false, CLICK_DURATION, CLICK_POINT, CLICK_POINT); in setUp() 153 mClickUpEvent = MotionEvent.obtain(0, CLICK_DURATION, ACTION_UP, CLICK_POINT.x, in setUp() 170 hasTimeFromDown(CLICK_DURATION)); in setUp() 228 new GestureStep(CLICK_DURATION, tooManyPointsCount, endTouchPoints)); in testInjectEvents_gestureWithTooManyPoints_shouldNotCrash()
|