Home
last modified time | relevance | path

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 DWalletScreenControllerTest.java163 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 DInputEventConsistencyVerifier.java478 final int actionButton = event.getActionButton(); in onGenericMotionEvent()
634 final int actionButton = event.getActionButton(); in ensureActionButtonIsNonZeroForThisAction()
H A DGestureDetector.java814 final int actionButton = ev.getActionButton(); in onGenericMotionEvent()
H A DMotionEvent.java2911 public final int getActionButton() { in getActionButton() method in MotionEvent
3890 appendUnless("0", msg, ", actionButton=", buttonStateToString(getActionButton())); in toString()
H A DView.java15812 final int actionButton = event.getActionButton(); in dispatchGenericMotionEventInternal()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/ui/
H A DWalletView.java256 Button getActionButton() { in getActionButton() method in WalletView
/aosp14/frameworks/base/native/android/
H A Dinput.cpp287 return static_cast<const MotionEvent*>(motion_event)->getActionButton(); in AMotionEvent_getActionButton()
/aosp14/frameworks/base/core/jni/
H A Dandroid_view_InputEventSender.cpp151 event->getAction(), event->getActionButton(), in sendMotionEvent()
H A Dandroid_view_MotionEvent.cpp663 return event->getActionButton(); in android_view_MotionEvent_nativeGetActionButton()
/aosp14/frameworks/base/core/java/android/widget/
H A DAbsListView.java4536 int actionButton = event.getActionButton(); in onGenericMotionEvent()
/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.txt51297 method public int getActionButton();