/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wallet/ui/ |
H A D | WalletScreenControllerTest.java | 156 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 D | InputEventConsistencyVerifier.java | 478 final int actionButton = event.getActionButton(); in onGenericMotionEvent() 634 final int actionButton = event.getActionButton(); in ensureActionButtonIsNonZeroForThisAction()
|
H A D | GestureDetector.java | 808 final int actionButton = ev.getActionButton(); in onGenericMotionEvent()
|
H A D | MotionEvent.java | 2669 public final int getActionButton() { in getActionButton() method in MotionEvent 3598 appendUnless("0", msg, ", actionButton=", buttonStateToString(getActionButton())); in toString()
|
H A D | View.java | 14742 final int actionButton = event.getActionButton(); in dispatchGenericMotionEventInternal()
|
/aosp12/frameworks/native/services/inputflinger/ |
H A D | InputClassifierConverter.cpp | 88 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 D | android_view_InputEventSender.cpp | 150 event->getAction(), event->getActionButton(), in sendMotionEvent()
|
H A D | android_view_MotionEvent.cpp | 664 return event->getActionButton(); in android_view_MotionEvent_nativeGetActionButton()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/ui/ |
H A D | WalletView.java | 254 Button getActionButton() { in getActionButton() method in WalletView
|
/aosp12/frameworks/native/include/input/ |
H A D | Input.h | 556 inline int32_t getActionButton() const { return mActionButton; } in getActionButton() function
|
/aosp12/frameworks/base/core/java/android/widget/ |
H A D | AbsListView.java | 4353 int actionButton = event.getActionButton(); in onGenericMotionEvent()
|
/aosp12/frameworks/native/services/inputflinger/dispatcher/ |
H A D | InputDispatcher.cpp | 4122 int32_t actionButton = motionEvent.getActionButton(); in injectInputEvent()
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 47995 method public int getActionButton();
|