Searched refs:navigation (Results 1 - 22 of 22) sorted by relevance

/frameworks/base/tools/localize/
H A DConfiguration.cpp27 n = navigation.compare(that.navigation);
H A DConfiguration.h16 string navigation; member in struct:Configuration
/frameworks/base/core/jni/
H A Dandroid_content_res_Configuration.cpp37 jfieldID navigation; member in struct:android::__anon28
53 out->navigation = env->GetIntField(clazz, gConfigurationClassInfo.navigation);
111 GET_FIELD_ID(gConfigurationClassInfo.navigation, clazz,
112 "navigation", "I");
H A Dandroid_util_AssetManager.cpp511 jint navigation,
535 config.navigation = (uint8_t)navigation;
506 android_content_AssetManager_setConfiguration(JNIEnv* env, jobject clazz, jint mcc, jint mnc, jstring locale, jint orientation, jint touchscreen, jint density, jint keyboard, jint keyboardHidden, jint navigation, jint screenWidth, jint screenHeight, jint smallestScreenWidthDp, jint screenWidthDp, jint screenHeightDp, jint screenLayout, jint uiMode, jint sdkVersion) argument
/frameworks/base/core/java/android/content/res/
H A DConfiguration.java195 * The kind of navigation method available on the device.
199 public int navigation; field in class:Configuration
206 * A flag indicating whether any 5-way or DPAD navigation available.
207 * This will be set on a device with a mechanism to hide the navigation
318 navigation = o.navigation;
429 switch (navigation) {
435 default: sb.append(" nav="); sb.append(navigation); break;
463 navigation = NAVIGATION_UNDEFINED;
534 if (delta.navigation !
[all...]
H A DAssetManager.java654 int keyboardHidden, int navigation, int screenWidth, int screenHeight,
652 setConfiguration(int mcc, int mnc, String locale, int orientation, int touchscreen, int density, int keyboard, int keyboardHidden, int navigation, int screenWidth, int screenHeight, int smallestScreenWidthDp, int screenWidthDp, int screenHeightDp, int screenLayout, int uiMode, int majorVersion) argument
H A DResources.java1485 keyboardHidden, mConfiguration.navigation, width, height,
/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DActivityManagerTest.java104 assertEquals(config.reqNavigation, vconfig.navigation);
105 if (vconfig.navigation == Configuration.NAVIGATION_NONAV) {
/frameworks/base/native/android/
H A Dconfiguration.cpp79 return config->navigation;
162 void AConfiguration_setNavigation(AConfiguration* config, int32_t navigation) { argument
163 config->navigation = navigation;
/frameworks/base/include/utils/
H A DResourceTypes.h892 uint8_t navigation; member in struct:android::ResTable_config::__anon204::__anon205
1079 if (navigation != o.navigation) diffs |= CONFIG_NAVIGATION;
1189 if (navigation != o.navigation) {
1190 if (!navigation) return false;
1191 if (!o.navigation) return true;
1406 if ((navigation != o.navigation) && requested->navigation) {
[all...]
/frameworks/base/tools/aapt/
H A DAaptAssets.cpp232 // navigation hidden
239 // navigation
242 *value = config.navigation;
291 return config.navigation;
568 // navigation hidden
590 //printf("not navigation: %s\n", part.string());
637 this->navigation = nav;
682 s += navigation;
790 if (this->navigation != "") {
794 s += navigation;
[all...]
H A DAaptAssets.h141 String8 navigation; member in struct:AaptGroupEntry
H A DResourceTable.cpp2733 config.navigation,
2775 tHeader->config.navigation,
3375 config->navigation,
H A DResource.cpp130 mParams.inputFlags, mParams.navigation));
/frameworks/base/native/include/android/
H A Dconfiguration.h223 * Set the current navigation in the configuration.
225 void AConfiguration_setNavigation(AConfiguration* config, int32_t navigation);
/frameworks/base/services/jni/
H A Dcom_android_server_InputManager.cpp107 jfieldID navigation; member in struct:android::__anon1188
1288 env->SetIntField(configObj, gConfigurationClassInfo.navigation, config.navigation);
1539 GET_FIELD_ID(gConfigurationClassInfo.navigation, clazz,
1540 "navigation", "I");
/frameworks/base/include/ui/
H A DInput.h187 int32_t navigation; member in struct:android::InputConfiguration
/frameworks/base/services/input/tests/
H A DInputReader_test.cpp933 ASSERT_EQ(InputConfiguration::NAVIGATION_NONAV, config.navigation);
945 ASSERT_EQ(InputConfiguration::NAVIGATION_NONAV, config.navigation);
959 ASSERT_EQ(InputConfiguration::NAVIGATION_NONAV, config.navigation);
971 ASSERT_EQ(InputConfiguration::NAVIGATION_NONAV, config.navigation);
988 ASSERT_EQ(InputConfiguration::NAVIGATION_NONAV, config.navigation);
994 configuration.addProperty(String8("cursor.mode"), String8("navigation"));
1002 ASSERT_EQ(InputConfiguration::NAVIGATION_TRACKBALL, config.navigation);
1014 ASSERT_EQ(InputConfiguration::NAVIGATION_DPAD, config.navigation);
1903 addConfigurationProperty("cursor.mode", "navigation");
1942 addConfigurationProperty("cursor.mode", "navigation");
[all...]
/frameworks/base/libs/utils/
H A DResourceTypes.cpp2602 params->navigation,
3981 thisConfig.navigation,
3982 config ? config->navigation : 0,
4290 thisConfig.navigation,
4766 if (type->config.navigation != 0) {
4767 printf(" nav=%d", type->config.navigation);
4768 switch (type->config.navigation) {
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindowManager.java205 // the navigation bar, if available, shows atop most things
1121 if (config.navigation == Configuration.NAVIGATION_NONAV) {
1218 // Assumes that the navigation bar appears on the side of the display in landscape.
1226 // Assumes the navigation bar appears on the bottom of the display in portrait.
1820 * spamming system UI changes that prevent the navigation bar from being shown.
1842 // Any user activity always causes us to show the navigation controls,
1930 // When the navigation bar isn't visible, we put up a fake
1949 // Force the navigation bar to its appropriate place and
1961 // We currently want to hide the navigation UI. Do this by just
1974 // We currently want to hide the navigation U
[all...]
/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java13300 config.reqNavigation = mConfiguration.navigation;
13301 if (mConfiguration.navigation == Configuration.NAVIGATION_DPAD
13302 || mConfiguration.navigation == Configuration.NAVIGATION_TRACKBALL) {
/frameworks/base/services/input/
H A DInputReader.cpp540 mInputConfiguration.navigation = navigationConfig;
2113 if (cursorModeString == "navigation") {
2140 dump.append(INDENT4 "Mode: navigation\n");

Completed in 733 milliseconds