Home
last modified time | relevance | path

Searched defs:buttonId (Results 1 – 8 of 8) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/
DButtonManager.java133 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/
DIndicatorIconController.java99 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/
DDialpadView.java326 private int getKeyButtonAnimationDelay(int buttonId) { in getKeyButtonAnimationDelay()
414 private int getKeyButtonAnimationDuration(int buttonId) { in getKeyButtonAnimationDuration()
/packages/apps/Dialer/InCallUI/src/com/android/incallui/
DCallButtonPresenter.java456 void showButton(int buttonId, boolean show); in showButton()
457 void enableButton(int buttonId, boolean enable); in enableButton()
DCallButtonFragment.java369 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/
DSettingsAppWidgetProvider.java201 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/
DEventInfoFragment.java1409 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/
DLauncher.java3141 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()