HomeSort by relevance Sort by last modified time
    Searched full:pressed (Results 351 - 375 of 1117) sorted by null

<<11121314151617181920>>

  /external/qemu/distrib/sdl-1.2.15/src/video/aalib/
SDL_aaevents.c 107 /* Key pressed */
108 /* printf("Key pressed: %d (%c)\n", evt, evt); */
  /frameworks/base/core/java/android/view/
KeyCharacterMap.java 133 * into latched or locked states when pressed independently.
416 * has pressed the required modifier.
419 * numbers when ALT is pressed such that ALT-Q maps to '1'. So for that keyboard
654 * <li>Chorded behavior: When the modifier key is pressed together with one or more
657 * <li>Toggled behavior: When the modifier key is pressed and released on its own
659 * to next character key that is pressed and will then reset itself to the initial state.
660 * If the modifier is already latched and the modifier key is pressed and release on
662 * apply to all subsequent character keys that are pressed until unlocked by pressing
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardCircleFramedDrawable.java 149 public void setPressed(boolean pressed) {
150 mPressed = pressed;
  /frameworks/base/policy/src/com/android/internal/policy/impl/
IconUtilities.java 179 private Bitmap createSelectedBitmap(Bitmap src, boolean pressed) {
190 pressed ? mGlowColorPressedPaint : mGlowColorFocusedPaint);
  /packages/apps/Settings/src/com/android/settings/inputmethod/
UserDictionaryAddWordFragment.java 94 * Callback for the framework when a menu option is pressed.
97 * @param MenuItem the item that was pressed
  /packages/apps/Settings/src/com/android/settings/users/
CircleFramedDrawable.java 163 public void setPressed(boolean pressed) {
164 mPressed = pressed;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/userdictionary/
UserDictionaryAddWordFragment.java 104 * Callback for the framework when a menu option is pressed.
106 * @param item the item that was pressed
  /docs/source.android.com/src/devices/tech/input/
overview.jd 191 pressed together, the system looks up the combination in the key
208 API for indicating which modifier keys are pressed. Android meta states
213 are pressed / released and sets / resets the appropriate meta state flag.</p>
221 API for indicating which buttons (on a mouse or stylus) are pressed.
226 pressed / released and sets / resets appropriate button state flag.</p>
  /external/chromium_org/chrome/browser/ui/gtk/omnibox/
omnibox_view_gtk.h 375 // Indicates if Enter key was pressed.
382 // Indicates if Tab key was pressed.
388 // Indicates if Shift key was pressed.
421 // Was delete pressed?
424 // Was the delete key pressed with an empty selection at the end of the edit?
  /external/chromium_org/chrome/common/extensions/docs/server2/test_data/github_file_system/
apps_samples.zip 
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiSettingsForSetupWizardXL.java 216 if (DEBUG) Log.d(TAG, "AddNetwork button pressed");
219 if (DEBUG) Log.d(TAG, "Refresh button pressed");
222 if (DEBUG) Log.d(TAG, "Skip/Next button pressed");
234 if (DEBUG) Log.d(TAG, "Connect button pressed");
237 if (DEBUG) Log.d(TAG, "Back button pressed");
418 * @param selectedAccessPoint AccessPoint object being selected. null when a user pressed
574 if (DEBUG) Log.d(TAG, "Back button pressed after connect action.");
  /developers/build/prebuilts/gradle/BasicMultitouch/BasicMultitouchSample/src/main/java/com/example/android/basicmultitouch/
TouchDisplayView.java 145 // first pressed gesture has started
201 * Final pointer has gone up and has ended the last pressed
243 * A change event happened during a pressed gesture. (Between
  /developers/samples/android/input/multitouch/BasicMultitouch/BasicMultitouchSample/src/main/java/com/example/android/basicmultitouch/
TouchDisplayView.java 145 // first pressed gesture has started
201 * Final pointer has gone up and has ended the last pressed
243 * A change event happened during a pressed gesture. (Between
  /development/samples/Wiktionary/src/com/example/android/wiktionary/
LookupActivity.java 73 * Keep track of last time user tapped "back" hard key. When pressed more
123 // Compare against last pressed time, and if user hit multiple times
200 // around a pressed color state bug.
  /development/samples/browseable/BasicMultitouch/src/com.example.android.basicmultitouch/
TouchDisplayView.java 145 // first pressed gesture has started
201 * Final pointer has gone up and has ended the last pressed
243 * A change event happened during a pressed gesture. (Between
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
bluetooth_options_handler.h 104 // The UI will show a visual indication that a given key was pressed in the
110 // that the [enter] key was pressed.
192 // Called when the 'Find Devices' button is pressed from the Bluetooth
  /external/chromium_org/remoting/android/java/src/org/chromium/chromoting/
DesktopView.java 311 // Stops software keyboards from closing as soon as the enter key is pressed.
324 public void injectMouseEvent(int x, int y, int button, boolean pressed) {
345 JniInterface.mouseAction(x, y, button, pressed);
  /external/chromium_org/third_party/skia/src/views/
SkWidgets.cpp 230 return "enabled-pressed";
240 static void create_emboss(SkPaint* paint, SkScalar radius, bool focus, bool pressed)
250 if (pressed)
  /external/chromium_org/ui/views/controls/button/
menu_button.cc 94 // appears to cause RootView to get a mouse pressed BEFORE the mouse
96 // matter where the user pressed. To force RootView to recalculate the
129 // sending all mouse pressed events to us instead of the appropriate
  /external/jmonkeyengine/engine/src/test/jme3test/terrain/
TerrainTestAdvanced.java 224 public void onAction(String name, boolean pressed, float tpf) {
225 if (name.equals("wireframe") && !pressed) {
232 } else if (name.equals("triPlanar") && !pressed) {
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_events.h 55 SDL_KEYDOWN, /**< Keys pressed */
58 SDL_MOUSEBUTTONDOWN, /**< Mouse button pressed */
63 SDL_JOYBUTTONDOWN, /**< Joystick button pressed */
  /external/skia/src/views/
SkWidgets.cpp 230 return "enabled-pressed";
240 static void create_emboss(SkPaint* paint, SkScalar radius, bool focus, bool pressed)
250 if (pressed)
  /frameworks/base/docs/html/guide/topics/ui/controls/
button.jd 188 <li>Create three bitmaps for the button background that represent the default, pressed, and
213 pressed (activated).</li>
218 default state (it's neither pressed nor focused).</li>
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_events.h 55 SDL_KEYDOWN, /**< Keys pressed */
58 SDL_MOUSEBUTTONDOWN, /**< Mouse button pressed */
63 SDL_JOYBUTTONDOWN, /**< Joystick button pressed */
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_events.h 55 SDL_KEYDOWN, /**< Keys pressed */
58 SDL_MOUSEBUTTONDOWN, /**< Mouse button pressed */
63 SDL_JOYBUTTONDOWN, /**< Joystick button pressed */

Completed in 1455 milliseconds

<<11121314151617181920>>