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

/frameworks/base/tools/localize/
H A DConfiguration.h16 string navigation; member in struct:Configuration
/frameworks/base/core/java/android/content/res/
H A DConfiguration.java151 * The kind of navigation method available on the device.
155 public int navigation; field in class:Configuration
162 * A flag indicating whether any 5-way or DPAD navigation available.
163 * This will be set on a device with a mechanism to hide the navigation
237 navigation = o.navigation;
264 sb.append(navigation);
293 navigation = NAVIGATION_UNDEFINED;
359 if (delta.navigation != NAVIGATION_UNDEFINED
360 && navigation !
[all...]
H A DAssetManager.java652 int keyboardHidden, int navigation, int screenWidth, int screenHeight,
650 setConfiguration(int mcc, int mnc, String locale, int orientation, int touchscreen, int density, int keyboard, int keyboardHidden, int navigation, int screenWidth, int screenHeight, int screenLayout, int uiMode, int majorVersion) argument
/frameworks/base/tools/aapt/
H A DAaptAssets.h82 String8 navigation; member in struct:AaptGroupEntry
/frameworks/base/core/jni/
H A Dandroid_util_AssetManager.cpp539 jint navigation,
561 config.navigation = (uint8_t)navigation;
534 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 screenLayout, jint uiMode, jint sdkVersion) argument
/frameworks/base/include/utils/
H A DResourceTypes.h888 uint8_t navigation; member in struct:android::ResTable_config::__anon143::__anon144
1053 if (navigation != o.navigation) diffs |= CONFIG_NAVIGATION;
1142 if (navigation != o.navigation) {
1143 if (!navigation) return false;
1144 if (!o.navigation) return true;
1307 if ((navigation != o.navigation) && requested->navigation) {
[all...]

Completed in 185 milliseconds