Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DQuickSettingsController.java583 action == MotionEvent.ACTION_DOWN && (event.isButtonPressed( in isOpenQsEvent()
584 MotionEvent.BUTTON_STYLUS_PRIMARY) || event.isButtonPressed( in isOpenQsEvent()
589 action == MotionEvent.ACTION_DOWN && (event.isButtonPressed( in isOpenQsEvent()
590 MotionEvent.BUTTON_SECONDARY) || event.isButtonPressed( in isOpenQsEvent()
/aosp14/frameworks/base/core/java/android/view/
H A DMotionEvent.java4095 public final boolean isButtonPressed(int button) { in isButtonPressed() method in MotionEvent
H A DViewGroup.java3290 && ev.isButtonPressed(MotionEvent.BUTTON_PRIMARY) in onInterceptTouchEvent()
H A DView.java16941 || !event.isButtonPressed(MotionEvent.BUTTON_PRIMARY)) { in handleScrollBarDragging()
/aosp14/frameworks/base/core/java/android/widget/
H A DEditor.java1763 && !event.isButtonPressed(MotionEvent.BUTTON_PRIMARY)) { in shouldFilterOutTouchEvent()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt51365 method public boolean isButtonPressed(int);