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
/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;
185
config.setProperty(Properties.
NAVIGATION
, Configuration.NAVIGATION_TRACKBALL);
290
config.setProperty(Properties.
NAVIGATION
, Configuration.NAVIGATION_NONAV);
297
config.setProperty(Properties.
NAVIGATION
, Configuration.NAVIGATION_DPAD);
304
config.setProperty(Properties.
NAVIGATION
, Configuration.NAVIGATION_WHEEL);
494
config.setProperty(Properties.
NAVIGATION
, Configuration.NAVIGATION_NONAV);
501
config.setProperty(Properties.
NAVIGATION
, Configuration.NAVIGATION_DPAD);
508
config.setProperty(Properties.
NAVIGATION
, Configuration.NAVIGATION_WHEEL)
[
all
...]
/cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DeviceInfoConstants.java
42
public static final String
NAVIGATION
= "
navigation
";
Completed in 1391 milliseconds