HomeSort by relevance Sort by last modified time
    Searched full:navigate (Results 201 - 225 of 877) sorted by null

1 2 3 4 5 6 7 891011>>

  /frameworks/base/docs/html/design/patterns/
app-structure.jd 103 <li>If your top level consists of multiple views, make sure that it's easy for the user to navigate between them by adding view controls to your action bar.</li>
124 <p>The top level communicates your app?s capabilities by introducing the user to the major functional areas. In many cases the top level will consist of multiple views, and you need to make sure that the user can navigate between them efficiently. Android supports a number of view controls for this task. Use the control that best matches your app's navigation needs:</p>
129 <p><em>Fixed tabs</em> display top-level views concurrently and make it easy to explore and switch between them. They are always visible on the screen, and can't be moved out of the way like scrollable tabs. <em>Fixed tabs</em> should always allow the user to navigate between the views by swiping left or right on the content area.</p>
198 <p>Generally, the purpose of a deep, data-driven app is to navigate through organizational categories
221 The Play Store app uses tabs to simultaneously show category choice and content. To navigate
248 data without having to navigate all the way down the hierarchy.</p>
253 thereby removing the need to navigate all the way down to the song's detail view.
310 <p>If your users are likely to want to look at multiple items in sequence, allow them to navigate
316 Gmail using swipe views to navigate from detail view to detail view.
  /frameworks/base/docs/html/training/keyboard-input/
index.jd 48 <dd>Learn how to verify that users can navigate your app using a keyboard
  /frameworks/support/v4/java/android/support/v4/app/
NavUtils.java 152 * @param sourceActivity The current activity from which the user is attempting to navigate up
171 * @param sourceActivity The current activity from which the user is attempting to navigate up
188 * Navigate from sourceActivity to the activity specified by upIntent, finishing sourceActivity
197 * @param sourceActivity The current activity from which the user is attempting to navigate up
  /packages/services/Telephony/src/com/android/phone/
ErrorDialogActivity.java 107 // navigate to the Voicemail setting in the Call Settings activity.
  /external/chromium_org/chrome/browser/ssl/
ssl_browser_tests.cc 411 // navigate at that point):
417 // First navigate to an OK page.
450 // Try to navigate to a new page. (to make sure bug 5800 is fixed).
462 // First navigate to an HTTP page.
499 // First navigate to an HTTP page.
526 // First navigate to two HTTP pages.
776 chrome::Navigate(&navigate_params);
    [all...]
  /external/chromium_org/chrome/browser/ui/
browser_focus_uitest.cc 235 // First we navigate to our test page.
262 // First we navigate to our test page.
331 // First we navigate to our test page.
445 // First we navigate to our test page.
567 // First we navigate to our test page.
687 // First we navigate to our test page.
    [all...]
  /external/chromium_org/chrome_frame/test/
ui_test.cc 106 // 3. Sends the VK_BACK keystroke to IE, which should navigate back to
108 // 4. Sends the Shift + VK_BACK keystroke to IE which should navigate
111 .WillOnce(Navigate(&ie_mock_, page2));
356 hr = browser->Navigate(bstr, &empty, &empty, &empty, &empty);
450 // Launch IE and navigate to the window_print.html page, which will
763 // Navigate to second page.
765 .WillOnce(Navigate(&ie_mock_, page2));
    [all...]
  /development/samples/AppNavigation/res/values/
strings.xml 21 <string name="simple_up_description">This demo shows the simple case of up navigation that does not ever need to cross across different tasks. Press the up button on the action bar to return to the demo list. For simple drill-down navigation, the application up and system back buttons will navigate to the same location, leaving the task\'s back stack in the same state.</string>
40 <string name="intermediate_description">This activity is a parent for the example content viewer activity. Navigating up from the content viewer will lead here. Navigating up from here will lead back to the app navigation home activity. Note that if you reached this activity by navigating up from the example content viewer activity, you are back on the main app navigation example task. Press the button below to navigate to the content viewer activity.</string>
  /development/samples/SupportAppNavigation/res/values/
