Searched refs:getActionButton (Results 1 – 12 of 12) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wallet/ui/ |
H A D | WalletScreenControllerTest.java | 163 assertEquals(GONE, mWalletView.getActionButton().getVisibility()); in queryCards_deviceLocked_udfpsEnabled_hideUnlockButton() 189 assertEquals(VISIBLE, mWalletView.getActionButton().getVisibility()); in queryCards_deviceLocked_udfpsNotEnabled_showUnlockButton() 239 assertEquals("Verify now", mWalletView.getActionButton().getText().toString()); in queryCards_hasCards_showCarousel_pendingActivationCard_parseLabel() 240 assertEquals(VISIBLE, mWalletView.getActionButton().getVisibility()); in queryCards_hasCards_showCarousel_pendingActivationCard_parseLabel() 265 assertEquals(GONE, mWalletView.getActionButton().getVisibility()); in queryCards_hasCards_showCarousel_badCard_parseLabel_notCrash() 290 assertEquals(GONE, mWalletView.getActionButton().getVisibility()); in queryCards_hasCards_showCarousel_badCard_noLabel_notCrash()
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | InputEventConsistencyVerifier.java | 478 final int actionButton = event.getActionButton(); in onGenericMotionEvent() 634 final int actionButton = event.getActionButton(); in ensureActionButtonIsNonZeroForThisAction()
|
H A D | GestureDetector.java | 814 final int actionButton = ev.getActionButton(); in onGenericMotionEvent()
|
H A D | MotionEvent.java | 2911 public final int getActionButton() { in getActionButton() method in MotionEvent 3890 appendUnless("0", msg, ", actionButton=", buttonStateToString(getActionButton())); in toString()
|
H A D | View.java | 15812 final int actionButton = event.getActionButton(); in dispatchGenericMotionEventInternal()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/ui/ |
H A D | WalletView.java | 256 Button getActionButton() { in getActionButton() method in WalletView
|
/aosp14/frameworks/base/native/android/ |
H A D | input.cpp | 287 return static_cast<const MotionEvent*>(motion_event)->getActionButton(); in AMotionEvent_getActionButton()
|
/aosp14/frameworks/base/core/jni/ |
H A D | android_view_InputEventSender.cpp | 151 event->getAction(), event->getActionButton(), in sendMotionEvent()
|
H A D | android_view_MotionEvent.cpp | 663 return event->getActionButton(); in android_view_MotionEvent_nativeGetActionButton()
|
/aosp14/frameworks/base/core/java/android/widget/ |
H A D | AbsListView.java | 4536 int actionButton = event.getActionButton(); in onGenericMotionEvent()
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 51297 method public int getActionButton();
|