/cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/ |
DeviceInfoActivity.java | 71 String navigation = null; local 72 if (con.navigation == Configuration.NAVIGATION_UNDEFINED) { 73 navigation = "undefined"; 74 } else if (con.navigation == Configuration.NAVIGATION_NONAV) { 75 navigation = "nonav"; 76 } else if (con.navigation == Configuration.NAVIGATION_DPAD) { 77 navigation = "drap"; 78 } else if (con.navigation == Configuration.NAVIGATION_TRACKBALL) { 79 navigation = "trackball"; 80 } else if (con.navigation == Configuration.NAVIGATION_WHEEL) [all...] |
/external/webkit/WebCore/manual-tests/ |
textarea-iframe-navigation.html | 5 <p>Textarea inside iframe -- Navigation</p> 9 <li>Wait for the navigation to happen</li>
|
/external/proguard/docs/ |
style.css | 114 body.navigation 120 ul.navigation 129 ul.navigation li 140 ul.navigation li.title 147 ul.navigation li a 157 ul.navigation li a:hover, 158 ul.navigation li a:focus
|
/external/webkit/WebKit/gtk/webkit/ |
webkitwebnavigationaction.cpp | 36 * @short_description: Object used to report details of navigation actions 39 * what led the navigation to happen. This includes, for instance, if the user 40 * clicked a link to start that navigation, and what mouse button was used. 152 * The reason why this navigation is occuring. 159 _("The reason why this navigation is occurring"), 167 * The URI that was requested as the target for the navigation. 174 _("The URI that was requested as the target for the navigation"), 214 * The target frame for the navigation. 221 _("The target frame for the navigation"), 234 * Returns the reason why WebKit is requesting a navigation [all...] |
/frameworks/base/docs/html/guide/topics/manifest/ |
uses-configuration-element.jd | 7 keyboard / navigation control / touch screen." Dianne says that that's what they mean and 9 keyboard / navigation control / touch screen to work." But then what does "undefined" mean? 32 or a particular navigation device, like a trackball. The specification is 39 requires a five-way navigation control, a touch screen that can be operated 53 <dd>Whether or not the application requires a five-way navigation control 106 <dd>The navigation device required by the application, if any. The value 115 <td>The application does not require any type of navigation control. 116 (The navigation requirement is not defined.) 120 <td>The application does not require a navigation control.</td> 123 <td>The application requires a D-pad (directional pad) for navigation.</td [all...] |
/development/pdk/docs/porting/ |
modules.html | 9 .navigation { 17 <div class="navigation" id="top">
|
group__memory.jd | 6 <div class="navigation" id="top">
|
system_requirements.jd | 34 <td>Navigation Keys </td> 35 <td>5-way navigation with 5 application keys, power, camera and volume controls</td>
|
group__networking.jd | 6 <div class="navigation" id="top">
|
/external/webkit/WebKit/mac/WebView/ |
WebPolicyDelegate.h | 40 @abstract The type of action that triggered a possible navigation. 46 @constant WebNavigationTypeOther Navigation is taking place for some other reason. 79 either the next navigation policy delegate if there is a redirect, 86 <p>If a new window is going to be created for this navigation as a 95 allows an in-progress navigation to be converted to a download 125 New window policy is always checked. Navigation policy is checked 133 documents come in one navigation, with each replacing the last. In 140 @abstract This method is called to decide what to do with a proposed navigation. 141 @param actionInformation Dictionary that describes the action that triggered this navigation. 142 @param request The request for the proposed navigation [all...] |
/external/webkit/WebKit/win/Interfaces/ |
IWebPolicyDelegate.idl | 42 @abstract The type of action that triggered a possible navigation. 48 @constant WebNavigationTypeOther Navigation is taking place for some other reason. 88 either the next navigation policy delegate if there is a redirect, 95 <p>If a new window is going to be created for this navigation as a 106 allows an in-progress navigation to be converted to a download 136 New window policy is always checked. Navigation policy is checked 144 documents come in one navigation, with each replacing the last. In 158 @abstract This method is called to decide what to do with a proposed navigation. 159 @param actionInformation Dictionary that describes the action that triggered this navigation. 160 @param request The request for the proposed navigation [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/configurations/ |
NavigationMethodQualifier.java | 27 * Resource Qualifier for Navigation Method. 31 public static final String NAME = "Navigation Method"; 36 * Navigation Method enum. 42 NONAV("nonav", "No Navigation"); //$NON-NLS-1$ 119 return "Navigation";
|
/external/webkit/WebKitTools/DumpRenderTree/mac/ |
NavigationController.m | 67 - (void)evaluateWebScript:(NSString *)script afterBackForwardNavigation:(NSString *)navigation 72 if (![navigation isKindOfClass:[NSString class]]) 73 navigation = @"about:blank"; 76 [self setPendingRequest:[NSURLRequest requestWithURL:[NSURL URLWithString:navigation]]];
|
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/stk/ |
PresentationType.java | 30 /** Presentation as a choice of navigation options */
|
/frameworks/base/tools/localize/ |
Configuration.h | 16 string navigation; member in struct:Configuration
|
Configuration.cpp | 27 n = navigation.compare(that.navigation);
|
/packages/apps/AlarmClock/ |
AndroidManifest.xml | 19 android:configChanges="orientation|keyboardHidden|keyboard|navigation"> 34 android:configChanges="orientation|keyboardHidden|keyboard|navigation" /> 41 android:configChanges="orientation|keyboardHidden|keyboard|navigation"/> 51 android:configChanges="orientation|keyboardHidden|keyboard|navigation"/>
|
/development/samples/BrowserPlugin/jni/ |
Android.mk | 37 navigation/NavigationPlugin.cpp \ 49 $(LOCAL_PATH)/navigation \
|
/frameworks/base/core/java/android/content/res/ |
Configuration.java | 151 * The kind of navigation method available on the device. 155 public int navigation; field in class:Configuration 162 * A flag indicating whether any 5-way or DPAD navigation available. 163 * This will be set on a device with a mechanism to hide the navigation 237 navigation = o.navigation; 264 sb.append(navigation); 293 navigation = NAVIGATION_UNDEFINED; 359 if (delta.navigation != NAVIGATION_UNDEFINED 360 && navigation != delta.navigation) [all...] |
/packages/apps/DeskClock/ |
AndroidManifest.xml | 25 android:configChanges="orientation|keyboardHidden|keyboard|navigation"> 43 android:configChanges="orientation|keyboardHidden|keyboard|navigation" 61 android:configChanges="orientation|keyboardHidden|keyboard|navigation" /> 68 android:configChanges="orientation|keyboardHidden|keyboard|navigation"/> 78 android:configChanges="orientation|keyboardHidden|keyboard|navigation"/>
|
/external/webkit/WebKit/gtk/tests/ |
testhttpbackend.c | 57 g_signal_connect(web_view, "navigation-policy-decision-requested", 61 /* load_uri will trigger the navigation-policy-decision-requested
|
/frameworks/base/tests/DumpRenderTree/assets/results/ |
layout_tests_failed.txt | 180 /sdcard/android/layout_tests/fast/events/arrow-navigation.html 265 /sdcard/android/layout_tests/fast/dom/Window/closure-access-after-navigation-window.html 404 /sdcard/android/layout_tests/fast/forms/textarea-arrow-navigation.html [all...] |
/cts/tools/dex-tools/ |
README.txt | 6 Support for direct navigation to super classes and similar will be implemented in a layer on top of the provided data structure.
|
/external/guava/javadoc/ |
stylesheet.css | 21 /* Navigation bar fonts and colors */
|
/external/jsr305/javadoc/ |
stylesheet.css | 21 /* Navigation bar fonts and colors */
|