Home
last modified time | relevance | path

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

12345

/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/bouncer/domain/interactor/
H A 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
/aosp_15_r20/packages/apps/Settings/tests/spa_unit/src/com/android/settings/spa/app/appinfo/
DAppDisableButtonTest.kt105 val actionButton = setDisableButton(app) in getActionButton_signedWithPlatformKey_cannotDisable() constant
116 val actionButton = setDisableButton(app) in getActionButton_isResourceOverlay_cannotDisable() constant
126 val actionButton = setDisableButton(app) in getActionButton_isKeepEnabledPackages_cannotDisable() constant
138 val actionButton = setDisableButton(app) in getActionButton_isEssentialPackage_cannotDisable() constant
149 val actionButton = setDisableButton(app) in getActionButton_isProfileOrDeviceOwner_cannotDisable() constant
158 val actionButton = setDisableButton(app) in getActionButton_regularEnabledSystemApp_canDisable() constant
164 lateinit var actionButton: ActionButton in setDisableButton() variable
DAppArchiveButtonTest.kt80 val actionButton = setContent(app) in appArchiveButton_whenIsArchived_isDisabled() constant
93 val actionButton = setContent(app) in appArchiveButton_whenIsNotAppArchivable_isDisabled() constant
120 val actionButton = setContent(app) in appArchiveButton_whenPackageIsNotFound_isDisabled() constant
133 val actionButton = setContent(app) in appArchiveButton_displaysRightTextAndIcon() constant
147 val actionButton = setContent(app) in appArchiveButton_clicked() constant
157 lateinit var actionButton: ActionButton in setContent() variable
DAppRestoreButtonTest.kt74 val actionButton = setContent(app) in appRestoreButton_whenIsNotArchived_isDisabled() constant
86 val actionButton = setContent(app) in appRestoreButton_whenIsArchived_isEnabled() constant
98 val actionButton = setContent(app) in appRestoreButton_displaysRightTextAndIcon() constant
112 val actionButton = setContent(app) in appRestoreButton_clicked() constant
122 lateinit var actionButton: ActionButton in setContent() variable
DAppForceStopButtonTest.kt142 val actionButton = appForceStopButton.getActionButton(app) in setForceStopButton() constant
/aosp_15_r20/cts/libs/input/src/com/android/cts/input/
H A DMotionEventBuilder.kt34 private var actionButton = 0 variable
51 fun actionButton(actionButton: Int) = apply { this.actionButton = actionButton } in <lambda>() method
/aosp_15_r20/frameworks/native/include/input/
H A DInputEventBuilders.h108 InputMessageBuilder& actionButton(int32_t actionButton) { in actionButton() argument
281 MotionEventBuilder& actionButton(int32_t actionButton) { in actionButton() function
/aosp_15_r20/frameworks/native/services/inputflinger/reader/mapper/gestures/
H A DGestureConverter.cpp292 uint32_t actionButton = gesturesButtonToMotionEventButton(button); in handleButtonsChange() local
315 uint32_t actionButton = gesturesButtonToMotionEventButton(button); in handleButtonsChange() local
658 int32_t actionButton, int32_t buttonState, in makeMotionArgs()
/aosp_15_r20/frameworks/native/services/inputflinger/include/
H A DNotifyArgsBuilders.h75 MotionArgsBuilder& actionButton(int32_t actionButton) { in actionButton() argument
/aosp_15_r20/frameworks/base/packages/SettingsLib/Spa/spa/src/com/android/settingslib/spa/widget/button/
H A DActionButtons.kt78 for (actionButton in actionButtons) { in ActionButtons() method
89 for ((index, actionButton) in actionButtons.withIndex()) { in ActionButtons() method
/aosp_15_r20/frameworks/native/services/inputflinger/reader/mapper/
H A DCursorInputMapper.cpp337 int32_t actionButton = BitSet32::valueForBit(released.clearFirstMarkedBit()); in sync() local
361 int32_t actionButton = BitSet32::valueForBit(pressed.clearFirstMarkedBit()); in sync() local
H A DTouchInputMapper.cpp2141 int32_t actionButton = BitSet32::valueForBit(releasedButtons.clearFirstMarkedBit()); in dispatchButtonRelease() local
2163 int32_t actionButton = BitSet32::valueForBit(pressedButtons.clearFirstMarkedBit()); in dispatchButtonPress() local
2187 int32_t actionButton = BitSet32::valueForBit(releasedButtons.clearFirstMarkedBit()); in dispatchGestureButtonRelease() local
2211 int32_t actionButton = BitSet32::valueForBit(pressedButtons.clearFirstMarkedBit()); in dispatchGestureButtonPress() local
3643 int32_t actionButton, int32_t flags, int32_t metaState, int32_t buttonState, in dispatchMotion()
/aosp_15_r20/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
DEditor.java94 public void setUpEditorUI(View actionButton, View editControl, in setUpEditorUI()
111 public void setUtilityPanelUI(View actionButton, View editControl) { in setUtilityPanelUI()
DEditorCurves.java64 public void setUtilityPanelUI(View actionButton, View editControl) { in setUtilityPanelUI()
DEditorColorBorder.java188 public void setUtilityPanelUI(View actionButton, View editControl) { in setUtilityPanelUI()
DEditorDraw.java244 public void setUtilityPanelUI(View actionButton, View editControl) { in setUtilityPanelUI()
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ui/binder/
H A DScreenshotShelfViewBinder.kt208 val actionButton = in <lambda>() constant
/aosp_15_r20/frameworks/base/core/java/android/view/
H A DInputEventConsistencyVerifier.java478 final int actionButton = event.getActionButton(); in onGenericMotionEvent() local
634 final int actionButton = event.getActionButton(); in ensureActionButtonIsNonZeroForThisAction() local
/aosp_15_r20/development/tools/winscope/src/app/components/
H A Dwarning_dialog_component_test.ts86 const actionButton = assertDefined( constant
/aosp_15_r20/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DPrintErrorFragment.java72 Button actionButton = (Button) view.findViewById(R.id.action_button); in onViewCreated() local
/aosp_15_r20/platform_testing/libraries/systemui-tapl/src/android/platform/systemui_tapl/ui/
H A DNotification.kt349 val actionButton = in <lambda>() constant
/aosp_15_r20/frameworks/native/services/inputflinger/tests/
H A DNotifyArgs_test.cpp42 int32_t actionButton = AMOTION_EVENT_BUTTON_PRIMARY; in TEST() local
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/bouncer/domain/interactor/
DBouncerActionButtonInteractor.java73 ….flow.Flow<com.android.systemui.bouncer.shared.model.BouncerActionButtonModel> actionButton = null; field in BouncerActionButtonInteractor
/aosp_15_r20/external/autotest/frontend/client/src/autotest/tko/
H A DSavedQueriesControl.java52 public Button actionButton, cancelButton; field in SavedQueriesControl.QueryActionDialog
/aosp_15_r20/frameworks/native/services/inputflinger/
H A DInputCommonConverter.cpp107 static common::Button getActionButton(int32_t actionButton) { in getActionButton()

12345