/frameworks/base/docs/html/training/ |
training_toc.cs | 715 <a href="<?cs var:toroot ?>training/design-navigation/index.html" 717 "How to plan your app's screen hierarchy and forms of navigation so users can 718 effectively and intuitively traverse your app content using various navigation 720 >Designing Effective Navigation</a> 723 <li><a href="<?cs var:toroot ?>training/design-navigation/screen-planning.html"> 727 <li><a href="<?cs var:toroot ?>training/design-navigation/multiple-sizes.html"> 731 <li><a href="<?cs var:toroot ?>training/design-navigation/descendant-lateral.html"> 732 Providing Descendant and Lateral Navigation 735 <li><a href="<?cs var:toroot ?>training/design-navigation/ancestral-temporal.html"> 736 Providing Ancestral and Temporal Navigation [all...] |
/build/tools/droiddoc/templates-sdk/ |
sample.cs | 47 <?cs # If this is the online docs, build the src code navigation links ?>
|
sampleindex.cs | 59 <?cs # If this is the online docs, build the src code navigation links ?>
|
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/ui/ |
navigation_list.js | 8 * A navigation list item. 104 * A navigation list. 205 * Creates an element of a navigation list. This method is called from 317 // This handler is invoked even when the navigation list itself changes the
|
/external/chromium_org/remoting/webapp/ |
ui_mode.js | 88 // dialogs at once (which would break keyboard-navigation confinement). 206 * to confine keyboard navigation to child controls of the dialog when it is 207 * shown and restore keyboard navigation when it is hidden. 254 // If any dialogs have been shown, confine keyboard navigation to the first
|
/external/chromium/chrome/browser/autocomplete/ |
search_provider.cc | 500 type_val->GetAsString(&type_str) && (type_str == "NAVIGATION")) { [all...] |
/frameworks/base/tools/aapt/ |
AaptAssets.cpp | 277 // navigation hidden 284 // navigation 287 *value = config.navigation; 338 return config.navigation; 627 // navigation hidden 649 //printf("not navigation: %s\n", part.string()); 696 this->navigation = nav; 744 s += navigation; 858 if (this->navigation != "") { 862 s += navigation; [all...] |
/cts/tests/tests/content/src/android/content/res/cts/ |
ResourcesTest.java | 118 final int touchscreen, final int keyboard, final int keysHidden, final int navigation, 131 config.navigation = navigation;
|
/external/chromium/chrome/browser/sessions/ |
session_service.cc | 987 TabNavigation navigation; local [all...] |
/external/chromium_org/third_party/WebKit/Source/core/timing/ |
Performance.cpp | 80 PerformanceNavigation* Performance::navigation() const function in class:WebCore::Performance
|
/external/jmonkeyengine/engine/src/desktop/jme3tools/navigation/ |
MapModel2D.java | 1 package jme3tools.navigation;
|
MapModel3D.java | 5 package jme3tools.navigation;
|
/frameworks/native/include/android/ |
configuration.h | 234 * Set the current navigation in the configuration. 236 void AConfiguration_setNavigation(AConfiguration* config, int32_t navigation);
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
inspector.css | 257 .toolbar-search-navigation-controls { 262 .toolbar-search-navigation { 272 .toolbar-search-navigation.enabled { 317 .toolbar-search-navigation.enabled:active { 321 .toolbar-search-navigation.toolbar-search-navigation-prev { 326 .toolbar-search-navigation.toolbar-search-navigation-prev.enabled:active { 330 .toolbar-search-navigation.toolbar-search-navigation-next [all...] |
/external/doclava/res/assets/templates/ |
macros.cs | 231 <?cs # A list of links to classes, for use in the side navigation of classes when viewing a package (panel nav) ?><?cs 244 <?cs # A list of links to classes, for use in the side navigation of classes when viewing a class (panel nav) ?><?cs 257 <?cs # A list of links to packages, for use in the side navigation of packages (panel nav) ?><?cs
|
/external/chromium/chrome/browser/resources/shared/js/ |
util.js | 112 // call into the browser to do the navigation.
|
/external/chromium_org/chrome/browser/resources/ |
about_memory.css | 76 div#header div.navigation {
|
/external/chromium_org/chrome/browser/resources/chromeos/login/ |
display_manager.js | 121 * Whether keyboard navigation flow is enforced. 178 * Forces keyboard based OOBE navigation. 179 * @param {boolean} value True if keyboard navigation flow is forced. 253 // Handle special accelerators for keyboard enhanced navigation flow.
|
/external/chromium_org/chrome/browser/resources/inspect/ |
inspect.css | 29 #navigation {
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/domui/js/ |
util.js | 124 // call into the browser to do the navigation.
|
/external/chromium_org/third_party/WebKit/Source/web/resources/ |
calendarPicker.css | 205 .calendar-navigation-button {
|
/external/chromium/chrome/browser/sync/protocol/ |
proto_value_conversions.cc | 118 SET_REP(navigation, TabNavigationToValue);
|
/external/chromium_org/chrome/browser/autocomplete/ |
search_provider.h | 190 // simply containing relevance-ranked search and navigation suggestions. 319 // The suggested url for navigation. 452 // and navigation result lists, depending on whether |is_keyword| is true. 483 // Converts an appropriate number of navigation results in 554 AutocompleteMatch NavigationToMatch(const NavigationResult& navigation);
|
/external/chromium_org/chrome/browser/sessions/ |
session_service.h | 153 // the list. |count| gives the number of entries in the navigation controller. 164 // Updates the navigation entry for the specified tab. 168 const sessions::SerializedNavigationEntry& navigation); 174 // Sets the index of the selected entry in the navigation controller for the 310 // Returns an iterator into navigations pointing to the navigation whose 311 // index matches |index|. If no navigation index matches |index|, the first 312 // navigation with an index > |index| is returned. 350 // direction from the current navigation index). 455 // Maps from session tab id to the range of navigation entries that has 458 // This is only used if not all the navigation entries have bee [all...] |
/external/chromium_org/chrome/browser/sync/glue/ |
session_model_associator.cc | 511 // For getting navigation time in network time. 550 // Blocked navigations already use network navigation time. [all...] |