OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NAVIGATION
(Results
1 - 3
of
3
) sorted by null
/cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DeviceInfoConstants.java
36
public static final String
NAVIGATION
= "
navigation
";
/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
43
NAVIGATION
,
111
case
NAVIGATION
:
112
mConfig.
navigation
= value;
180
config.mConfig.
navigation
= Configuration.NAVIGATION_TRACKBALL;
285
config.setProperty(Properties.
NAVIGATION
, Configuration.NAVIGATION_NONAV);
292
config.setProperty(Properties.
NAVIGATION
, Configuration.NAVIGATION_DPAD);
299
config.setProperty(Properties.
NAVIGATION
, Configuration.NAVIGATION_WHEEL);
489
config.setProperty(Properties.
NAVIGATION
, Configuration.NAVIGATION_NONAV);
496
config.setProperty(Properties.
NAVIGATION
, Configuration.NAVIGATION_DPAD);
503
config.setProperty(Properties.
NAVIGATION
, Configuration.NAVIGATION_WHEEL)
[
all
...]
Completed in 79 milliseconds