HomeSort by relevance Sort by last modified time
    Searched full:dpad (Results 26 - 50 of 75) sorted by null

12 3

  /external/quake/
README 103 DPad Enter ENTER +jump
132 DPad Up UPARROW +forward
133 DPad Down DOWNARROW +back
134 DPad Left LEFTARROW +left
135 DPad Right RIGHTARROW+right
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/configurations/
NavigationMethodQualifier.java 39 DPAD("dpad", "D-pad"), //$NON-NLS-1$
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/sdk/
config_sample.xml 30 <d:nav-method>dpad</d:nav-method>
109 <d:config name="nav-method-dpad">
110 <d:nav-method>dpad</d:nav-method>
  /external/qemu/android/skin/
file.c 121 { "dpad-up", kKeyCodeDpadUp },
122 { "dpad-down", kKeyCodeDpadDown },
123 { "dpad-left", kKeyCodeDpadLeft },
124 { "dpad-right", kKeyCodeDpadRight },
125 { "dpad-center", kKeyCodeDpadCenter },
511 node = aconfig_find( root, "dpad-rotation" );
513 layout->dpad_rotation = aconfig_int( root, "dpad-rotation", 0 );
window.c 537 /* Dpad keys must be rotated if the skin provides a 'dpad-rotation' field.
944 /* filter DPAD and QWERTY buttons right here */
947 /* these correspond to the DPad */
    [all...]
  /external/qemu/docs/
ANDROID-SKIN-FILES.TXT 131 - 'dpad-rotation':
137 the DPad is in landscape mode when the device is in landscape
140 do not rotate the DPad in landscape mode.
  /frameworks/base/docs/html/guide/topics/manifest/
uses-configuration-element.jd 21 android:<a href="#nav">reqNavigation</a>=["undefined" | "nonav" | "dpad" |
122 <td>"{@code dpad}"</td>
  /cts/tests/tests/content/src/android/content/res/cts/
ConfigTest.java 267 checkValue(res, R.configVarying.simple, "simple dpad");
269 R.styleable.TestConfig, new String[]{"bag dpad"});
523 checkValue(res, R.configVarying.simple, "simple 12key dpad");
525 R.styleable.TestConfig, new String[]{"bag 12key dpad"});
533 checkValue(res, R.configVarying.simple, "simple dpad");
535 R.styleable.TestConfig, new String[]{"bag dpad"});
  /external/qemu/
CHANGES.TXT 74 D-Pad events. The fix allows for a new 'dpad-rotation' field for each
133 KEY_DOWN / UP / LEFT / RIGHT => DPad keys
134 KEY_CENTER => DPad / trackball click
249 a touch-screen, trackball, dpad, keyboard, modem, etc...
361 - Fix scrollwheel Dpad emulation in rotated mode. before that, using the
362 scroll-wheel would always generated Dpad Up/Down events, even when in
397 - Fix scrollwheel Dpad emulation in rotated mode. before that, using the
398 scroll-wheel would always generated Dpad Up/Down events, even when in
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/resources/manager/
ConfigMatchTest.java 170 NavigationMethod.DPAD.getValue(), // navigation
196 NavigationMethod.DPAD.getValue(), // navigation
  /development/apps/Development/src/com/android/development/
AppHwPref.java 211 return "dpad";
  /frameworks/base/docs/html/guide/developing/tools/
avd.jd 275 <td>DPad support</td>
276 <td>Whether the device has DPad keys. Default value is "yes".</td>
277 <td>hw.dPad</td>
  /packages/apps/Gallery/src/com/android/camera/
GridViewSpecial.java 394 // (by finger or by the dpad center key). The selection box can be drawn
397 // screen or the dpad center key is not released). Another color
398 // (orange) is used after the finger leaves touch screen or the dpad
    [all...]
ImageGallery.java 669 // we use the dpad center key, we will keep the selected index in order
672 // selected, so we don't need the selection box, but in the dpad case
    [all...]
  /external/qemu/hw/
goldfish_events_device.c 295 * A Dpad will send: KEY_DOWN / UP / LEFT / RIGHT / CENTER
  /development/tools/monkeyrunner/src/com/android/monkeyrunner/
MonkeyRunner.java 321 * dpad down function
328 * dpad up function
  /frameworks/base/core/java/android/view/
ViewRoot.java     [all...]
WindowManagerPolicy.java 734 * and does not generally cause actions to be performed (normally the DPAD
735 * movement keys, NOT the DPAD center press key). This is called
    [all...]
  /development/samples/Snake/src/com/example/android/snake/
SnakeView.java 251 * based on the DPAD. Ignore events that would cause the snake to immediately
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
layout-devices.xsd 249 <xsd:enumeration value="dpad" />
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinIME.java 743 // If tutorial is visible, don't allow dpad to work
759 // If tutorial is visible, don't allow dpad to work
763 // Enable shift key and DPAD to do selections
    [all...]
  /frameworks/base/docs/html/guide/topics/resources/
providing-resources.jd 532 <code>dpad</code><br/>
540 <li>{@code dpad}: Device has a directional-pad (d-pad) for navigation.</li>
    [all...]
  /frameworks/base/core/java/android/content/res/
Configuration.java 162 * A flag indicating whether any 5-way or DPAD navigation available.
  /frameworks/base/core/java/android/inputmethodservice/
InputMethodService.java     [all...]
  /frameworks/base/docs/html/sdk/1.6_r1/
upgrading.jd 240 an AVD that does not offer a physical keyboard or one that uses a dpad instead

Completed in 216 milliseconds

12 3