Home
last modified time | relevance | path

Searched refs:isButtonPressed (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationPanelView.java1338 && (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()
/frameworks/base/core/java/android/view/
DMotionEvent.java3657 public final boolean isButtonPressed(int button) { in isButtonPressed() method in MotionEvent
DViewGroup.java3227 && ev.isButtonPressed(MotionEvent.BUTTON_PRIMARY) in onInterceptTouchEvent()
DView.java15188 || !event.isButtonPressed(MotionEvent.BUTTON_PRIMARY)) { in handleScrollBarDragging()
/frameworks/base/core/java/android/widget/
DEditor.java1474 && !event.isButtonPressed(MotionEvent.BUTTON_PRIMARY)) { in shouldFilterOutTouchEvent()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt32955 method public final boolean isButtonPressed(int);
/frameworks/base/non-updatable-api/
Dcurrent.txt50989 method public boolean isButtonPressed(int);
/frameworks/base/api/
Dcurrent.txt51133 method public boolean isButtonPressed(int);