Home
last modified time | relevance | path

Searched refs:getActionButton (Results 1 – 14 of 14) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wallet/ui/
H A DWalletScreenControllerTest.java156 assertEquals(GONE, mWalletView.getActionButton().getVisibility()); in queryCards_deviceLocked_udfpsEnabled_hideUnlockButton()
182 assertEquals(VISIBLE, mWalletView.getActionButton().getVisibility()); in queryCards_deviceLocked_udfpsNotEnabled_showUnlockButton()
232 assertEquals("Verify now", mWalletView.getActionButton().getText().toString()); in queryCards_hasCards_showCarousel_pendingActivationCard_parseLabel()
233 assertEquals(VISIBLE, mWalletView.getActionButton().getVisibility()); in queryCards_hasCards_showCarousel_pendingActivationCard_parseLabel()
258 assertEquals(GONE, mWalletView.getActionButton().getVisibility()); in queryCards_hasCards_showCarousel_badCard_parseLabel_notCrash()
283 assertEquals(GONE, mWalletView.getActionButton().getVisibility()); in queryCards_hasCards_showCarousel_badCard_noLabel_notCrash()
/aosp12/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.java808 final int actionButton = ev.getActionButton(); in onGenericMotionEvent()
H A DMotionEvent.java2669 public final int getActionButton() { in getActionButton() method in MotionEvent
3598 appendUnless("0", msg, ", actionButton=", buttonStateToString(getActionButton())); in toString()
H A DView.java14742 final int actionButton = event.getActionButton(); in dispatchGenericMotionEventInternal()
/aosp12/frameworks/native/services/inputflinger/
H A DInputClassifierConverter.cpp88 static common::V1_0::Button getActionButton(int32_t actionButton) { in getActionButton() function
364 event.actionButton = getActionButton(args.actionButton); in notifyMotionArgsToHalMotionEvent()
/aosp12/frameworks/base/core/jni/
H A Dandroid_view_InputEventSender.cpp150 event->getAction(), event->getActionButton(), in sendMotionEvent()
H A Dandroid_view_MotionEvent.cpp664 return event->getActionButton(); in android_view_MotionEvent_nativeGetActionButton()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/ui/
H A DWalletView.java254 Button getActionButton() { in getActionButton() method in WalletView
/aosp12/frameworks/native/include/input/
H A DInput.h556 inline int32_t getActionButton() const { return mActionButton; } in getActionButton() function
/aosp12/frameworks/base/core/java/android/widget/
H A DAbsListView.java4353 int actionButton = event.getActionButton(); in onGenericMotionEvent()
/aosp12/frameworks/native/services/inputflinger/dispatcher/
H A DInputDispatcher.cpp4122 int32_t actionButton = motionEvent.getActionButton(); in injectInputEvent()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt47995 method public int getActionButton();