Searched refs:navigation (Results 1 – 25 of 96) sorted by relevance
1234
137 body.navigation144 ul.navigation153 ul.navigation li164 ul.navigation li.title171 ul.navigation li a181 ul.navigation li a:hover,182 ul.navigation li a:focus
22 table.navigation 29 .navigation a 33 .navigation a:visited 37 .navigation .title
103 final HTMLElement navigation = body.div(Styles.BREADCRUMB); in body() local104 navigation.attr("id", "breadcrumb"); in body()105 infoLinks(navigation.span(Styles.INFO)); in body()106 breadcrumb(navigation, folder); in body()
132 int navigation = UnsignedBytes.toInt(buffer.get()); in createConfig() local181 touchscreen, density, keyboard, navigation, inputFlags, screenWidth, screenHeight, in createConfig()601 public int navigation; field in ResTable_config636 orientation, touchscreen, density, keyboard, navigation, inputFlags, in withSdkVersion()643 int orientation, int touchscreen, int density, int keyboard, int navigation, int inputFlags, in ResTable_config() argument657 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 …]
879 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()
5 /** imaginary tree navigation type; traverse "get child" link */7 /** imaginary tree navigation type; finish with a child list */
211 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()
53 /* These are section titles used in navigation links, so make sure we57 /* 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; }
125 int navigation; field in ResTableConfigTest.ResTableConfigBuilder143 …c, mnc, language, region, orientation, touchscreen, density, keyboard, navigation, inputFlags, scr… in build()
346 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()
9 .navigation/
27 .navigation/
20 Plays back touchpad gestures (if present) and checks for back/fwd navigation.
1 <?cs # The default side navigation for the reference docs ?><?cs
167 <!-- end NDK navigation-->300 <!-- end navigation-->
38 import com.intellij.navigation.ItemPresentation;39 import com.intellij.navigation.ItemPresentationProviders;
44 <?cs # If this is the online docs, build the src code navigation links ?>
56 <?cs # If this is the online docs, build the src code navigation links ?>
434 p.navigation-index {640 #linkbar, #navigation-bar {759 #titlebar, #navigation-bar, #linkbar, #menu, #margin { display: none }
134 int keyboardHidden, int navigation, int screenWidth, int screenHeight, in setConfiguration() argument139 keyboardHidden, navigation, screenWidth, screenHeight, in setConfiguration()147 int keyboardHidden, int navigation, int screenWidth, int screenHeight, in setConfiguration() argument171 config.navigation = navigation; in setConfiguration()
672 int keyboardHidden, int navigation, int screenWidth, int screenHeight, in setConfiguration() argument677 keyboardHidden, navigation, screenWidth, screenHeight, in setConfiguration()685 int keyboardHidden, int navigation, int screenWidth, int screenHeight, in setConfiguration() argument703 config.navigation = navigation; in setConfiguration()
180 assertThat(configuration.navigation).isEqualTo(NAVIGATION_NONAV); in applyQualifiers_shouldAddDefaults()247 assertThat(configuration.navigation).isEqualTo(NAVIGATION_DPAD); in applyQualifiers_shouldHonorSpecifiedQualifiers()
36 are changes to the navigation menu, i.e. you add or remove a file and want it37 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
417 # 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