Searched defs:navigation (Results 1 - 10 of 10) sorted by relevance

/frameworks/base/tools/localize/
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/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/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
/frameworks/base/include/ui/
H A DInput.h187 int32_t navigation; member in struct:android::InputConfiguration
/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/tools/aapt/
H A DAaptAssets.h141 String8 navigation; member in struct:AaptGroupEntry
/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...]

Completed in 3753 milliseconds