strings.xml 21 <string name="simple_up_description">This demo shows the simple case of up navigation that does not ever need to cross across different tasks. Press the up button on the action bar to return to the demo list. For simple drill-down navigation, the application up and system back buttons will navigate to the same location, leaving the task\'s back stack in the same state.</string>
40 <string name="intermediate_description">This activity is a parent for the example content viewer activity. Navigating up from the content viewer will lead here. Navigating up from here will lead back to the app navigation home activity. Note that if you reached this activity by navigating up from the example content viewer activity, you are back on the main app navigation example task. Press the button below to navigate to the content viewer activity.</string>
  /external/chromium/chrome/browser/download/
download_request_limiter_unittest.cc 144 // Navigate to a new URL with the same host, which shouldn't reset the allow
163 // Navigate to a completely different host, which should reset the state.
  /external/chromium/chrome/browser/extensions/
isolated_app_apitest.cc 54 // so the URLs we navigate to must have host "localhost".
115 // so the URLs we navigate to must have host "localhost".
  /external/chromium/chrome/browser/ui/webui/
new_tab_ui_uitest.cc 96 // Navigate to about:hang to stall the process.
131 // Navigate to about:hang to stall the process.
  /external/chromium_org/chrome/browser/extensions/
content_script_apitest.cc 142 // Navigate to a page that will cause a content script to run that starts
149 // Navigate to an extension page that will fire the event events.js is
  /external/chromium_org/chrome/browser/ui/autofill/
generated_credit_card_bubble_controller_unittest.cc 111 void Navigate() {
200 Navigate();
  /external/chromium_org/chrome/browser/ui/blocked_content/
popup_blocker_tab_helper.cc 76 // entry is the page to be loaded as we navigate away from the unloading
148 chrome::Navigate(&popup->params);
  /external/chromium_org/chrome/browser/
unload_browsertest.cc 192 // Navigate to a page with an infinite unload handler.
203 // Must navigate to a non-data URL to trigger cross-site codepath.
207 // Navigate to a page with an infinite unload handler.
216 // Must navigate to a non-data URL to trigger cross-site codepath.
220 // Navigate to a page with an infinite beforeunload handler.
231 // Must navigate to a non-data URL to trigger cross-site codepath.
235 // Navigate to a page with an infinite beforeunload handler.
245 // Must navigate to a non-data URL to trigger cross-site codepath.
  /external/chromium_org/chrome/test/base/
browser_with_test_window_test.h 56 // // Add a new tab and navigate it. This will be at index 0.
61 // // Navigate somewhere else.
  /external/chromium_org/chrome/test/chromedriver/
window_commands.h 100 // Navigate backward in the browser history.
107 // Navigate forward in the browser history.
  /external/chromium_org/chrome_frame/
urlmon_moniker.h 67 // - web_browser->Navigate with URL
74 // - web_browser->Navigate with URL
  /external/chromium_org/content/browser/web_contents/
web_contents_impl_browsertest.cc 133 // Navigate to an invalid URL and make sure it doesn't leave a pending entry.
179 // Navigate to about:blank, which should leave only the root node of the frame
  /external/chromium_org/ppapi/c/documentation/
index.dox 16 <li><a href="#navigate">Navigating the Pepper C reference</a></li>
45 <h2 id="navigate">Navigating the Pepper C reference</h2>
  /external/chromium_org/ppapi/cpp/documentation/
index.dox 16 <li><a href="#navigate">Navigating the Pepper C reference</a></li>
45 <h2 id="navigate">Navigating the Pepper C reference</h2>
  /external/valgrind/main/docs/xml/
manual-intro.xml 117 <sect1 id="manual-intro.navigation" xreflabel="How to navigate this manual">
118 <title>How to navigate this manual</title>
  /frameworks/base/core/tests/coretests/src/android/app/
SearchManagerTest.java 68 * type-navigate-click (suggestion)
70 * type-navigate-action (suggestion)
  /frameworks/base/docs/html/training/implementing-navigation/
descendant.jd 17 <li><a href="#external-activities">Navigate into External Activities</a></li>
51 <h2 id="external-activities">Navigate into External Activities</h2>

Completed in 351 milliseconds

1 2 3 4 5 6 7 891011>>