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/shade/
DQuickSettingsControllerImpl.java576 action == MotionEvent.ACTION_DOWN && (event.isButtonPressed( in isOpenQsEvent()
577 MotionEvent.BUTTON_STYLUS_PRIMARY) || event.isButtonPressed( in isOpenQsEvent()
582 action == MotionEvent.ACTION_DOWN && (event.isButtonPressed( in isOpenQsEvent()
583 MotionEvent.BUTTON_SECONDARY) || event.isButtonPressed( in isOpenQsEvent()
/frameworks/base/core/java/android/view/
DMotionEvent.java4125 public final boolean isButtonPressed(int button) { in isButtonPressed() method in MotionEvent
DViewGroup.java3289 && ev.isButtonPressed(MotionEvent.BUTTON_PRIMARY) in onInterceptTouchEvent()
DView.java17756 || !event.isButtonPressed(MotionEvent.BUTTON_PRIMARY)) { in handleScrollBarDragging()
/frameworks/base/core/java/android/widget/
DEditor.java1766 && !event.isButtonPressed(MotionEvent.BUTTON_PRIMARY)) { in shouldFilterOutTouchEvent()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt32955 method public final boolean isButtonPressed(int);
/frameworks/base/core/api/
Dcurrent.txt51846 method public boolean isButtonPressed(int);