/bootable/bootloader/legacy/libboot/ |
gpio_keypad.c | 33 int gpio_keypad_init(gpio_keypad_info *keypad) 36 for(i = 0; i < keypad->noutputs; i++) { 37 gpio_set(keypad->output_gpios[i], keypad->polarity ^ keypad->drive_inactive_outputs); 38 gpio_dir(keypad->output_gpios[i], keypad->drive_inactive_outputs); 40 for(i = 0; i < keypad->ninputs; i++) { 41 gpio_dir(keypad->input_gpios[i], 0); 43 keypad->state = 0 [all...] |
/cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/ |
DeviceInfoActivity.java | 96 String keypad = null; local 98 keypad = "undefined"; 100 keypad = "nokeys"; 102 keypad = "qwerty"; 104 keypad = "12key"; 106 if (keypad != null) { 107 DeviceInfoInstrument.addResult(DeviceInfoConstants.KEYPAD, keypad);
|
DeviceInfoConstants.java | 38 public static final String KEYPAD = "keypad";
|
/frameworks/base/core/java/android/text/method/ |
package.html | 4 <p>Provides classes that monitor or modify keypad input.</p> 5 <p>You can use these classes to modify the type of keypad entry
|
KeyListener.java | 28 * for cases where an application has its own on-screen keypad and also wants 45 * user puts focus in the editor, which will provide a keypad and also
|
/external/quake/quake/src/QW/dxsdk/sdk/inc/ |
dinput.h | 467 #define DIK_MULTIPLY 0x37 /* * on numeric keypad */
486 #define DIK_SUBTRACT 0x4A /* - on numeric keypad */
490 #define DIK_ADD 0x4E /* + on numeric keypad */
495 #define DIK_DECIMAL 0x53 /* . on numeric keypad */
507 #define DIK_NUMPADEQUALS 0x8D /* = on numeric keypad (NEC PC98) */
516 #define DIK_NUMPADENTER 0x9C /* Enter on numeric keypad */
518 #define DIK_NUMPADCOMMA 0xB3 /* , on numeric keypad (NEC PC98) */
519 #define DIK_DIVIDE 0xB5 /* / on numeric keypad */
522 #define DIK_HOME 0xC7 /* Home on arrow keypad */
523 #define DIK_UP 0xC8 /* UpArrow on arrow keypad */
[all...] |
/external/quake/quake/src/WinQuake/dxsdk/SDK/INC/ |
DINPUT.H | 467 #define DIK_MULTIPLY 0x37 /* * on numeric keypad */
486 #define DIK_SUBTRACT 0x4A /* - on numeric keypad */
490 #define DIK_ADD 0x4E /* + on numeric keypad */
495 #define DIK_DECIMAL 0x53 /* . on numeric keypad */
507 #define DIK_NUMPADEQUALS 0x8D /* = on numeric keypad (NEC PC98) */
516 #define DIK_NUMPADENTER 0x9C /* Enter on numeric keypad */
518 #define DIK_NUMPADCOMMA 0xB3 /* , on numeric keypad (NEC PC98) */
519 #define DIK_DIVIDE 0xB5 /* / on numeric keypad */
522 #define DIK_HOME 0xC7 /* Home on arrow keypad */
523 #define DIK_UP 0xC8 /* UpArrow on arrow keypad */
[all...] |
/bootable/bootloader/legacy/include/boot/ |
gpio_keypad.h | 44 int gpio_keypad_init(gpio_keypad_info *keypad); 45 void gpio_keypad_scan_keys(gpio_keypad_info *keypad);
|
board.h | 37 /* keypad init */
|
/packages/apps/Phone/res/layout/ |
emergency_dialer.xml | 26 <!-- Text field above the keypad where the digits are displayed --> 42 <!-- Keypad section -->
|
/device/samsung/crespo/ |
device_base.mk | 57 device/samsung/crespo/s3c-keypad.kl:system/usr/keylayout/s3c-keypad.kl \ 58 device/samsung/crespo/s3c-keypad.kcm:system/usr/keychars/s3c-keypad.kcm \ 59 device/samsung/crespo/herring-keypad.kl:system/usr/keylayout/herring-keypad.kl \ 60 device/samsung/crespo/herring-keypad.kcm:system/usr/keychars/herring-keypad.kcm \ 112 s3c-keypad.kcm \
|
/external/webkit/Source/WebCore/platform/wx/ |
KeyboardEventWx.cpp | 132 /* FIXME: Need to supply a bool in this func, to determine wheter the event comes from the keypad 135 return VK_NUMPAD0;// (60) Numeric keypad 0 key 137 return VK_NUMPAD1;// (61) Numeric keypad 1 key 139 return VK_NUMPAD2; // (62) Numeric keypad 2 key 141 return VK_NUMPAD3; // (63) Numeric keypad 3 key 143 return VK_NUMPAD4; // (64) Numeric keypad 4 key 145 return VK_NUMPAD5; //(65) Numeric keypad 5 key 147 return VK_NUMPAD6; // (66) Numeric keypad 6 key 149 return VK_NUMPAD7; // (67) Numeric keypad 7 key 151 return VK_NUMPAD8; // (68) Numeric keypad 8 ke [all...] |
/device/moto/wingray/ |
device_base.mk | 67 device/moto/wingray/stingray-keypad.kl:system/usr/keylayout/stingray-keypad.kl \ 68 device/moto/wingray/stingray-keypad.kcm:system/usr/keychars/stingray-keypad.kcm
|
/external/webkit/Source/WebCore/platform/chromium/ |
KeyCodeConversionGtk.cpp | 45 return VKEY_NUMPAD0; // (60) Numeric keypad 0 key 47 return VKEY_NUMPAD1; // (61) Numeric keypad 1 key 49 return VKEY_NUMPAD2; // (62) Numeric keypad 2 key 51 return VKEY_NUMPAD3; // (63) Numeric keypad 3 key 53 return VKEY_NUMPAD4; // (64) Numeric keypad 4 key 55 return VKEY_NUMPAD5; //(65) Numeric keypad 5 key 57 return VKEY_NUMPAD6; // (66) Numeric keypad 6 key 59 return VKEY_NUMPAD7; // (67) Numeric keypad 7 key 61 return VKEY_NUMPAD8; // (68) Numeric keypad 8 key 63 return VKEY_NUMPAD9; // (69) Numeric keypad 9 ke [all...] |
KeyboardCodes.h | 280 // VKEY_NUMPAD0 (60) Numeric keypad 0 key 283 // VKEY_NUMPAD1 (61) Numeric keypad 1 key 286 // VKEY_NUMPAD2 (62) Numeric keypad 2 key 289 // VKEY_NUMPAD3 (63) Numeric keypad 3 key 292 // VKEY_NUMPAD4 (64) Numeric keypad 4 key 295 // VKEY_NUMPAD5 (65) Numeric keypad 5 key 298 // VKEY_NUMPAD6 (66) Numeric keypad 6 key 301 // VKEY_NUMPAD7 (67) Numeric keypad 7 key 304 // VKEY_NUMPAD8 (68) Numeric keypad 8 key 307 // VKEY_NUMPAD9 (69) Numeric keypad 9 ke [all...] |
/external/webkit/Source/WebKit2/Shared/mac/ |
WebEventFactory.mm | 666 // VK_NUMPAD0 (60) Numeric keypad 0 key 668 // VK_NUMPAD1 (61) Numeric keypad 1 key 670 // VK_NUMPAD2 (62) Numeric keypad 2 key 672 // VK_NUMPAD3 (63) Numeric keypad 3 key 674 // VK_NUMPAD4 (64) Numeric keypad 4 key 676 // VK_NUMPAD5 (65) Numeric keypad 5 key 678 // VK_NUMPAD6 (66) Numeric keypad 6 key 680 // VK_NUMPAD7 (67) Numeric keypad 7 key 682 // VK_NUMPAD8 (68) Numeric keypad 8 key 684 // VK_NUMPAD9 (69) Numeric keypad 9 ke [all...] |
/development/pdk/docs/porting/ |
power_management.jd | 40 <p>If the suspend operation has already started when locking a wakelock, the system will abort the suspend operation as long it has not already reached the <code>suspend_late</code> stage. This means that locking a wakelock from an interrupt handler or a freezeable thread always works, but if you lock a wakelock from a <code>suspend_late</code> handler, you must also return an error from that handler to abort suspend. You can use wakelocks to allow the user-space to decide which keys should wake the full system and turn on the screen. Use <code>set_irq_wake</code> or a platform-specific API to ensure that the keypad interrupt wakes up the CPU. Once the keypad driver has resumed, the sequence of events can look like this:</p> 42 <li> The Keypad driver receives an interrupt, locks the keypad-scan wakelock, 43 and starts scanning the keypad matrix. </li> 44 <li>The keypad-scan code detects a key change and reports it to the input-event 48 <li>The keypad-scan code detects that no keys are held and unlocks the 49 keypad-scan wakelock. </li> 62 keypad-scan ++++++++++++++++++++++
|
/external/qemu/distrib/sdl-1.2.12/src/video/ataricommon/ |
SDL_atarikeys.h | 110 /* Numeric keypad */ 130 /* Cursor keypad */
|
/frameworks/base/core/res/res/layout/ |
keyguard_screen_sim_pin_portrait.xml | 82 android:id="@+id/keyPad" 90 <!-- spacer below keypad -->
|
/frameworks/base/core/res/res/layout-sw600dp/ |
keyguard_screen_sim_pin_portrait.xml | 82 android:id="@+id/keyPad" 90 <!-- spacer below keypad -->
|
/frameworks/base/wifi/java/android/net/wifi/ |
WpsInfo.java | 38 /** Keypad pin method configuration - pin is entered on device */ 39 public static final int KEYPAD = 2;
|
/external/kernel-headers/original/asm-arm/arch/ |
mux.h | 35 * Added entry for the keypad and uwire CS1. (09Mar 2004) 408 /* Keypad */ 516 /* Keypad GPIO*/ 531 /* 24xx Menelaus Keypad GPIO */
|
/packages/apps/Phone/res/layout-land/ |
emergency_dialer.xml | 24 <!-- Text field above the keypad where the digits are displayed -->
|
/external/webkit/Source/WebCore/platform/qt/ |
PlatformKeyboardEventQt.cpp | 142 // Determine wheter the event comes from the keypad 146 return VK_NUMPAD0; // (60) Numeric keypad 0 key 148 return VK_NUMPAD1; // (61) Numeric keypad 1 key 150 return VK_NUMPAD2; // (62) Numeric keypad 2 key 152 return VK_NUMPAD3; // (63) Numeric keypad 3 key 154 return VK_NUMPAD4; // (64) Numeric keypad 4 key 156 return VK_NUMPAD5; // (65) Numeric keypad 5 key 158 return VK_NUMPAD6; // (66) Numeric keypad 6 key 160 return VK_NUMPAD7; // (67) Numeric keypad 7 key 162 return VK_NUMPAD8; // (68) Numeric keypad 8 ke [all...] |
/external/webkit/Source/WebCore/platform/gtk/ |
PlatformKeyboardEventGtk.cpp | 156 return VK_NUMPAD0;// (60) Numeric keypad 0 key 158 return VK_NUMPAD1;// (61) Numeric keypad 1 key 160 return VK_NUMPAD2; // (62) Numeric keypad 2 key 162 return VK_NUMPAD3; // (63) Numeric keypad 3 key 164 return VK_NUMPAD4; // (64) Numeric keypad 4 key 166 return VK_NUMPAD5; //(65) Numeric keypad 5 key 168 return VK_NUMPAD6; // (66) Numeric keypad 6 key 170 return VK_NUMPAD7; // (67) Numeric keypad 7 key 172 return VK_NUMPAD8; // (68) Numeric keypad 8 key 174 return VK_NUMPAD9; // (69) Numeric keypad 9 ke [all...] |