Home
last modified time | relevance | path

Searched refs:navigation (Results 1 – 25 of 96) sorted by relevance

1234

/external/proguard/docs/
Dstyle.css137 body.navigation
144 ul.navigation
153 ul.navigation li
164 ul.navigation li.title
171 ul.navigation li a
181 ul.navigation li a:hover,
182 ul.navigation li a:focus
/external/libxml2/doc/devhelp/
Dstyle.css22 table.navigation
29 .navigation a
33 .navigation a:visited
37 .navigation .title
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/page/
DReportPage.java103 final HTMLElement navigation = body.div(Styles.BREADCRUMB); in body() local
104 navigation.attr("id", "breadcrumb"); in body()
105 infoLinks(navigation.span(Styles.INFO)); in body()
106 breadcrumb(navigation, folder); in body()
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DResTable_config.java132 int navigation = UnsignedBytes.toInt(buffer.get()); in createConfig() local
181 touchscreen, density, keyboard, navigation, inputFlags, screenWidth, screenHeight, in createConfig()
601 public int navigation; field in ResTable_config
636 orientation, touchscreen, density, keyboard, navigation, inputFlags, in withSdkVersion()
643 int orientation, int touchscreen, int density, int keyboard, int navigation, int inputFlags, in ResTable_config() argument
657 this.navigation = navigation; in ResTable_config()
877 o.navigation, in fromDtoH()
985 if (navigation != o.navigation) diffs |= CONFIG_NAVIGATION; in diff()
1076 && navigation == 0 in isDefault()
1152 result.put(Type.NAVIGATION, getOrDefault(NAVIGATION_VALUES, navigation, "")); in toStringParts()
[all …]
DConfigDescription.java879 out.navigation = ResTable_config.NAVIGATION_ANY; in parseNavigation()
884 out.navigation = ResTable_config.NAVIGATION_NONAV; in parseNavigation()
889 out.navigation = ResTable_config.NAVIGATION_DPAD; in parseNavigation()
894 out.navigation = ResTable_config.NAVIGATION_TRACKBALL; in parseNavigation()
899 out.navigation = ResTable_config.NAVIGATION_WHEEL; in parseNavigation()
/external/antlr/runtime/ActionScript/project/src/org/antlr/runtime/
DTokenConstants.as5 /** imaginary tree navigation type; traverse "get child" link */
7 /** imaginary tree navigation type; finish with a child list */
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/android/
DDeviceConfig.java211 if (resTab.navigation != ResTable_config.NAVIGATION_ANY) { in applyToConfiguration()
212 configuration.navigation = resTab.navigation; in applyToConfiguration()
359 if (configuration.navigation == Configuration.NAVIGATION_UNDEFINED) { in applyRules()
360 configuration.navigation = Configuration.NAVIGATION_NONAV; in applyRules()
/external/python/httplib2/ref/
Dref.css53 /* These are section titles used in navigation links, so make sure we
57 /* And the label before the titles in navigation: */
78 .navigation td { background-color: #99ccff;
209 * (The blue in the navigation bars is #99CCFF.)
242 .online-navigation { display: none; }
/external/robolectric-shadows/resources/src/test/java/org/robolectric/res/android/
DResTableConfigTest.java125 int navigation; field in ResTableConfigTest.ResTableConfigBuilder
143 …c, mnc, language, region, orientation, touchscreen, density, keyboard, navigation, inputFlags, scr… in build()
DConfigDescriptionTest.java346 assertThat(config.navigation).isEqualTo(NAVIGATION_NONAV); in parse_navigation_nonav()
352 assertThat(config.navigation).isEqualTo(NAVIGATION_DPAD); in parse_navigation_dpad()
358 assertThat(config.navigation).isEqualTo(NAVIGATION_TRACKBALL); in parse_navigation_trackball()
364 assertThat(config.navigation).isEqualTo(NAVIGATION_WHEEL); in parse_navigation_wheel()
/external/subsampling-scale-image-view/
D.gitignore9 .navigation/
/external/tensorflow/tensorflow/lite/java/demo/
D.gitignore27 .navigation/
/external/tensorflow/tensorflow/examples/android/
D.gitignore27 .navigation/
/external/autotest/client/site_tests/touch_GestureNav/
Dcontrol20 Plays back touchpad gestures (if present) and checks for back/fwd navigation.
/external/doclava/res/assets/templates/components/
Dleft_nav.cs1 <?cs # The default side navigation for the reference docs ?><?cs
/external/doclava/res/assets/templates-sdk/components/
Dmasthead.cs167 <!-- end NDK navigation-->
300 <!-- end navigation-->
/external/smali/smalidea/src/main/java/org/jf/smalidea/psi/impl/
DSmaliClass.java38 import com.intellij.navigation.ItemPresentation;
39 import com.intellij.navigation.ItemPresentationProviders;
/external/doclava/res/assets/templates-sdk/
Dsample.cs44 <?cs # If this is the online docs, build the src code navigation links ?>
Dsampleindex.cs56 <?cs # If this is the online docs, build the src code navigation links ?>
/external/ImageMagick/www/Magick++/
Dmagick.css434 p.navigation-index {
640 #linkbar, #navigation-bar {
759 #titlebar, #navigation-bar, #linkbar, #menu, #margin { display: none }
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowArscAssetManager.java134 int keyboardHidden, int navigation, int screenWidth, int screenHeight, in setConfiguration() argument
139 keyboardHidden, navigation, screenWidth, screenHeight, in setConfiguration()
147 int keyboardHidden, int navigation, int screenWidth, int screenHeight, in setConfiguration() argument
171 config.navigation = navigation; in setConfiguration()
DShadowLegacyAssetManager.java672 int keyboardHidden, int navigation, int screenWidth, int screenHeight, in setConfiguration() argument
677 keyboardHidden, navigation, screenWidth, screenHeight, in setConfiguration()
685 int keyboardHidden, int navigation, int screenWidth, int screenHeight, in setConfiguration() argument
703 config.navigation = navigation; in setConfiguration()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/android/
DBootstrapTest.java180 assertThat(configuration.navigation).isEqualTo(NAVIGATION_NONAV); in applyQualifiers_shouldAddDefaults()
247 assertThat(configuration.navigation).isEqualTo(NAVIGATION_DPAD); in applyQualifiers_shouldHonorSpecifiedQualifiers()
/external/skia/site/dev/tools/
Dmarkdown.md36 are changes to the navigation menu, i.e. you add or remove a file and want it
37 to appear in the navigation on the right hand side of the page.
48 alphabetically by file name in the navigation menu, with files appearing
/external/doclava/res/assets/templates/
Dmacros.cs417 # A list of links to classes, for use in the side navigation of classes when viewing a package (pan…
430 # A list of links to classes, for use in the side navigation of classes when viewing a class (panel…
443 # A list of links to packages, for use in the side navigation of packages (panel nav) ?><?cs

1234