HomeSort by relevance Sort by last modified time
    Searched full:pressed (Results 326 - 350 of 811) sorted by null

<<11121314151617181920>>

  /frameworks/support/v7/appcompat/src/android/support/v7/app/
AlertDialog.java 196 * Sets a message to be sent when a button is pressed. This method has no effect if called
211 * Sets a listener to be invoked when the positive button of the dialog is pressed. This method
444 * Set a listener to be invoked when the positive button of the dialog is pressed.
457 * Set a listener to be invoked when the positive button of the dialog is pressed.
470 * Set a listener to be invoked when the negative button of the dialog is pressed.
483 * Set a listener to be invoked when the negative button of the dialog is pressed.
496 * Set a listener to be invoked when the neutral button of the dialog is pressed.
509 * Set a listener to be invoked when the neutral button of the dialog is pressed.
    [all...]
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_avrcp.cpp 150 static void btavrcp_passthrough_command_callback(int id, int pressed) {
159 (jint)id, (jint)pressed);
  /packages/apps/Camera2/src/com/android/camera/app/
AppController.java 52 * Called when the shutter state is changed to pressed.
67 * Called when the shutter is long pressed.
  /packages/apps/Settings/src/com/android/settings/
DateTimeSettingsSetupWizard.java 204 // In XL screen, we save all the state only when the next button is pressed.
247 // until Next is pressed in xLarge mode
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
WordListPreference.java 37 * pack. Upon being pressed, it displays a menu to allow the user to install, disable,
307 Log.e(TAG, "Unknown menu item pressed");
  /cts/tests/tests/print/src/android/print/cts/
PrintDocumentAdapterContractTest.java 171 // When print is pressed we ask for a layout which is *not* for preview.
174 // When print is pressed we ask for all selected pages but we got
469 // When print is pressed we ask for a layout which is *not* for preview.
472 // When print is pressed we ask for all selected pages but we got
633 // When print is pressed we ask for a layout which is *not* for preview.
636 // When print is pressed we ask for all selected pages but we got
    [all...]
  /packages/apps/Dialer/src/com/android/dialer/dialpad/
DialpadFragment.java 189 * Set of dialpad keys that are currently being pressed
302 // When DTMF dialpad buttons are being pressed, we delay SpecialCharSequenceMgr sequence,
836 * When a key is pressed, we start playing DTMF tone, do vibration, and enter the digit
842 public void onPressed(View view, boolean pressed) {
843 if (DEBUG) Log.d(TAG, "onPressed(). view: " + view + ", pressed: " + pressed);
844 if (pressed) {
    [all...]
  /system/bt/btif/src/
btif_rc.c 209 static void send_key (int fd, uint16_t key, int pressed);
324 void send_key (int fd, uint16_t key, int pressed)
326 BTIF_TRACE_DEBUG("%s fd:%d key:%u pressed:%d", __FUNCTION__,
327 fd, key, pressed);
334 BTIF_TRACE_DEBUG("AVRCP: Send key %d (%d) fd=%d", key, pressed, fd);
335 send_event(fd, EV_KEY, key, pressed);
704 int pressed, i; local
740 pressed = 0;
742 status = "pressed";
743 pressed = 1
    [all...]
  /system/core/adb/
sysdeps_win32.cpp     [all...]
  /bootable/recovery/
ui.h 98 // keys being pressed in the meantime), CheckKey will be called with
  /development/samples/devbytes/animation/Anticipation/src/com/example/android/anticipation/
AnticiButton.java 147 * Restore the button to its un-pressed state
  /development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/
CardFlipActivity.java 128 // the system Back button is pressed).
  /development/samples/training/EffectiveNavigation/src/com/example/android/effectivenavigation/
CollectionDemoActivity.java 78 // This is called when the Home (Up) button is pressed in the action bar.
  /external/chromium-trace/catapult/third_party/Paste/docs/
testing-applications.txt 134 # Submit with no particular submit button pressed:
  /external/chromium-trace/catapult/third_party/polymer/components/paper-dropdown-menu/
paper-dropdown-menu.html 108 <core-a11y-keys target="{{}}" keys="enter space" on-keys-pressed="{{toggleOverlay}}"></core-a11y-keys>
  /external/curl/packages/Symbian/
readme.txt 48 curl waits by default for Enter to be pressed before exiting. This behaviour
  /external/libvncserver/examples/
zippy.c 174 rfbLog("The %c key was pressed\n", (char) key);
  /external/lzma/CPP/7zip/UI/FileManager/
ProgressDialog2.h 244 bool MessagesDisplayed; // = true if user pressed OK on all messages or there are no messages.
  /external/opencv3/doc/py_tutorials/py_gui/py_mouse_handling/
py_mouse_handling.markdown 61 drawing = False # true if mouse is pressed
  /external/toybox/kconfig/lxdialog/
inputbox.c 237 return KEY_ESC; /* ESC pressed */
  /external/vixl/tools/
lint.py 42 # Catch SIGINT to gracefully exit when ctrl+C is pressed.
threaded_tests.py 37 # Catch SIGINT to gracefully exit when ctrl+C is pressed.
  /frameworks/base/core/java/android/content/
DialogInterface.java 151 * @param keyCode The code for the physical key that was pressed
  /frameworks/base/core/java/android/view/
TouchDelegate.java 145 // something like tracking pressed state)
  /frameworks/base/core/java/android/widget/
Button.java 26 * pressed, or clicked, by the user to perform an action.

Completed in 1582 milliseconds

<<11121314151617181920>>