Home
last modified time | relevance | path

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

/frameworks/support/recyclerview-selection/src/androidTest/java/androidx/recyclerview/selection/testing/
DTestEvents.java161 public Builder releaseButton(@Button int... buttons) { in releaseButton() method in TestEvents.Builder
220 releaseButton(MotionEvent.BUTTON_SECONDARY); in primary()
221 releaseButton(MotionEvent.BUTTON_TERTIARY); in primary()
227 releaseButton(MotionEvent.BUTTON_PRIMARY); in secondary()
228 releaseButton(MotionEvent.BUTTON_TERTIARY); in secondary()
234 releaseButton(MotionEvent.BUTTON_PRIMARY); in tertiary()
235 releaseButton(MotionEvent.BUTTON_SECONDARY); in tertiary()
/frameworks/support/recyclerview-selection/src/androidTest/java/androidx/recyclerview/selection/
DBandSelectionHelperTest.java112 mStartBuilder.releaseButton(MotionEvent.BUTTON_PRIMARY).build())); in testBadStart_NoButtons()
130 mStartBuilder.touch().releaseButton(MotionEvent.BUTTON_PRIMARY).build())); in testBadStart_Touch()