/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/bouncer/domain/interactor/ |
D | BouncerActionButtonInteractorTest.kt | 105 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/ |
D | NotifyArgsBuilders.h | 68 MotionArgsBuilder& actionButton(int32_t actionButton) { in actionButton() function
|
D | NotifyArgs.h | 97 int32_t actionButton; member
|
/frameworks/native/services/inputflinger/reader/mapper/gestures/ |
D | GestureConverter.cpp | 256 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/ |
D | PrintErrorFragment.java | 72 Button actionButton = (Button) view.findViewById(R.id.action_button); in onViewCreated() local
|
/frameworks/native/services/inputflinger/reader/mapper/ |
D | CursorInputMapper.cpp | 336 int32_t actionButton = BitSet32::valueForBit(released.clearFirstMarkedBit()); in sync() local 360 int32_t actionButton = BitSet32::valueForBit(pressed.clearFirstMarkedBit()); in sync() local
|
D | CapturedTouchpadEventConverter.cpp | 277 const std::vector<PointerProperties>& properties, int32_t actionButton, int32_t flags) { in makeMotionArgs()
|
D | TouchInputMapper.cpp | 2134 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/ |
D | InputEventBuilders.h | 90 MotionEventBuilder& actionButton(int32_t actionButton) { in actionButton() function
|
D | InputTransport.h | 122 int32_t actionButton; member
|
/frameworks/native/services/inputflinger/tests/ |
D | NotifyArgs_test.cpp | 42 int32_t actionButton = AMOTION_EVENT_BUTTON_PRIMARY; in TEST() 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 | 67 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/packages/SettingsLib/Spa/spa/src/com/android/settingslib/spa/widget/button/ |
D | ActionButtons.kt | 71 for ((index, actionButton) in actionButtons.withIndex()) { in ActionButtons() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/domain/interactor/ |
D | BouncerActionButtonInteractor.kt | 74 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 | 191 int32_t actionButton, int32_t flags, int32_t metaState, in MotionEntry()
|
D | Entry.h | 160 int32_t actionButton; member
|
/frameworks/native/libs/input/ |
D | InputTransport.cpp | 577 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/ |
D | BouncerViewModel.kt | 182 val actionButton: StateFlow<BouncerActionButtonModel?> = in <lambda>() constant
|
/frameworks/native/libs/input/tests/ |
D | InputPublisherAndConsumer_test.cpp | 52 const int32_t actionButton = 0; member
|
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/bouncer/ui/composable/ |
D | BouncerContent.kt | 702 val actionButton: BouncerActionButtonModel? by in ActionArea() constant
|