/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/bouncer/domain/interactor/ |
H A 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
|
/aosp_15_r20/packages/apps/Settings/tests/spa_unit/src/com/android/settings/spa/app/appinfo/ |
D | AppDisableButtonTest.kt | 105 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
|
D | AppArchiveButtonTest.kt | 80 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
|
D | AppRestoreButtonTest.kt | 74 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
|
D | AppForceStopButtonTest.kt | 142 val actionButton = appForceStopButton.getActionButton(app) in setForceStopButton() constant
|
/aosp_15_r20/cts/libs/input/src/com/android/cts/input/ |
H A D | MotionEventBuilder.kt | 34 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 D | InputEventBuilders.h | 108 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 D | GestureConverter.cpp | 292 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 D | NotifyArgsBuilders.h | 75 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 D | ActionButtons.kt | 78 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 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
|
H A D | TouchInputMapper.cpp | 2141 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/ |
D | Editor.java | 94 public void setUpEditorUI(View actionButton, View editControl, in setUpEditorUI() 111 public void setUtilityPanelUI(View actionButton, View editControl) { in setUtilityPanelUI()
|
D | EditorCurves.java | 64 public void setUtilityPanelUI(View actionButton, View editControl) { in setUtilityPanelUI()
|
D | EditorColorBorder.java | 188 public void setUtilityPanelUI(View actionButton, View editControl) { in setUtilityPanelUI()
|
D | EditorDraw.java | 244 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 D | ScreenshotShelfViewBinder.kt | 208 val actionButton = in <lambda>() constant
|
/aosp_15_r20/frameworks/base/core/java/android/view/ |
H A D | InputEventConsistencyVerifier.java | 478 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 D | warning_dialog_component_test.ts | 86 const actionButton = assertDefined( constant
|
/aosp_15_r20/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/ |
H A D | PrintErrorFragment.java | 72 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 D | Notification.kt | 349 val actionButton = in <lambda>() constant
|
/aosp_15_r20/frameworks/native/services/inputflinger/tests/ |
H A D | NotifyArgs_test.cpp | 42 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/ |
D | BouncerActionButtonInteractor.java | 73 ….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 D | SavedQueriesControl.java | 52 public Button actionButton, cancelButton; field in SavedQueriesControl.QueryActionDialog
|
/aosp_15_r20/frameworks/native/services/inputflinger/ |
H A D | InputCommonConverter.cpp | 107 static common::Button getActionButton(int32_t actionButton) { in getActionButton()
|