Home
last modified time | relevance | path

Searched defs:actionButton (Results 1 – 25 of 34) sorted by relevance

12

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/bouncer/domain/interactor/
DBouncerActionButtonInteractorTest.kt107 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/
DInputEventBuilders.h108 InputMessageBuilder& actionButton(int32_t actionButton) { in actionButton() function
281 MotionEventBuilder& actionButton(int32_t actionButton) { in actionButton() argument
/frameworks/native/services/inputflinger/include/
DNotifyArgsBuilders.h75 MotionArgsBuilder& actionButton(int32_t actionButton) { in actionButton() function
DNotifyArgs.h82 int32_t actionButton; member
/frameworks/native/libs/input/
DInputVerifier.cpp43 int32_t actionButton, uint32_t pointerCount, in processMovement()
DInputTransport.cpp589 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/
DActionButtons.kt77 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/
DPrintErrorFragment.java72 Button actionButton = (Button) view.findViewById(R.id.action_button); in onViewCreated() local
/frameworks/native/services/inputflinger/reader/mapper/gestures/
DGestureConverter.cpp303 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/
DCursorInputMapper.cpp337 int32_t actionButton = BitSet32::valueForBit(released.clearFirstMarkedBit()); in sync() local
361 int32_t actionButton = BitSet32::valueForBit(pressed.clearFirstMarkedBit()); in sync() local
DCapturedTouchpadEventConverter.cpp309 const std::vector<PointerProperties>& properties, int32_t actionButton, int32_t flags) { in makeMotionArgs()
DTouchInputMapper.cpp2198 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/
DNotifyArgs_test.cpp42 int32_t actionButton = AMOTION_EVENT_BUTTON_PRIMARY; in TEST() local
/frameworks/native/services/inputflinger/tests/fuzzers/
DFuzzedInputStream.h196 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/
DScreenshotShelfViewBinder.kt208 val actionButton = in <lambda>() constant
/frameworks/native/services/inputflinger/
DInputCommonConverter.cpp107 static common::Button getActionButton(int32_t actionButton) { in getActionButton()
DNotifyArgs.cpp62 ui::LogicalDisplayId displayId, uint32_t policyFlags, int32_t action, int32_t actionButton, in NotifyMotionArgs()
/frameworks/base/core/java/android/view/
DInputEventConsistencyVerifier.java478 final int actionButton = event.getActionButton(); in onGenericMotionEvent() local
634 final int actionButton = event.getActionButton(); in ensureActionButtonIsNonZeroForThisAction() local
DGestureDetector.java846 final int actionButton = ev.getActionButton(); in onGenericMotionEvent() local
/frameworks/base/services/accessibility/java/com/android/server/accessibility/autoclick/
DAutoclickController.java917 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/
DBouncerActionButtonInteractor.kt79 val actionButton: Flow<BouncerActionButtonModel?> = constant in com.android.systemui.bouncer.domain.interactor.BouncerActionButtonInteractor
/frameworks/native/services/inputflinger/dispatcher/trace/
DInputTracingBackendInterface.h75 int32_t actionButton; member
/frameworks/native/services/inputflinger/dispatcher/
DEntry.cpp182 int32_t actionButton, int32_t flags, int32_t metaState, in MotionEntry()
DEntry.h161 int32_t actionButton; member
/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/ui/viewmodel/
DBouncerOverlayContentViewModel.kt122 val actionButton: StateFlow<BouncerActionButtonModel?> = _actionButton.asStateFlow() in <lambda>() constant in com.android.systemui.bouncer.ui.viewmodel.BouncerOverlayContentViewModel

12