/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/bouncer/domain/interactor/ |
D | BouncerActionButtonInteractorTest.kt | 107 val actionButton by collectLastValue(underTest.actionButton) in noTelephonyRadio_noButton() constant 116 val actionButton by collectLastValue(underTest.actionButton) in noTelecomManager_noButton() constant 124 val actionButton by collectLastValue(underTest.actionButton) in duringCall_returnToCallButton() constant 147 val actionButton by collectLastValue(underTest.actionButton) in noCall_secureAuthMethod_emergencyCallButton() constant 180 val actionButton by collectLastValue(underTest.actionButton) in noCall_insecureAuthMethodButSecureSim_emergencyCallButtonIsActionButton() constant 198 val actionButton by collectLastValue(underTest.actionButton) in noCall_insecure_noButton() constant 212 val actionButton by collectLastValue(underTest.actionButton) in noCall_simSecureButEmergencyNotSupported_noButton() constant
|
/frameworks/native/include/input/ |
D | InputEventBuilders.h | 108 InputMessageBuilder& actionButton(int32_t actionButton) { in actionButton() function 281 MotionEventBuilder& actionButton(int32_t actionButton) { in actionButton() argument
|
/frameworks/native/services/inputflinger/include/ |
D | NotifyArgsBuilders.h | 75 MotionArgsBuilder& actionButton(int32_t actionButton) { in actionButton() function
|
D | NotifyArgs.h | 82 int32_t actionButton; member
|
/frameworks/native/libs/input/ |
D | InputVerifier.cpp | 43 int32_t actionButton, uint32_t pointerCount, in processMovement()
|
D | InputTransport.cpp | 589 int32_t actionButton, int32_t flags, int32_t edgeFlags, int32_t metaState, in publishMotionEvent()
|
/frameworks/base/packages/SettingsLib/Spa/spa/src/com/android/settingslib/spa/widget/button/ |
D | ActionButtons.kt | 77 for (actionButton in actionButtons) { in ActionButtons() method 88 for ((index, actionButton) in actionButtons.withIndex()) { in ActionButtons() method
|
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/ |
D | PrintErrorFragment.java | 72 Button actionButton = (Button) view.findViewById(R.id.action_button); in onViewCreated() local
|
/frameworks/native/services/inputflinger/reader/mapper/gestures/ |
D | GestureConverter.cpp | 303 uint32_t actionButton = gesturesButtonToMotionEventButton(button); in handleButtonsChange() local 326 uint32_t actionButton = gesturesButtonToMotionEventButton(button); in handleButtonsChange() local 686 int32_t actionButton, int32_t buttonState, in makeMotionArgs()
|
/frameworks/native/services/inputflinger/reader/mapper/ |
D | CursorInputMapper.cpp | 337 int32_t actionButton = BitSet32::valueForBit(released.clearFirstMarkedBit()); in sync() local 361 int32_t actionButton = BitSet32::valueForBit(pressed.clearFirstMarkedBit()); in sync() local
|
D | CapturedTouchpadEventConverter.cpp | 309 const std::vector<PointerProperties>& properties, int32_t actionButton, int32_t flags) { in makeMotionArgs()
|
D | TouchInputMapper.cpp | 2198 int32_t actionButton = BitSet32::valueForBit(releasedButtons.clearFirstMarkedBit()); in dispatchButtonRelease() local 2220 int32_t actionButton = BitSet32::valueForBit(pressedButtons.clearFirstMarkedBit()); in dispatchButtonPress() local 2244 int32_t actionButton = BitSet32::valueForBit(releasedButtons.clearFirstMarkedBit()); in dispatchGestureButtonRelease() local 2268 int32_t actionButton = BitSet32::valueForBit(pressedButtons.clearFirstMarkedBit()); in dispatchGestureButtonPress() local 3718 ui::LogicalDisplayId displayId, int32_t action, int32_t actionButton, int32_t flags, in dispatchMotion()
|
/frameworks/native/services/inputflinger/tests/ |
D | NotifyArgs_test.cpp | 42 int32_t actionButton = AMOTION_EVENT_BUTTON_PRIMARY; in TEST() local
|
/frameworks/native/services/inputflinger/tests/fuzzers/ |
D | FuzzedInputStream.h | 196 const int32_t actionButton = fdp.ConsumeIntegralInRange<int32_t>(0, MAX_ACTION_BUTTON_VALUE); in generateFuzzedMotionArgs() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ui/binder/ |
D | ScreenshotShelfViewBinder.kt | 208 val actionButton = in <lambda>() constant
|
/frameworks/native/services/inputflinger/ |
D | InputCommonConverter.cpp | 107 static common::Button getActionButton(int32_t actionButton) { in getActionButton()
|
D | NotifyArgs.cpp | 62 ui::LogicalDisplayId displayId, uint32_t policyFlags, int32_t action, int32_t actionButton, in NotifyMotionArgs()
|
/frameworks/base/core/java/android/view/ |
D | InputEventConsistencyVerifier.java | 478 final int actionButton = event.getActionButton(); in onGenericMotionEvent() local 634 final int actionButton = event.getActionButton(); in ensureActionButtonIsNonZeroForThisAction() local
|
D | GestureDetector.java | 846 final int actionButton = ev.getActionButton(); in onGenericMotionEvent() local
|
/frameworks/base/services/accessibility/java/com/android/server/accessibility/autoclick/ |
D | AutoclickController.java | 917 int actionButton = BUTTON_PRIMARY; in sendClick() local 946 private void sendMotionEvent(int actionButton, long eventTime) { in sendMotionEvent()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/domain/interactor/ |
D | BouncerActionButtonInteractor.kt | 79 val actionButton: Flow<BouncerActionButtonModel?> = constant in com.android.systemui.bouncer.domain.interactor.BouncerActionButtonInteractor
|
/frameworks/native/services/inputflinger/dispatcher/trace/ |
D | InputTracingBackendInterface.h | 75 int32_t actionButton; member
|
/frameworks/native/services/inputflinger/dispatcher/ |
D | Entry.cpp | 182 int32_t actionButton, int32_t flags, int32_t metaState, in MotionEntry()
|
D | Entry.h | 161 int32_t actionButton; member
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/ui/viewmodel/ |
D | BouncerOverlayContentViewModel.kt | 122 val actionButton: StateFlow<BouncerActionButtonModel?> = _actionButton.asStateFlow() in <lambda>() constant in com.android.systemui.bouncer.ui.viewmodel.BouncerOverlayContentViewModel
|