/frameworks/base/core/java/android/view/inputmethod/ |
EditorInfo.java | 113 * specifies there is something interesting that a backward navigation 123 * interesting that a forward navigation can focus on. This is like using 125 * an enter key) as well as provide forward navigation. Note that some
|
/frameworks/base/core/java/android/webkit/ |
WebChromeClient.java | 203 * Tell the client to display a dialog to confirm navigation away from the 208 * javascript to accept navigation away from the current page. The default 210 * away from the current page, false will cancel the navigation.
|
/frameworks/base/docs/html/about/versions/ |
android-4.1.jd | 22 <li><a href="#StackNav">App stack navigation</a></li> 51 <li><a href="#A11yCustomNav">Customizable app navigation</a></li> 193 <h3 id="StackNav">App stack navigation</h3> 195 <p>Android 4.1 makes it much easier to implement the proper design patterns for Up navigation. 211 href="{@docRoot}design/patterns/navigation.html#between-apps">Navigating Between Apps</a>). When 255 available that allow you to handle the behavior of Up navigation and 278 create a synthetic back stack upon Up navigation.</dd> 573 <h3 id="A11yCustomNav">Customizable app navigation</h3> 575 <p>When building an Android app, you can now customize navigation schemes by finding focusable [all...] |
/frameworks/base/docs/html/guide/topics/resources/ |
providing-resources.jd | [all...] |
/frameworks/base/docs/html/tools/debugging/ |
systrace.jd | 160 For more information about the using the keyboard navigation shortcuts and navigation, see the 188 <a href="{@docRoot}tools/help/systrace.html#viewing-options">keyboard navigation</a> shortcuts to
|
/frameworks/base/docs/html/training/contacts-provider/ |
modify-data.jd | 243 <h3>Add the navigation flag</h3> 246 navigation. When your app sends an edit intent to the contacts app, and users edit and save a 257 // Sets the special extended data for navigation
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
NavigationBarView.java | 99 "*** Invalid layout in navigation bar (%s this=%dx%d cur=%dx%d)", 225 "Navigation icon hints = " + hints, 365 (hide ? "HIDING" : "SHOWING") + " navigation bar");
|
/frameworks/native/cmds/flatland/ |
Main.cpp | 69 { // Navigation bar 95 { // Navigation bar 125 { // Navigation bar
|
/external/chromium/chrome/browser/ssl/ |
ssl_browser_tests.cc | 112 // Wait for the navigation to be done. 284 // cross-site navigation so we can test http://crbug.com/5800 is gone. 407 // Open a page with a HTTPS error in a tab with no prior navigation (through a 408 // link with a blank target). This is to test that the lack of navigation entry 419 // Verify our assumption that there was no prior navigation. [all...] |
/external/webkit/Source/WebCore/loader/ |
HistoryController.cpp | 148 // target of the current navigation (if we even decide to save with that granularity). 264 // Now that all other frames have provisional items, do the actual navigation. 272 LOG(History, "WebCoreHistory: Updating History for back/forward navigation in frame %s", m_frame->loader()->documentLoader()->title().string().utf8().data()); 545 // was created, then the navigation must be done with replacement enabled." 709 // Note: Some clients treat a navigation to the current history item as 741 // The item that was the target of the user's navigation is designated as the "targetItem". [all...] |
/external/webkit/Source/WebKit/gtk/WebCoreSupport/ |
FrameLoaderClientGtk.cpp | 584 * We still support the deprecated navigation-requested signal, if the 585 * application doesn't ignore the navigation then the new signal is 587 * navigation-policy-decision-requested must be emitted after 588 * navigation-requested as the policy decision can be async. 590 g_signal_emit_by_name(webView, "navigation-requested", m_frame, request.get(), &response); 604 g_signal_emit_by_name(webView, "navigation-policy-decision-requested", m_frame, request.get(), navigationAction.get(), policyDecision, &isHandled); [all...] |
/external/webkit/Source/WebKit/gtk/po/ |
bg.po | 308 msgid "The reason why this navigation is occurring" 312 msgid "The URI that was requested as the target for the navigation" 337 msgid "The target frame for the navigation" 555 msgid "Whether to enable accessibility enhanced keyboard navigation" 583 msgid "Enable Spatial Navigation" 587 msgid "Whether to enable Spatial Navigation" [all...] |
uk.po | 279 msgid "The reason why this navigation is occurring" 283 msgid "The URI that was requested as the target for the navigation" 307 msgid "The target frame for the navigation" 511 msgid "Whether to enable accessibility enhanced keyboard navigation" 541 msgid "Enable Spatial Navigation" 546 msgid "Whether to enable Spatial Navigation" [all...] |
/external/antlr/antlr-3.4/runtime/C/include/ |
antlr3commontreenodestream.h | 94 /// navigation nodes. Default should be false; 196 /// If set to ANTLR3_TRUE then the navigation nodes UP, DOWN are
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
ANTLRDebugEventListener.h | 224 * just one UP node and one DOWN navigation node. 230 * just one UP node and one DOWN navigation node.
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/ |
ANTLRDebugEventListener.h | 224 * just one UP node and one DOWN navigation node. 230 * just one UP node and one DOWN navigation node.
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/ |
ANTLRDebugEventListener.h | 224 * just one UP node and one DOWN navigation node. 230 * just one UP node and one DOWN navigation node.
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRDebugEventListener.h | 224 * just one UP node and one DOWN navigation node. 230 * just one UP node and one DOWN navigation node.
|
/external/chromium/chrome/browser/autocomplete/ |
search_provider.h | 211 // Converts the first navigation result in |navigation_results| to an 247 // |result_number| is same as above. |is_keyword| is true if the navigation
|
/external/chromium/chrome/browser/printing/ |
printing_layout_uitest.cc | 386 // Force a navigation elsewhere to verify that it's fine with it. 418 // Force a navigation elsewhere to verify that it's fine with it.
|
/external/chromium/chrome/browser/resources/shared/js/cr/ui/ |
list_selection_controller.js | 185 // If focus is in an input field of some kind, only handle navigation keys 194 // Protect all but the most basic navigation commands in anything else.
|
/external/chromium/chrome/browser/ui/cocoa/tab_contents/ |
web_drop_target.mm | 21 // drag&drop messages to WebCore and handle navigation on a successful drop 158 // Check if we only allow navigation and navigate to a url on the pasteboard.
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/ |
index.html | 50 // Setup channel navigation and message entry. 240 * Slide Navigation.
|
/external/dexmaker/javadoc/com/google/dexmaker/stock/ |
package-tree.html | 33 <A HREF="#skip-navbar_top" title="Skip navigation links"></A> 101 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
|
/external/dexmaker/javadoc/ |
overview-tree.html | 33 <A HREF="#skip-navbar_top" title="Skip navigation links"></A> 110 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
|