Searched defs:buttonType (Results 1 – 9 of 9) sorted by relevance
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/ |
H A D | TaskbarNavButtonController.java | 85 public void onButtonClick(@TaskbarButton int buttonType) { in onButtonClick() 105 public boolean onButtonLongClick(@TaskbarButton int buttonType) { in onButtonLongClick()
|
H A D | NavbarButtonsViewController.java | 442 private ImageView addButton(@DrawableRes int drawableId, @TaskbarButton int buttonType, in addButton() 448 private ImageView addButton(@DrawableRes int drawableId, @TaskbarButton int buttonType, in addButton()
|
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/qc/ |
H A D | PairedBluetoothDevices.java | 173 String buttonType = intent.getStringExtra(EXTRA_BUTTON_TYPE); in onNotifyChange() local 284 String buttonType, Icon icon, boolean available, boolean enabled, boolean checked) { in createBluetoothDeviceToggle()
|
/aosp12/packages/services/Car/tests/BugReportApp/src/com/android/car/bugreport/ |
H A D | BugInfoAdapter.java | 55 void onItemClicked(int buttonType, MetaBugReport metaBugReport, BugInfoViewHolder holder); in onItemClicked()
|
H A D | BugReportInfoActivity.java | 138 int buttonType, MetaBugReport bugReport, BugInfoAdapter.BugInfoViewHolder holder) { in onBugReportItemClicked()
|
/aosp12/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/ |
H A D | Utils.java | 796 @ButtonType int buttonType, @StringRes int label) { in setPrimaryButton() 811 final int buttonType = ButtonType.CANCEL; in addAbortAndResetButton() local 819 @ButtonType int buttonType, @StringRes int buttonLabel) { in addSecondaryButton()
|
/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/auto/ |
H A D | AutoAppPermissionFragment.java | 321 private void checkOnlyOneButtonOverride(AppPermissionViewModel.ButtonType buttonType) { in checkOnlyOneButtonOverride()
|
/aosp12/packages/apps/Settings/src/com/android/settings/ |
H A D | TrustedCredentialsDialogBuilder.java | 256 private Button updateButton(int buttonType, CharSequence displayText) { in updateButton()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
H A D | SmartReplyView.java | 482 private List<View> filterActionsOrReplies(SmartButtonType buttonType) { in filterActionsOrReplies()
|