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

/frameworks/support/frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/widget/
H A DNavigationViewUsageBase.java41 NavigationView navigation = (NavigationView) findViewById(R.id.navigation);
42 navigation.setNavigationItemSelectedListener(getNavigationItemSelectedListener());
43 navigation.inflateHeaderView(R.layout.design_navigation_header);
/frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/widget/
H A DNavigationViewUsageBase.java41 NavigationView navigation = (NavigationView) findViewById(R.id.navigation);
42 navigation.setNavigationItemSelectedListener(getNavigationItemSelectedListener());
43 navigation.inflateHeaderView(R.layout.design_navigation_header);
/frameworks/base/core/jni/
H A Dandroid_content_res_Configuration.cpp39 jfieldID navigation; member in struct:android::__anon865
55 out->navigation = env->GetIntField(clazz, gConfigurationClassInfo.navigation);
88 gConfigurationClassInfo.navigation = GetFieldIDOrDie(env, clazz, "navigation", "I");
H A Dandroid_util_AssetManager.cpp676 jint navigation,
704 config.navigation = (uint8_t)navigation;
671 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/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;
171 void AConfiguration_setNavigation(AConfiguration* config, int32_t navigation) { argument
172 config->navigation = navigation;
/frameworks/base/core/java/android/content/res/
H A DConfiguration.java456 /** Constant for {@link #navigation}: a value indicating that no value has been set. */
458 /** Constant for {@link #navigation}, value corresponding to the
462 /** Constant for {@link #navigation}, value corresponding to the
466 /** Constant for {@link #navigation}, value corresponding to the
470 /** Constant for {@link #navigation}, value corresponding to the
476 * The kind of navigation method available on the device.
480 public int navigation; field in class:Configuration
494 * A flag indicating whether any 5-way or DPAD navigation available.
495 * This will be set on a device with a mechanism to hide the navigation
763 navigation
[all...]
H A DAssetManager.java757 int keyboardHidden, int navigation, int screenWidth, int screenHeight,
755 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 DResourcesImpl.java413 keyboardHidden, mConfiguration.navigation, width, height,
/frameworks/base/docs/html/topic/performance/
H A Dperformance_toc.cs1053 <a href="<?cs var:toroot ?>training/tv/start/navigation.html"
1227 <a href="<?cs var:toroot ?>training/design-navigation/index.html"
1229 "How to plan your app's screen hierarchy and forms of navigation so users can
1230 effectively and intuitively traverse your app content using various navigation
1235 <li><a href="<?cs var:toroot ?>training/design-navigation/screen-planning.html">
1239 <li><a href="<?cs var:toroot ?>training/design-navigation/multiple-sizes.html">
1243 <li><a href="<?cs var:toroot ?>training/design-navigation/descendant-lateral.html">
1247 <li><a href="<?cs var:toroot ?>training/design-navigation/ancestral-temporal.html">
1251 <li><a href="<?cs var:toroot ?>training/design-navigation/wireframing.html">
1260 <a href="<?cs var:toroot ?>training/implementing-navigation/inde
[all...]
/frameworks/base/docs/html/training/
H A Dtraining_toc.cs1035 <a href="<?cs var:toroot ?>training/tv/start/navigation.html"
1183 <a href="<?cs var:toroot ?>training/design-navigation/index.html"
1185 "How to plan your app's screen hierarchy and forms of navigation so users can
1186 effectively and intuitively traverse your app content using various navigation
1191 <li><a href="<?cs var:toroot ?>training/design-navigation/screen-planning.html">
1195 <li><a href="<?cs var:toroot ?>training/design-navigation/multiple-sizes.html">
1199 <li><a href="<?cs var:toroot ?>training/design-navigation/descendant-lateral.html">
1203 <li><a href="<?cs var:toroot ?>training/design-navigation/ancestral-temporal.html">
1207 <li><a href="<?cs var:toroot ?>training/design-navigation/wireframing.html">
1216 <a href="<?cs var:toroot ?>training/implementing-navigation/inde
[all...]
/frameworks/base/tools/aapt2/
H A DConfigDescription.cpp432 if (out) out->navigation = out->NAVIGATION_ANY;
435 if (out) out->navigation = out->NAVIGATION_NONAV;
438 if (out) out->navigation = out->NAVIGATION_DPAD;
441 if (out) out->navigation = out->NAVIGATION_TRACKBALL;
444 if (out) out->navigation = out->NAVIGATION_WHEEL;
/frameworks/base/tools/aapt/
H A DAaptConfig.cpp671 if (out) out->navigation = out->NAVIGATION_ANY;
674 if (out) out->navigation = out->NAVIGATION_NONAV;
677 if (out) out->navigation = out->NAVIGATION_DPAD;
680 if (out) out->navigation = out->NAVIGATION_TRACKBALL;
683 if (out) out->navigation = out->NAVIGATION_WHEEL;
H A DResourceTable.cpp3164 config.navigation,
3209 tHeader->config.navigation,
3944 config->navigation,
H A DResource.cpp146 mParams.inputFlags, mParams.navigation);
/frameworks/base/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/setup/
H A DConfigGenerator.java318 public ConfigGenerator setNavigation(Navigation navigation) { argument
319 mNavigation = navigation;
/frameworks/native/include/android/
H A Dconfiguration.h375 * <a href="@dacRoot/guide/topics/resources/providing-resources.html#NavigationQualifier">navigation</a>
547 * Set the current navigation in the configuration.
549 void AConfiguration_setNavigation(AConfiguration* config, int32_t navigation);
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp1983 if (navigation != o.navigation) diffs |= CONFIG_NAVIGATION;
2141 if (navigation != o.navigation) {
2142 if (!navigation) return false;
2143 if (!o.navigation) return true;
2463 if ((navigation != o.navigation) && requested->navigation) {
2464 return (navigation);
[all...]
/frameworks/base/include/androidfw/
H A DResourceTypes.h1031 uint8_t navigation; member in struct:android::ResTable_config::__anon996::__anon997
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java7708 config.navigation = Configuration.NAVIGATION_NONAV;
7732 config.navigation = Configuration.NAVIGATION_TRACKBALL;
7735 && config.navigation == Configuration.NAVIGATION_NONAV) {
7736 config.navigation = Configuration.NAVIGATION_DPAD;
7747 if (config.navigation == Configuration.NAVIGATION_NONAV && mHasPermanentDpad) {
7748 config.navigation = Configuration.NAVIGATION_DPAD;
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java18770 config.reqNavigation = mConfiguration.navigation;
18771 if (mConfiguration.navigation == Configuration.NAVIGATION_DPAD
18772 || mConfiguration.navigation == Configuration.NAVIGATION_TRACKBALL) {
19104 && config.navigation == Configuration.NAVIGATION_NONAV);
/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java223 // Controls navigation bar opacity depending on which workspace stacks are currently
368 boolean mNavigationBarCanMove = false; // can the navigation bar ever move to the side?
1873 // Allow the navigation bar to move on non-square small devices (phones).
1917 * @return whether the navigation bar can be hidden, e.g. the device has a
1918 * navigation bar and touch exploration is not enabled
2319 if (config.navigation == Configuration.NAVIGATION_NONAV
2333 // Height of the navigation bar when presented horizontally at bottom
2341 // Width of the navigation bar when presented vertically along one side
2349 // Height of the navigation bar when presented horizontally at bottom
2358 // Width of the navigation ba
[all...]

Completed in 1157 milliseconds