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 | 100 private static final int CLICK_DURATION = 10; field in MotionEventInjectorTest 158 0, 0, false, CLICK_DURATION, CLICK_POINT, CLICK_POINT); in setUp() 169 mClickUpEvent = MotionEvent.obtain(0, CLICK_DURATION, ACTION_UP, CLICK_POINT.x, in setUp() 188 hasTimeFromDown(CLICK_DURATION)); in setUp() 246 new GestureStep(CLICK_DURATION, tooManyPointsCount, endTouchPoints)); in testInjectEvents_gestureWithTooManyPoints_shouldNotCrash()
|