/aosp12/packages/apps/Camera2/src/com/android/camera/ |
H A D | ButtonManager.java | 245 private MultiToggleImageButton getButtonOrError(int buttonId) { in getButtonOrError() 297 private ImageButton getImageButtonOrError(int buttonId) { in getImageButtonOrError() 336 public void initializeButton(int buttonId, ButtonCallback cb) { in initializeButton() 445 public void disableButton(int buttonId) { in disableButton() 485 public void enableButton(int buttonId) { in enableButton() 513 public void disableButtonClick(int buttonId) { in disableButtonClick() 525 public void enableButtonClick(int buttonId) { in enableButtonClick() 535 public void hideButton(int buttonId) { in hideButton() 553 public void showButton(int buttonId) { in showButton() 632 public boolean isEnabled(int buttonId) { in isEnabled() [all …]
|
/aosp12/packages/apps/Dialer/java/com/android/incallui/incall/protocol/ |
H A D | InCallButtonUi.java | 26 void showButton(@InCallButtonIds int buttonId, boolean show); in showButton() 28 void enableButton(@InCallButtonIds int buttonId, boolean enable); in enableButton()
|
/aosp12/packages/apps/Dialer/java/com/android/incallui/incall/impl/ |
H A D | ButtonController.java | 66 @InCallButtonIds protected final int buttonId; field in ButtonController.CheckableButtonController 76 @InCallButtonIds int buttonId, in CheckableButtonController() 161 @InCallButtonIds int buttonId, in SimpleCheckableButtonController() 189 @InCallButtonIds protected final int buttonId; field in ButtonController.NonCheckableButtonController 197 @InCallButtonIds int buttonId, in NonCheckableButtonController() 266 @InCallButtonIds int buttonId, in SimpleNonCheckableButtonController()
|
H A D | InCallFragment.java | 415 public void showButton(@InCallButtonIds int buttonId, boolean show) { in showButton() 431 public void enableButton(@InCallButtonIds int buttonId, boolean enable) { in enableButton()
|
/aosp12/packages/apps/Camera2/src/com/android/camera/widget/ |
H A D | IndicatorIconController.java | 99 public void onButtonVisibilityChanged(ButtonManager buttonManager, int buttonId) { in onButtonVisibilityChanged() 104 public void onButtonEnabledChanged(ButtonManager buttonManager, int buttonId) { in onButtonEnabledChanged() 112 private void syncIndicatorWithButton(int buttonId) { in syncIndicatorWithButton()
|
/aosp12/packages/apps/TV/tests/func/src/com/android/tv/tests/ui/ |
H A D | PlayControlsRowViewTest.java | 150 private void assertButtonHasFocus(String buttonId) { in assertButtonHasFocus()
|
/aosp12/packages/apps/PhoneCommon/src/com/android/phone/common/dialpad/ |
H A D | DialpadView.java | 326 private int getKeyButtonAnimationDelay(int buttonId) { in getKeyButtonAnimationDelay() 414 private int getKeyButtonAnimationDuration(int buttonId) { in getKeyButtonAnimationDuration()
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/dialpadview/ |
H A D | DialpadView.java | 338 private int getKeyButtonAnimationDelay(int buttonId) { in getKeyButtonAnimationDelay() 426 private int getKeyButtonAnimationDuration(int buttonId) { in getKeyButtonAnimationDuration()
|
/aosp12/packages/apps/Dialer/java/com/android/incallui/rtt/impl/ |
H A D | RttChatFragment.java | 539 public void showButton(int buttonId, boolean show) { in showButton() 546 public void enableButton(int buttonId, boolean enable) {} in enableButton()
|
/aosp12/packages/apps/StorageManager/src/com/android/storagemanager/deletionhelper/ |
H A D | StorageManagerUpsellDialog.java | 87 public void onClick(DialogInterface dialog, int buttonId) { in onClick()
|
/aosp12/packages/apps/Dialer/java/com/android/incallui/video/impl/ |
H A D | SurfaceViewVideoCallFragment.java | 727 public void showButton(@InCallButtonIds int buttonId, boolean show) { in showButton() 747 public void enableButton(@InCallButtonIds int buttonId, boolean enable) { in enableButton()
|
H A D | VideoCallFragment.java | 841 public void showButton(@InCallButtonIds int buttonId, boolean show) { in showButton() 861 public void enableButton(@InCallButtonIds int buttonId, boolean enable) { in enableButton()
|
/aosp12/packages/apps/Calendar/src/com/android/calendar/ |
H A D | EventInfoFragment.java | 618 public static int getResponseFromButtonId(int buttonId) { in getResponseFromButtonId() 837 int buttonId = findButtonIdForResponse(mTentativeUserSetResponse); in onResume() local
|
/aosp12/frameworks/base/core/java/android/app/ |
H A D | Notification.java | 9027 private void bindMediaActionButton(RemoteViews container, @IdRes int buttonId, in bindMediaActionButton()
|