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

/frameworks/base/core/jni/
H A Dandroid_content_res_Configuration.cpp37 jfieldID navigation; member in struct:android::__anon967
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;
167 void AConfiguration_setNavigation(AConfiguration* config, int32_t navigation) { argument
168 config->navigation = navigation;
/frameworks/base/core/java/android/content/res/
H A DConfiguration.java342 /** Constant for {@link #navigation}: a value indicating that no value has been set. */
344 /** Constant for {@link #navigation}, value corresponding to the
348 /** Constant for {@link #navigation}, value corresponding to the
352 /** Constant for {@link #navigation}, value corresponding to the
356 /** Constant for {@link #navigation}, value corresponding to the
362 * The kind of navigation method available on the device.
366 public int navigation; field in class:Configuration
380 * A flag indicating whether any 5-way or DPAD navigation available.
381 * This will be set on a device with a mechanism to hide the navigation
568 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/tools/aapt/
H A DAaptAssets.h136 String8 navigation; member in struct:AaptGroupEntry
/frameworks/base/include/androidfw/
H A DResourceTypes.h904 uint8_t navigation; member in struct:android::ResTable_config::__anon1044::__anon1045

Completed in 112 milliseconds