/external/webkit/Source/WebKit/chromium/src/win/ |
WebInputEventFactory.cpp | 47 bool keypad = false; local 50 keypad = (lparam >> 16) & KF_EXTENDED; 62 keypad = !((lparam >> 16) & KF_EXTENDED); 81 keypad = true; 84 keypad = false; 86 return keypad;
|
/build/core/ |
legacy_prebuilts.mk | 111 sholes-keypad.kl \
|
/device/samsung/tuna/ |
device.mk | 101 device/samsung/tuna/tuna-gpio-keypad.kl:system/usr/keylayout/tuna-gpio-keypad.kl \ 102 device/samsung/tuna/tuna-gpio-keypad.kcm:system/usr/keychars/tuna-gpio-keypad.kcm \
|
/packages/apps/Contacts/res/layout-land/ |
dialpad_fragment.xml | 24 <!-- Text field above the keypad where the digits are displayed.
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/ |
DECkeysym.h | 65 /* special keysym for LK2** "Remove" key on editing keypad */
|
/frameworks/base/core/res/res/layout/ |
keyguard_screen_sim_puk_portrait.xml | 133 android:id="@+id/keyPad" 141 <!-- spacer below keypad -->
|
/packages/apps/Contacts/res/layout/ |
dialpad_fragment.xml | 25 <!-- Text field and possibly soft menu button above the keypad where 59 <!-- Keypad section -->
|
/frameworks/base/wifi/java/android/net/wifi/ |
WifiNative.java | 263 /* p2p_connect <peer device address> <pbc|pin|PIN#> [label|display|keypad] 280 case WpsInfo.KEYPAD: 282 args.add("keypad");
|
WpsStateMachine.java | 102 case WpsInfo.KEYPAD:
|
/external/dropbear/libtomcrypt/notes/ |
tech0001.txt | 15 that do not occur at regular intervals [e.g. joypad/keypad input, network packets, etc...].
|
/external/qemu/distrib/sdl-1.2.12/src/video/windib/ |
SDL_dibevents.c | 435 #define EXTKEYPAD(keypad) ((scancode & 0x100)?(mvke):(keypad)) 466 /* Distinguish between keypad and extended keys */ 505 /* No VK_ code for the keypad enter key */
|
/frameworks/base/wifi/java/android/net/wifi/p2p/ |
WifiP2pConfig.java | 93 wps.setup = WpsInfo.KEYPAD;
|
/packages/apps/Settings/src/com/android/settings/wifi/p2p/ |
WifiP2pDialog.java | 72 config.wps.setup = WpsInfo.KEYPAD;
|
/frameworks/base/docs/html/guide/topics/manifest/ |
uses-configuration-element.jd | 43 keypad like those found on most phones, it would specify these requirements 101 <td>The application requires a twelve-key keypad, like those on most
|
/frameworks/base/core/java/android/view/ |
KeyEvent.java | 422 * This key alters the behavior of other keys on the numeric keypad. */ 424 /** Key code constant: Numeric keypad '0' key. */ 426 /** Key code constant: Numeric keypad '1' key. */ 428 /** Key code constant: Numeric keypad '2' key. */ 430 /** Key code constant: Numeric keypad '3' key. */ 432 /** Key code constant: Numeric keypad '4' key. */ 434 /** Key code constant: Numeric keypad '5' key. */ 436 /** Key code constant: Numeric keypad '6' key. */ 438 /** Key code constant: Numeric keypad '7' key. */ 440 /** Key code constant: Numeric keypad '8' key. * [all...] |
/external/wpa_supplicant_8/wpa_supplicant/ |
README-P2P | 104 p2p_prov_disc <peer device address> <display|keypad|pbc> 110 us and "p2p_prov_disc 02:01:02:03:04:05 keypad" would request the peer 113 p2p_connect <peer device address> <pbc|pin|PIN#> [label|display|keypad] 124 used (e.g., 12345670). [label|display|keypad] is used with PIN method 127 keypad=PIN entered from peer device label or display). "persistent"
|
config.h | 316 * keypad". 318 * int_nfc_token nfc_interface push_button keypad
|
/cts/tests/config_demo/data/result_rep/ |
cts_result.xsl | 138 <TD class="lgreen">Keypad</TD> 140 <xsl:value-of select="TestResult/DeviceInfo/BuildInfo/@keypad"/>
|
/external/wpa_supplicant_8/src/p2p/ |
p2p_pd.c | 144 " requested us to write its PIN using keypad", 266 " accepted to write our PIN using keypad",
|
/development/pdk/docs/porting/ |
keymaps_keyboard_input.jd | 41 <td>Events are typically positional. For example, the top-left position on a keypad returns 16 regardless of whether that key is printed with a Q (as on a QWERTY keypad) or an A (as on an AZERTY keypads). This first conversion by the Linux Keyboard Driver yields a scancode (for example, 16).</td> 485 <p>Assume the following for the setup of a new keypad device:</p> 490 <p>The following example log file indicates that you have correctly registered the new keypad:</p>
|
getting_source_code.jd | 99 <p>Android source code is maintained in two repositories: <code>device</code> and <code>kernel</code>. The <code>device</code> repository includes the Android framework (things like the Activity Manager, Window Manager, Telephony Manager, View System, etc.). The <code>kernel</code> repository includes the core code necessary to run the operating system (things like the Display Driver, Camera Driver, Keypad Driver, Power Management, etc.). (Please see <a href="http://code.google.com/android/what-is-android.html">What is Android?</a> for details.)</p>
|
/external/chromium/chrome/browser/ |
global_keyboard_shortcuts_mac_unittest.mm | 56 // Test that the shortcuts that are generated by keypad number keys match the
|
/external/qemu/ |
keymaps.c | 134 //fprintf(stderr, "keypad keysym %04x keycode %d\n", keysym, keycode);
|
/frameworks/base/libs/ui/ |
Keyboard.cpp | 173 return strstr(deviceIdentifier.name.string(), "-keypad");
|
/external/e2fsprogs/ext2ed/ |
main.c | 204 keypad(command_win, 1); 305 keypad(command_win, 1);
|