Home
last modified time | relevance | path

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

12

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/bouncer/domain/interactor/
DBouncerActionButtonInteractorTest.kt105 val actionButton by collectLastValue(underTest.actionButton) in noTelephonyRadio_noButton() constant
114 val actionButton by collectLastValue(underTest.actionButton) in noTelecomManager_noButton() constant
122 val actionButton by collectLastValue(underTest.actionButton) in duringCall_returnToCallButton() constant
144 val actionButton by collectLastValue(underTest.actionButton) in noCall_secureAuthMethod_emergencyCallButton() constant
176 val actionButton by collectLastValue(underTest.actionButton) in noCall_insecureAuthMethodButSecureSim_emergencyCallButton() constant
194 val actionButton by collectLastValue(underTest.actionButton) in noCall_insecure_noButton() constant
208 val actionButton by collectLastValue(underTest.actionButton) in noCall_simSecureButEmergencyNotSupported_noButton() constant
/frameworks/native/services/inputflinger/include/
DNotifyArgsBuilders.h68 MotionArgsBuilder& actionButton(int32_t actionButton) { in actionButton() function
DNotifyArgs.h97 int32_t actionButton; member
/frameworks/native/services/inputflinger/reader/mapper/gestures/
DGestureConverter.cpp256 uint32_t actionButton = gesturesButtonToMotionEventButton(button); in handleButtonsChange() local
280 uint32_t actionButton = gesturesButtonToMotionEventButton(button); in handleButtonsChange() local
623 int32_t actionButton, int32_t buttonState, in makeMotionArgs()
/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/
DCursorInputMapper.cpp336 int32_t actionButton = BitSet32::valueForBit(released.clearFirstMarkedBit()); in sync() local
360 int32_t actionButton = BitSet32::valueForBit(pressed.clearFirstMarkedBit()); in sync() local
DCapturedTouchpadEventConverter.cpp277 const std::vector<PointerProperties>& properties, int32_t actionButton, int32_t flags) { in makeMotionArgs()
DTouchInputMapper.cpp2134 int32_t actionButton = BitSet32::valueForBit(releasedButtons.clearFirstMarkedBit()); in dispatchButtonRelease() local
2156 int32_t actionButton = BitSet32::valueForBit(pressedButtons.clearFirstMarkedBit()); in dispatchButtonPress() local
2180 int32_t actionButton = BitSet32::valueForBit(releasedButtons.clearFirstMarkedBit()); in dispatchGestureButtonRelease() local
2204 int32_t actionButton = BitSet32::valueForBit(pressedButtons.clearFirstMarkedBit()); in dispatchGestureButtonPress() local
3636 int32_t actionButton, int32_t flags, int32_t metaState, int32_t buttonState, in dispatchMotion()
/frameworks/native/include/input/
DInputEventBuilders.h90 MotionEventBuilder& actionButton(int32_t actionButton) { in actionButton() function
DInputTransport.h122 int32_t actionButton; member
/frameworks/native/services/inputflinger/tests/
DNotifyArgs_test.cpp42 int32_t actionButton = AMOTION_EVENT_BUTTON_PRIMARY; in TEST() 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.cpp67 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/packages/SettingsLib/Spa/spa/src/com/android/settingslib/spa/widget/button/
DActionButtons.kt71 for ((index, actionButton) in actionButtons.withIndex()) { in ActionButtons() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/domain/interactor/
DBouncerActionButtonInteractor.kt74 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.cpp191 int32_t actionButton, int32_t flags, int32_t metaState, in MotionEntry()
DEntry.h160 int32_t actionButton; member
/frameworks/native/libs/input/
DInputTransport.cpp577 int32_t actionButton, int32_t flags, int32_t edgeFlags, int32_t metaState, in publishMotionEvent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/ui/viewmodel/
DBouncerViewModel.kt182 val actionButton: StateFlow<BouncerActionButtonModel?> = in <lambda>() constant
/frameworks/native/libs/input/tests/
DInputPublisherAndConsumer_test.cpp52 const int32_t actionButton = 0; member
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/bouncer/ui/composable/
DBouncerContent.kt702 val actionButton: BouncerActionButtonModel? by in ActionArea() constant

12