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

/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DActivityManagerTest.java105 if (vconfig.navigation == Configuration.NAVIGATION_NONAV) {
/frameworks/base/include/ui/
H A DInput.h138 NAVIGATION_NONAV = 1, enumerator in enum:android::InputConfiguration::__anon135
/frameworks/base/core/java/android/content/res/
H A DConfiguration.java146 public static final int NAVIGATION_NONAV = 1; field in class:Configuration
153 * One of: {@link #NAVIGATION_NONAV}, {@link #NAVIGATION_DPAD},
/frameworks/base/include/utils/
H A DResourceTypes.h866 NAVIGATION_NONAV = ACONFIGURATION_NAVIGATION_NONAV, enumerator in enum:android::ResTable_config::__anon190
/frameworks/base/libs/ui/tests/
H A DInputReader_test.cpp866 ASSERT_EQ(InputConfiguration::NAVIGATION_NONAV, config.navigation);
878 ASSERT_EQ(InputConfiguration::NAVIGATION_NONAV, config.navigation);
890 ASSERT_EQ(InputConfiguration::NAVIGATION_NONAV, config.navigation);
/frameworks/base/tools/aapt/
H A DAaptAssets.cpp1028 if (out) out->navigation = out->NAVIGATION_NONAV;
/frameworks/base/libs/ui/
H A DInputReader.cpp426 int32_t navigationConfig = InputConfiguration::NAVIGATION_NONAV;
/frameworks/base/libs/utils/
H A DResourceTypes.cpp4289 case ResTable_config::NAVIGATION_NONAV:

Completed in 212 milliseconds