/external/qemu/distrib/sdl-1.2.12/src/video/quartz/ |
SDL_QuartzEvents.m | 229 The keypad codes are re-setup here, because the loop above cannot 230 distinguish between a key on the keypad and a regular key. We maybe [all...] |
/external/quake/quake/src/QW/client/ |
gl_vidlinux_svga.c | 451 scantokey[ 55] = '*'; //keypad 484 scantokey[ 96] = K_ENTER; //keypad enter
|
vid_svgalib.c | 675 scantokey[ 55] = '*'; //keypad 708 scantokey[ 96] = K_ENTER; //keypad enter
|
/packages/apps/Phone/src/com/android/phone/ |
OutgoingCallBroadcaster.java | 227 * does *not* necessarily have separators and keypad letters stripped (so 233 * out and keypad letters converted to digits (like "16505551234"), or a
|
EmergencyDialer.java | 164 // Check for the presence of the keypad
|
DTMFTwelveKeyDialer.java | 383 // keypad.
|
/external/wpa_supplicant_8/wpa_supplicant/ |
wpa_supplicant.conf.orig | 202 # nfc_interface push_button keypad virtual_display physical_display 205 #config_methods=label display push_button keypad 207 #config_methods=label virtual_display virtual_push_button keypad [all...] |
/external/kernel-headers/original/linux/spi/ |
cpcap.h | 273 CPCAP_REG_KLC, /* Keypad Lighting Control */
|
/external/qemu/android/skin/ |
keyboard.c | 278 /* special case for keypad keys, ignore them here if numlock is on */
|
/external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/ |
SDL_amigaevents.c | 362 MISC_keymap[15] = SDLK_KP0; /* Keypad 0-9 */
|
/external/qemu/distrib/sdl-1.2.12/src/video/riscos/ |
SDL_riscosevents.c | 520 /* Keypad 0 to 9 maps to numeric equivalent */
|
/external/webkit/Tools/DumpRenderTree/win/ |
EventSender.cpp | 452 keyData += KF_EXTENDED << 16; // In this case, extended means "not keypad".
|
/external/wpa_supplicant_8/hostapd/ |
README-WPS | 108 config_methods=label display push_button keypad
|
/external/wpa_supplicant_8/src/wps/ |
wps_common.c | 642 if (os_strstr(str, "keypad"))
|
/frameworks/base/core/java/android/view/ |
InputDevice.java | 280 * The keyboard is not fully alphabetic. It may be a numeric keypad or an assortment
|
/frameworks/base/native/include/android/ |
input.h | 223 * (to emulate a directional keypad) and by certain unhandled key presses 224 * that are declared in the key map (such as special function numeric keypad [all...] |
/frameworks/base/docs/html/resources/tutorials/testing/ |
activity_test.jd | 678 "clicking" the center keypad button (sending a DPAD_CENTER key event) and then clicking (sending) the down arrow keypad button five times. Finally, 679 click the center keypad button again to highlight the desired item. Add the following code: [all...] |
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
dbus_new_handlers_p2p.c | 439 else if (!strcmp(entry.str_value, "keypad")) 641 os_strcmp(config_method, "keypad") && [all...] |
/development/samples/GlobalTime/src/com/android/globaltime/ |
GLView.java | 138 * keypad left or up to decrement the value and right or down to
|
/external/grub/grub/ |
asmstub.c | 177 keypad (stdscr, TRUE);
|
/external/qemu/distrib/sdl-1.2.12/src/video/ipod/ |
SDL_ipodvideo.c | 431 '7', '8', '9', '-', '4', '5', '6', '+', '1', '2', '3', '0', '.', /* numeric keypad */
|
/frameworks/base/docs/html/sdk/1.5_r1/ |
upgrading.jd | 366 listens for special keypress events that only occur on a keypad, then your application
|
/frameworks/base/docs/html/sdk/1.5_r2/ |
upgrading.jd | 366 listens for special keypress events that only occur on a keypad, then your application
|
/frameworks/base/docs/html/sdk/1.5_r3/ |
upgrading.jd | 368 listens for special keypress events that only occur on a keypad, then your application
|
/frameworks/base/telephony/java/android/telephony/ |
PhoneNumberUtils.java | [all...] |