HomeSort by relevance Sort by last modified time
    Searched full:pressed (Results 76 - 100 of 667) sorted by null

1 2 34 5 6 7 8 91011>>

  /packages/apps/Contacts/src/com/android/contacts/util/
ThemeUtils.java 36 * Returns the resource id of the background used for buttons to show pressed and focused state
  /packages/apps/Launcher2/src/com/android/launcher2/
HolographicImageView.java 50 // One time call to generate the pressed/focused state -- must be called after
  /packages/apps/LegacyCamera/res/drawable/
btn_shutter_pan.xml 19 android:drawable="@drawable/btn_pan_shutter_pressed_holo" /> <!-- pressed -->
btn_shutter_pan_recording.xml 19 android:drawable="@drawable/btn_pan_shutter_recording_pressed_holo" /> <!-- pressed -->
  /packages/apps/Phone/res/drawable/
ic_in_call_touch_handle.xml 26 <!-- "Pressed" state uses the same simple "ring" image as on the lockscreen -->
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
tiocl.h 35 #define TIOCL_BLANKSCREEN 14 /* keep screen blank even if a key is pressed */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
tiocl.h 35 #define TIOCL_BLANKSCREEN 14 /* keep screen blank even if a key is pressed */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
tiocl.h 35 #define TIOCL_BLANKSCREEN 14 /* keep screen blank even if a key is pressed */
  /frameworks/base/core/java/android/view/
KeyEvent.java 45 * Meta states describe the pressed state of key modifiers
345 * joystick is pressed. */
349 * joystick is pressed. */
590 * operate when long-pressed. */
    [all...]
  /external/jmonkeyengine/engine/src/test/jme3test/terrain/
TerrainTestReadWrite.java 198 public void onAction(String name, boolean pressed, float tpf) {
199 if (name.equals("save") && !pressed) {
270 public void onAction(String name, boolean pressed, float tpf) {
271 if (name.equals("load") && !pressed) {
278 public void onAction(String name, boolean pressed, float tpf) {
279 if (name.equals("clone") && !pressed) {
  /external/chromium/chrome/browser/chromeos/options/
network_config_view.h 27 // Called when dialog "OK" button is pressed.
30 // Called when dialog "Cancel" button is pressed.
  /external/chromium/chrome/browser/ui/cocoa/
gradient_button_cell.h 31 // doesn't darken using the theme's "pressed" gradient. Instead uses the
32 // normal un-pressed gradient.
  /external/chromium/chrome/browser/ui/views/status_icons/
status_icon_win.cc 67 // Ignore pressed images, since the standard on Windows is to not highlight
68 // pressed status icons.
  /external/jmonkeyengine/engine/src/lwjgl/com/jme3/input/lwjgl/
LwjglKeyInput.java 83 boolean pressed = Keyboard.getEventKeyState();
86 KeyInputEvent evt = new KeyInputEvent(keyCode, keyChar, pressed, down);
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_keyboard.h 78 * pressed, and keyboard repeat begins.
94 * if ( keystate[SDLK_RETURN] ) ... <RETURN> is pressed.
  /external/webkit/Source/WebKit/efl/DefaultTheme/widget/check/
check.edc 137 name: "pressed";
138 signal: "pressed";
  /external/webkit/Source/WebKit/efl/DefaultTheme/widget/radio/
radio.edc 137 name: "pressed";
138 signal: "pressed";
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardActionListener.java 25 * @param primaryCode the unicode of the key being pressed. If the touch is not on a valid key,
43 * @param primaryCode this is the code of the key that was pressed
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_keyboard.h 78 * pressed, and keyboard repeat begins.
94 * if ( keystate[SDLK_RETURN] ) ... <RETURN> is pressed.
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_keyboard.h 78 * pressed, and keyboard repeat begins.
94 * if ( keystate[SDLK_RETURN] ) ... <RETURN> is pressed.
  /prebuilts/tools/windows/sdl/host/include/SDL/
SDL_keyboard.h 82 * pressed, and keyboard repeat begins.
97 * if ( keystate[SDLK_RETURN] ) ... <RETURN> is pressed.
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_keyboard.h 78 * pressed, and keyboard repeat begins.
94 * if ( keystate[SDLK_RETURN] ) ... <RETURN> is pressed.
  /development/ndk/platforms/android-9/include/android/
input.h 74 /* No meta keys are pressed. */
77 /* This mask is used to check whether one of the ALT meta keys is pressed. */
80 /* This mask is used to check whether the left ALT meta key is pressed. */
83 /* This mask is used to check whether the right ALT meta key is pressed. */
86 /* This mask is used to check whether one of the SHIFT meta keys is pressed. */
89 /* This mask is used to check whether the left SHIFT meta key is pressed. */
92 /* This mask is used to check whether the right SHIFT meta key is pressed. */
95 /* This mask is used to check whether the SYM meta key is pressed. */
123 /* The key has been pressed down. */
212 /* A pressed gesture has started, the motion contains the initial starting location
    [all...]
  /external/chromium/chrome/browser/autocomplete/
autocomplete_popup_view.h 44 // because the user pressed ESC). The view may or may not need to take any
  /external/chromium/chrome/browser/ui/gtk/
back_forward_button_gtk.h 21 // pressed and held, they show a dropdown menu of recent web sites.

Completed in 729 milliseconds

1 2 34 5 6 7 8 91011>>