Searched refs:releaseButton (Results 1 – 2 of 2) sorted by relevance
161 public Builder releaseButton(@Button int... buttons) { in releaseButton() method in TestEvents.Builder220 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()
112 mStartBuilder.releaseButton(MotionEvent.BUTTON_PRIMARY).build())); in testBadStart_NoButtons()130 mStartBuilder.touch().releaseButton(MotionEvent.BUTTON_PRIMARY).build())); in testBadStart_Touch()