OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NAVIGATION
(Results
1 - 5
of
5
) sorted by null
/cts/common/device-side/device-setup/src/com/android/compatibility/common/devicesetup/
DeviceInfoConstants.java
51
public static final String
NAVIGATION
= "
navigation
";
/cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DeviceInfoConstants.java
42
public static final String
NAVIGATION
= "
navigation
";
DeviceInfoActivity.java
147
String
navigation
= null;
local
148
if (con.
navigation
== Configuration.NAVIGATION_UNDEFINED) {
149
navigation
= "undefined";
150
} else if (con.
navigation
== Configuration.NAVIGATION_NONAV) {
151
navigation
= "nonav";
152
} else if (con.
navigation
== Configuration.NAVIGATION_DPAD) {
153
navigation
= "drap";
154
} else if (con.
navigation
== Configuration.NAVIGATION_TRACKBALL) {
155
navigation
= "trackball";
156
} else if (con.
navigation
== Configuration.NAVIGATION_WHEEL)
[
all
...]
/development/apps/Development/src/com/android/development/
AppHwPref.java
56
private static final int
NAVIGATION
= BASE + 3;
86
displayTextView(R.id.attr_navigation, appHwPref,
NAVIGATION
);
142
case
NAVIGATION
:
/cts/tests/tests/content/src/android/content/res/cts/
ConfigTest.java
47
NAVIGATION
,
115
case
NAVIGATION
:
116
mConfig.
navigation
= value;
205
config.setProperty(Properties.
NAVIGATION
, Configuration.NAVIGATION_TRACKBALL);
310
config.setProperty(Properties.
NAVIGATION
, Configuration.NAVIGATION_NONAV);
317
config.setProperty(Properties.
NAVIGATION
, Configuration.NAVIGATION_DPAD);
324
config.setProperty(Properties.
NAVIGATION
, Configuration.NAVIGATION_WHEEL);
514
config.setProperty(Properties.
NAVIGATION
, Configuration.NAVIGATION_NONAV);
521
config.setProperty(Properties.
NAVIGATION
, Configuration.NAVIGATION_DPAD);
528
config.setProperty(Properties.
NAVIGATION
, Configuration.NAVIGATION_WHEEL)
[
all
...]
Completed in 65 milliseconds