/external/chromium/chrome/browser/ui/gtk/ |
gtk_chrome_link_button.h | 70 // Set the color when the link is in a normal state (i.e. not pressed).
|
/external/chromium/chrome/browser/ui/views/ |
dom_view.cc | 47 // Don't move the focus to the next view when tab is pressed, we want the
|
/external/qemu/distrib/sdl-1.2.12/src/video/vgl/ |
SDL_vglevents.c | 75 int c, pressed, scancode; local 80 pressed = SDL_RELEASED; 82 pressed = SDL_PRESSED; 85 posted += SDL_PrivateKeyboard(pressed,
|
/external/webkit/Source/WebCore/manual-tests/ |
select-webkit-appearance-off-narrow-select.html | 27 the text should not be pressed against the edges of the opened select.</p>
|
/frameworks/base/core/java/android/widget/ |
SpinnerAdapter.java | 26 * one that shows the data in the drop down list when the spinner is pressed.</p>
|
/frameworks/base/core/res/res/drawable/ |
activity_picker_bg.xml | 21 <!-- Even though these two point to the same resource, have two states so the drawable will invalidate itself when coming out of pressed state. -->
|
item_background.xml | 21 <!-- Even though these two point to the same resource, have two states so the drawable will invalidate itself when coming out of pressed state. -->
|
item_background_activated_holo_dark.xml | 19 <!-- Even though these two point to the same resource, have two states so the drawable will invalidate itself when coming out of pressed state. -->
|
item_background_holo_dark.xml | 19 <!-- Even though these two point to the same resource, have two states so the drawable will invalidate itself when coming out of pressed state. -->
|
item_background_holo_light.xml | 19 <!-- Even though these two point to the same resource, have two states so the drawable will invalidate itself when coming out of pressed state. -->
|
list_selector_background.xml | 21 <!-- Even though these two point to the same resource, have two states so the drawable will invalidate itself when coming out of pressed state. -->
|
list_selector_background_light.xml | 21 <!-- Even though these two point to the same resource, have two states so the drawable will invalidate itself when coming out of pressed state. -->
|
list_selector_holo_dark.xml | 21 <!-- Even though these two point to the same resource, have two states so the drawable will invalidate itself when coming out of pressed state. -->
|
list_selector_holo_light.xml | 21 <!-- Even though these two point to the same resource, have two states so the drawable will invalidate itself when coming out of pressed state. -->
|
/frameworks/base/docs/html/training/accessibility/ |
index.jd | 29 state when a button is pressed, can be less optimal if the user is visually
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
KeyButtonView.java | 178 public void setPressed(boolean pressed) { 180 if (pressed != isPressed()) { 185 if (pressed) { 207 super.setPressed(pressed);
|
/packages/apps/Camera/src/com/android/camera/ |
CameraButtonIntentReceiver.java | 25 * long-pressed.
|
/packages/apps/Launcher2/res/drawable/ |
tab_widget_indicator_selector.xml | 25 <!-- Pressed -->
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
HolographicLinearLayout.java | 78 // One time call to generate the pressed/focused state -- must be called after
|
/packages/apps/LegacyCamera/src/com/android/camera/ |
CameraButtonIntentReceiver.java | 25 * long-pressed.
|
/packages/apps/Music/res/drawable/ |
list_selector_background.xml | 22 <!-- Even though these two point to the same resource, have two states so the drawable will invalidate itself when coming out of pressed state. -->
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
CandidateViewButton.java | 47 /* for changing the button on CandidateView when it is pressed. */
|
LetterConverter.java | 31 * Convert the layer #0 text(pressed key sequence) to layer #1 text(pre converted string).
|
/prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/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...] |
/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/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...] |