OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dpad
(Results
1 - 25
of
316
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/replicaisland/res/values-dpad/
strings.xml
3
<string name="nav_type">
DPad
</string>
/external/replicaisland/res/values/
arrays.xml
23
<item>
DPAD
UP</item>
24
<item>
DPAD
DOWN</item>
25
<item>
DPAD
LEFT</item>
26
<item>
DPAD
RIGHT</item>
27
<item>
DPAD
CENTER</item>
/sdk/emulator/skins/dynamic/
layout
23
dpad
-up {
28
dpad
-down {
33
dpad
-left {
38
dpad
-right {
43
dpad
-center {
/cts/tests/tests/content/res/values-12key-dpad/
configVarying.xml
18
<item type="configVarying" name="simple">simple 12key
dpad
</item>
20
<item name="testString">bag 12key
dpad
</item>
/cts/tests/tests/content/res/values-dpad/
configVarying.xml
18
<item type="configVarying" name="simple">simple
dpad
</item>
20
<item name="testString">bag
dpad
</item>
/cts/tests/tests/content/res/values-dpad-63x57/
configVarying.xml
18
<item type="configVarying" name="simple">simple
dpad
63x57</item>
20
<item name="testString">bag
dpad
63x57</item>
/cts/tests/tests/content/res/values-keysexposed-dpad/
configVarying.xml
18
<item type="configVarying" name="simple">simple keysexposed
dpad
</item>
20
<item name="testString">bag keysexposed
dpad
</item>
/development/tools/emulator/skins/WSVGA/
layout
57
dpad
-rotation 3
/development/tools/emulator/skins/WXGA720/
layout
57
dpad
-rotation 3
/development/tools/emulator/skins/WXGA800/
layout
57
dpad
-rotation 3
/development/tools/emulator/skins/WXGA800-7in/
layout
59
dpad
-rotation 3
/development/tools/emulator/skins/HVGA/
layout
42
dpad
-up {
47
dpad
-down {
52
dpad
-left {
57
dpad
-right {
62
dpad
-center {
397
# the framework _always_ assume that the
DPad
401
dpad
-rotation 3
/device/google/atv/
config.ini
7
hw.
dPad
=yes
/development/tools/emulator/skins/QVGA/
layout
42
dpad
-up {
47
dpad
-down {
52
dpad
-left {
57
dpad
-right {
62
dpad
-center {
396
dpad
-rotation 3
/development/tools/emulator/skins/WQVGA400/
layout
42
dpad
-up {
47
dpad
-down {
52
dpad
-left {
57
dpad
-right {
62
dpad
-center {
396
dpad
-rotation 3
/development/tools/emulator/skins/WQVGA432/
layout
42
dpad
-up {
47
dpad
-down {
52
dpad
-left {
57
dpad
-right {
62
dpad
-center {
396
dpad
-rotation 3
/development/tools/emulator/skins/WVGA800/
layout
42
dpad
-up {
47
dpad
-down {
52
dpad
-left {
57
dpad
-right {
62
dpad
-center {
397
dpad
-rotation 3
/development/tools/emulator/skins/WVGA854/
layout
42
dpad
-up {
47
dpad
-down {
52
dpad
-left {
57
dpad
-right {
62
dpad
-center {
397
dpad
-rotation 3
/device/sample/skins/WVGAMedDpi/
layout
42
dpad
-up {
47
dpad
-down {
52
dpad
-left {
57
dpad
-right {
62
dpad
-center {
/frameworks/base/packages/SettingsProvider/res/values/
defaults.xml
100
<!--
DPAD
/Trackball UP - traverse previous on current axis and send an event. -->
102
<!--
DPAD
/Trackball DOWN - traverse next on current axis and send an event. -->
104
<!--
DPAD
/Trackball LEFT - traverse previous on the character navigation axis and send event. -->
106
<!--
DPAD
/Trackball RIGHT - traverse next on the character navigation axis end send event. -->
108
<!-- Alt+
DPAD
/Trackball UP - go to the top of the document. -->
110
<!-- Alt+
DPAD
/Trackball DOWN - go to the bottom of the document. -->
112
<!-- Alt+
DPAD
/Trackball LEFT - transition from an axis to another and sends an event.-->
115
<!-- Alt+
DPAD
/Trackball RIGHT - transition from an axis to another and sends an event. -->
/frameworks/base/data/keyboards/
Vendor_054c_Product_0268.kl
48
#
DPAD
/platform_testing/tests/jank/androidtvjanktests/src/com/android/androidtv/janktests/
SystemUiJankTests.java
85
// This will ensure that the
DPad
focus is on the Settings icon.
109
// Press
DPad
center button to navigate to settings.
135
// Press
DPad
button down eight times in succession
139
// Press
DPad
button up eight times in succession.
SystemAppJankTests.java
102
// Press
DPad
button down eight times in succession to scroll down.
106
// Press
DPad
button up eight times in succession to scroll up.
/frameworks/base/tests/UsesFeature2Test/
AndroidManifest.xml
28
<uses-feature android:name="android.hardware.
dpad
" />
/platform_testing/libraries/base-app-helpers/src/android/platform/test/helpers/
DPadHelper.java
52
* Presses
DPad
button of the same direction for the count times.
Completed in 295 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>