Searched refs:NAVIGATION_NONAV (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DActivityManagerTest.java105 if (vconfig.navigation == Configuration.NAVIGATION_NONAV) {
/frameworks/base/core/java/android/content/res/
H A DConfiguration.java461 public static final int NAVIGATION_NONAV = 1; field in class:Configuration
477 * One of: {@link #NAVIGATION_NONAV}, {@link #NAVIGATION_DPAD},
897 case NAVIGATION_NONAV: sb.append(" -nav"); break;
1800 case Configuration.NAVIGATION_NONAV:
/frameworks/base/tools/aapt2/
H A DConfigDescription.cpp435 if (out) out->navigation = out->NAVIGATION_NONAV;
/frameworks/base/include/androidfw/
H A DResourceTypes.h1006 NAVIGATION_NONAV = ACONFIGURATION_NAVIGATION_NONAV, enumerator in enum:android::ResTable_config::__anon993
/frameworks/base/tools/aapt/
H A DAaptConfig.cpp674 if (out) out->navigation = out->NAVIGATION_NONAV;
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java7708 config.navigation = Configuration.NAVIGATION_NONAV;
7735 && config.navigation == Configuration.NAVIGATION_NONAV) {
7747 if (config.navigation == Configuration.NAVIGATION_NONAV && mHasPermanentDpad) {
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp3081 case ResTable_config::NAVIGATION_NONAV:
/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java2319 if (config.navigation == Configuration.NAVIGATION_NONAV
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java19104 && config.navigation == Configuration.NAVIGATION_NONAV);

Completed in 208 milliseconds