Home
last modified time | relevance | path

Searched refs:NAVIGATION_NONAV (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/app/activity/
DActivityManagerTest.java105 if (vconfig.navigation == Configuration.NAVIGATION_NONAV) { in testGetDeviceConfigurationInfo()
/frameworks/base/core/java/android/content/res/
DConfiguration.java461 public static final int NAVIGATION_NONAV = 1; field in Configuration
897 case NAVIGATION_NONAV: sb.append(" -nav"); break; in toString()
1786 case Configuration.NAVIGATION_NONAV: in resourceQualifierString()
/frameworks/base/tools/aapt2/
DConfigDescription.cpp435 if (out) out->navigation = out->NAVIGATION_NONAV; in parseNavigation()
/frameworks/base/tools/aapt/
DAaptConfig.cpp674 if (out) out->navigation = out->NAVIGATION_NONAV; in parseNavigation()
/frameworks/base/include/androidfw/
DResourceTypes.h1006 NAVIGATION_NONAV = ACONFIGURATION_NAVIGATION_NONAV, enumerator
/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerService.java7425 config.navigation = Configuration.NAVIGATION_NONAV; in computeScreenConfigurationLocked()
7452 && config.navigation == Configuration.NAVIGATION_NONAV) { in computeScreenConfigurationLocked()
7464 if (config.navigation == Configuration.NAVIGATION_NONAV && mHasPermanentDpad) { in computeScreenConfigurationLocked()
/frameworks/base/libs/androidfw/
DResourceTypes.cpp3081 case ResTable_config::NAVIGATION_NONAV: in toString()
/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java2275 if (config.navigation == Configuration.NAVIGATION_NONAV in adjustConfigurationLw()
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java18847 && config.navigation == Configuration.NAVIGATION_NONAV); in shouldShowDialogs()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt9122 field public static final int NAVIGATION_NONAV = 1; // 0x1
/frameworks/base/api/
Dcurrent.txt10146 field public static final int NAVIGATION_NONAV = 1; // 0x1
Dsystem-current.txt10585 field public static final int NAVIGATION_NONAV = 1; // 0x1
Dtest-current.txt10159 field public static final int NAVIGATION_NONAV = 1; // 0x1