Searched defs:buttonId (Results 1 – 8 of 8) sorted by relevance
/packages/apps/Camera2/src/com/android/camera/ |
D | ButtonManager.java | 133 public void onButtonVisibilityChanged(ButtonManager buttonManager, int buttonId); in onButtonVisibilityChanged() 138 public void onButtonEnabledChanged(ButtonManager buttonManager, int buttonId); in onButtonEnabledChanged() 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() 348 public void initializeButton(int buttonId, ButtonCallback cb, ButtonCallback preCb) { in initializeButton() 388 public void initializePushButton(int buttonId, View.OnClickListener cb, in initializePushButton() 420 public void initializePushButton(int buttonId, View.OnClickListener cb, in initializePushButton() 428 public void initializePushButton(int buttonId, View.OnClickListener cb) { in initializePushButton() 445 public void disableButton(int buttonId) { in disableButton() [all …]
|
/packages/apps/Camera2/src/com/android/camera/widget/ |
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()
|
/packages/apps/PhoneCommon/src/com/android/phone/common/dialpad/ |
D | DialpadView.java | 326 private int getKeyButtonAnimationDelay(int buttonId) { in getKeyButtonAnimationDelay() 414 private int getKeyButtonAnimationDuration(int buttonId) { in getKeyButtonAnimationDuration()
|
/packages/apps/Dialer/InCallUI/src/com/android/incallui/ |
D | CallButtonPresenter.java | 456 void showButton(int buttonId, boolean show); in showButton() 457 void enableButton(int buttonId, boolean enable); in enableButton()
|
D | CallButtonFragment.java | 369 public void showButton(int buttonId, boolean show) { in showButton() 374 public void enableButton(int buttonId, boolean enable) { in enableButton()
|
/packages/apps/Settings/src/com/android/settings/widget/ |
D | SettingsAppWidgetProvider.java | 201 int buttonId = getButtonId(); in setImageViewResources() local 789 int buttonId) { in getLaunchPendingIntent() 819 int buttonId = Integer.parseInt(data.getSchemeSpecificPart()); in onReceive() local
|
/packages/apps/Calendar/src/com/android/calendar/ |
D | EventInfoFragment.java | 1409 public static int getResponseFromButtonId(int buttonId) { in getResponseFromButtonId() 1424 int buttonId; in findButtonIdForResponse() local 2096 int buttonId = findButtonIdForResponse(mTentativeUserSetResponse); in onResume() local
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
D | Launcher.java | 3141 int buttonId, ComponentName activityName, int fallbackDrawableId, in updateTextButtonWithIconFromExternalActivity() 3168 int buttonId, ComponentName activityName, int fallbackDrawableId, in updateButtonWithIconFromExternalActivity() 3187 private void updateTextButtonWithDrawable(int buttonId, Drawable d) { in updateTextButtonWithDrawable() 3192 private void updateButtonWithDrawable(int buttonId, Drawable.ConstantState d) { in updateButtonWithDrawable()
|