Searched refs:isButtonPressed (Results 1 – 8 of 8) sorted by relevance
1338 && (event.isButtonPressed(MotionEvent.BUTTON_STYLUS_PRIMARY) in isOpenQsEvent()1339 || event.isButtonPressed(MotionEvent.BUTTON_STYLUS_SECONDARY)); in isOpenQsEvent()1342 && (event.isButtonPressed(MotionEvent.BUTTON_SECONDARY) in isOpenQsEvent()1343 || event.isButtonPressed(MotionEvent.BUTTON_TERTIARY)); in isOpenQsEvent()
3657 public final boolean isButtonPressed(int button) { in isButtonPressed() method in MotionEvent
3227 && ev.isButtonPressed(MotionEvent.BUTTON_PRIMARY) in onInterceptTouchEvent()
15188 || !event.isButtonPressed(MotionEvent.BUTTON_PRIMARY)) { in handleScrollBarDragging()
1474 && !event.isButtonPressed(MotionEvent.BUTTON_PRIMARY)) { in shouldFilterOutTouchEvent()
32955 method public final boolean isButtonPressed(int);
50989 method public boolean isButtonPressed(int);
51133 method public boolean isButtonPressed(int);