Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
DTestEvent.java392 public Builder releaseButton(@Button int... buttons) { in releaseButton() method in TestEvent.Builder
476 releaseButton(MotionEvent.BUTTON_SECONDARY); in primary()
477 releaseButton(MotionEvent.BUTTON_TERTIARY); in primary()
483 releaseButton(MotionEvent.BUTTON_PRIMARY); in secondary()
484 releaseButton(MotionEvent.BUTTON_TERTIARY); in secondary()
490 releaseButton(MotionEvent.BUTTON_PRIMARY); in tertiary()
491 releaseButton(MotionEvent.BUTTON_SECONDARY); in tertiary()
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/selection/
DBandControllerTest.java61 goodStartEventBuilder().releaseButton(MotionEvent.BUTTON_PRIMARY).build())); in testBadStart_NoButtons()
76 goodStartEventBuilder().touch().releaseButton(MotionEvent.BUTTON_PRIMARY).build())); in testBadStart_Touch()