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

/frameworks/base/core/jni/
H A Dandroid_content_res_Configuration.cpp39 jfieldID navigation; member in struct:android::__anon1013
55 out->navigation = env->GetIntField(clazz, gConfigurationClassInfo.navigation);
88 gConfigurationClassInfo.navigation = GetFieldIDOrDie(env, clazz, "navigation", "I");
H A Dandroid_util_AssetManager.cpp675 jint navigation,
703 config.navigation = (uint8_t)navigation;
670 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 colorMode, jint sdkVersion) argument
/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/setup/
H A DConfigGenerator.java318 public ConfigGenerator setNavigation(Navigation navigation) { argument
319 mNavigation = navigation;
/frameworks/base/native/android/
H A Dconfiguration.cpp79 return config->navigation;
171 void AConfiguration_setNavigation(AConfiguration* config, int32_t navigation) { argument
172 config->navigation = navigation;
/frameworks/base/core/java/android/content/res/
H A DAssetManager.java784 int keyboardHidden, int navigation, int screenWidth, int screenHeight,
782 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 colorMode, int majorVersion) argument
H A DConfiguration.java537 /** Constant for {@link #navigation}: a value indicating that no value has been set. */
539 /** Constant for {@link #navigation}, value corresponding to the
543 /** Constant for {@link #navigation}, value corresponding to the
547 /** Constant for {@link #navigation}, value corresponding to the
551 /** Constant for {@link #navigation}, value corresponding to the
557 * The kind of navigation method available on the device.
561 public int navigation; field in class:Configuration
575 * A flag indicating whether any 5-way or DPAD navigation available.
576 * This will be set on a device with a mechanism to hide the navigation
885 navigation
[all...]
/frameworks/base/libs/androidfw/include/androidfw/
H A DResourceTypes.h1030 uint8_t navigation; member in struct:android::ResTable_config::__anon1147::__anon1148

Completed in 271 milliseconds