HomeSort by relevance Sort by last modified time
    Searched refs:navigation (Results 76 - 100 of 169) sorted by null

1 2 34 5 6 7

  /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/chrome/browser/autocomplete/
search_provider.cc 500 type_val->GetAsString(&type_str) && (type_str == "NAVIGATION")) {
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/js/
navigation_list.js 8 * A navigation list model. This model combines the 2 lists.
113 * A navigation list item.
207 * A navigation list.
286 * Creates an element of a navigation list. This method is called from
385 // This handler is invoked even when the navigation list itself changes the
  /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/chrome/browser/autocomplete/
search_provider.h 161 // simply containing relevance-ranked search and navigation suggestions.
255 // The suggested url for navigation.
367 // and navigation result lists, depending on whether |is_keyword| is true.
386 // Converts an appropriate number of navigation results in
458 AutocompleteMatch NavigationToMatch(const NavigationResult& navigation);
  /external/chromium_org/chrome/browser/sync/glue/
session_model_associator.cc 833 DVLOG(1) << "Local session deleted! Doing nothing until a navigation is "
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
Performance.cpp 84 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/chrome/browser/sync/
profile_sync_service_session_unittest.cc 206 sync_pb::TabNavigation* navigation = tab->add_navigation(); local
207 navigation->set_virtual_url("http://foo/1");
208 navigation->set_referrer("referrer");
209 navigation->set_title("title");
210 navigation->set_page_transition(sync_pb::SyncEnums_PageTransition_TYPED);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
inspector.css 335 .toolbar-search-navigation-controls {
340 .toolbar-search-navigation {
350 .toolbar-search-navigation.enabled {
395 .toolbar-search-navigation.enabled:active {
399 .toolbar-search-navigation.toolbar-search-navigation-prev {
404 .toolbar-search-navigation.toolbar-search-navigation-prev.enabled:active {
408 .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 127 * Whether keyboard navigation flow is enforced.
149 * Forces keyboard based OOBE navigation.
150 * @param {boolean} value True if keyboard navigation flow is forced.
220 // 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/core/Resources/pagepopups/
calendarPicker.css 206 .calendar-navigation-button {
  /external/chromium/chrome/browser/sync/protocol/
proto_value_conversions.cc 118 SET_REP(navigation, TabNavigationToValue);
  /external/chromium_org/chrome/browser/sessions/
session_service.h 150 // the list. |count| gives the number of entries in the navigation controller.
161 // Updates the navigation entry for the specified tab.
165 const sessions::SerializedNavigationEntry& navigation);
171 // Sets the index of the selected entry in the navigation controller for the
307 // Returns an iterator into navigations pointing to the navigation whose
308 // index matches |index|. If no navigation index matches |index|, the first
309 // navigation with an index > |index| is returned.
347 // direction from the current navigation index).
449 // Maps from session tab id to the range of navigation entries that has
452 // This is only used if not all the navigation entries have bee
    [all...]

Completed in 1616 milliseconds

1 2 34 5 6 7