HomeSort by relevance Sort by last modified time
    Searched refs:buttonId (Results 1 - 25 of 33) sorted by null

1 2

  /packages/apps/PhoneCommon/src/com/android/phone/common/dialpad/
DialpadView.java 323 * @param buttonId The button ID.
326 private int getKeyButtonAnimationDelay(int buttonId) {
329 if (buttonId == R.id.three) {
331 } else if (buttonId == R.id.six) {
333 } else if (buttonId == R.id.nine) {
335 } else if (buttonId == R.id.pound) {
337 } else if (buttonId == R.id.two) {
339 } else if (buttonId == R.id.five) {
341 } else if (buttonId == R.id.eight) {
343 } else if (buttonId == R.id.zero)
    [all...]
  /packages/apps/Camera2/src/com/android/camera/
ButtonManager.java 133 public void onButtonVisibilityChanged(ButtonManager buttonManager, int buttonId);
138 public void onButtonEnabledChanged(ButtonManager buttonManager, int buttonId);
245 private MultiToggleImageButton getButtonOrError(int buttonId) {
246 switch (buttonId) {
288 throw new IllegalArgumentException("button not known by id=" + buttonId);
297 private ImageButton getImageButtonOrError(int buttonId) {
298 switch (buttonId) {
325 throw new IllegalArgumentException("button not known by id=" + buttonId);
333 * @param buttonId The id if the button to be initialized.
336 public void initializeButton(int buttonId, ButtonCallback cb)
    [all...]
  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/
com.badlogic.gdx.controllers.desktop.ois.OisJoystick.cpp 44 bool Listener::buttonPressed (const OIS::JoyStickEvent &event, int buttonId) {
45 env->CallVoidMethod(obj, buttonPressedId, (jint)buttonId);
49 bool Listener::buttonReleased (const OIS::JoyStickEvent &event, int buttonId) {
50 env->CallVoidMethod(obj, buttonReleasedId, (jint)buttonId);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
ConvertSwitchDialog.java 124 protected void buttonPressed(int buttonId) {
125 if (buttonId == IDialogConstants.HELP_ID) {
128 super.buttonPressed(buttonId);
  /packages/apps/Camera2/src/com/android/camera/widget/
IndicatorIconController.java 99 public void onButtonVisibilityChanged(ButtonManager buttonManager, int buttonId) {
100 syncIndicatorWithButton(buttonId);
104 public void onButtonEnabledChanged(ButtonManager buttonManager, int buttonId) {
105 syncIndicatorWithButton(buttonId);
112 private void syncIndicatorWithButton(int buttonId) {
113 switch (buttonId) {
  /packages/apps/Settings/src/com/android/settings/widget/
SettingsAppWidgetProvider.java 201 int buttonId = getButtonId();
208 views.setImageViewResource(buttonId, getButtonImageId(false));
215 views.setImageViewResource(buttonId, getButtonImageId(true));
228 views.setImageViewResource(buttonId, getButtonImageId(true));
234 views.setImageViewResource(buttonId, getButtonImageId(false));
    [all...]
  /developers/build/prebuilts/gradle/PermissionRequest/Application/tests/src/com/example/android/permissionrequest/test/
SampleTests.java 152 * @param buttonId The resource ID of the button to press.
156 final int buttonId) throws Throwable {
160 dialogFragment.getDialog().findViewById(buttonId).performClick();
  /developers/samples/android/content/webview/PermissionRequest/Application/tests/src/com/example/android/permissionrequest/test/
SampleTests.java 152 * @param buttonId The resource ID of the button to press.
156 final int buttonId) throws Throwable {
160 dialogFragment.getDialog().findViewById(buttonId).performClick();
  /development/samples/ApiDemos/src/com/example/android/apis/app/
FragmentHideShow.java 56 void addShowHideListener(int buttonId, final Fragment fragment) {
57 final Button button = (Button)findViewById(buttonId);
  /development/samples/ApiDemos/src/com/example/android/apis/view/
DateWidgets1.java 80 private void setDialogOnClickListener(int buttonId, final int dialogId) {
81 Button b = (Button) findViewById(buttonId);
  /frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/
FragmentHideShowSupport.java 57 void addShowHideListener(int buttonId, final Fragment fragment) {
58 final Button button = (Button)findViewById(buttonId);
  /packages/apps/StorageManager/src/com/android/storagemanager/deletionhelper/
StorageManagerUpsellDialog.java 76 public void onClick(DialogInterface dialog, int buttonId) {
77 if (buttonId == DialogInterface.BUTTON_POSITIVE) {
  /packages/apps/Calendar/src/com/android/calendar/
EventInfoFragment.java     [all...]
  /cts/tests/app/app/src/android/app/stubs/
DialogStubActivity.java 392 public MockOnClickListener(final int buttonId) {
393 mId = buttonId;
  /packages/apps/Dialer/InCallUI/src/com/android/incallui/
CallButtonPresenter.java 459 void showButton(int buttonId, boolean show);
460 void enableButton(int buttonId, boolean enable);
CallButtonFragment.java 368 public void showButton(int buttonId, boolean show) {
369 mButtonVisibilityMap.put(buttonId, show ? BUTTON_VISIBLE : BUTTON_HIDDEN);
373 public void enableButton(int buttonId, boolean enable) {
374 final View button = getButtonById(buttonId);
    [all...]
  /packages/apps/Camera2/src/com/android/camera/app/
CameraAppUI.java     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
ClientRulesEngine.java 201 protected void buttonPressed(int buttonId) {
202 super.buttonPressed(buttonId);
204 if (buttonId == CLEAR_BUTTON_ID) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
ResourceChooser.java 311 protected void buttonPressed(int buttonId) {
312 super.buttonPressed(buttonId);
314 if (buttonId == CLEAR_BUTTON_ID) {
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.ui.sdk_1.0.100.v20100513.jar 
org.eclipse.jface_3.6.1.M20100825-0800.jar 
  /packages/apps/Launcher2/src/com/android/launcher2/
Launcher.java     [all...]
  /prebuilts/devtools/tools/lib/
org-eclipse-jface-3.6.2.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 

Completed in 5114 milliseconds

1 2