HomeSort by relevance Sort by last modified time
    Searched full:navigation (Results 1 - 25 of 713) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/resources/
Navigation.java 20 * Navigation enum.
23 public enum Navigation implements ResourceEnum {
24 NONAV("nonav", "None", "No navigation"), //$NON-NLS-1$
25 DPAD("dpad", "D-pad", "D-pad navigation"), //$NON-NLS-1$
26 TRACKBALL("trackball", "Trackball", "Trackball navigation"), //$NON-NLS-1$
27 WHEEL("wheel", "Wheel", "Wheel navigation"); //$NON-NLS-1$
33 private Navigation(String value, String shortDisplayValue, String longDisplayValue) {
44 public static Navigation getEnum(String value) {
45 for (Navigation nav : values()) {
66 public static int getIndex(Navigation value)
    [all...]
NavigationState.java 20 * Navigation state enum.
24 EXPOSED("navexposed", "Exposed", "Exposed navigation"), //$NON-NLS-1$
25 HIDDEN("navhidden", "Hidden", "Hidden navigation"); //$NON-NLS-1$
ResourceEnum.java 43 * <p/>For instance "exposed", which can be the value for the keyboard state or the navigation
45 * keyboard or the navigation state.
54 * <p/>For instance "Exposed keyboard", and "Export navigation", as "exposed" would not be
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/configurations/
NavigationMethodQualifier.java 20 import com.android.sdklib.resources.Navigation;
26 * Resource Qualifier for Navigation Method.
30 public static final String NAME = "Navigation Method";
32 private Navigation mValue;
38 public NavigationMethodQualifier(Navigation value) {
42 public Navigation getValue() {
69 Navigation method = Navigation.getEnum(value);
NavigationStateQualifier.java 26 * Resource Qualifier for navigation state.
30 public static final String NAME = "Navigation State";
  /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...]
  /external/chromium/net/base/
load_flags.h 21 // This is a back/forward style navigation where the cached content should
25 // This is a navigation that will fail if it cannot serve the requested
29 // This is a navigation that will not use the cache at all. It does not
33 // This is a navigation that will not be intercepted by any registered
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/resources/configurations/
NavigationMethodQualifierTest.java 21 import com.android.sdklib.resources.Navigation;
47 assertEquals(Navigation.DPAD, config.getNavigationMethodQualifier().getValue());
54 assertEquals(Navigation.TRACKBALL, config.getNavigationMethodQualifier().getValue());
61 assertEquals(Navigation.WHEEL, config.getNavigationMethodQualifier().getValue());
  /development/pdk/docs/porting/
modules.html 9 .navigation {
17 <div class="navigation" id="top">
group__memory.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...]
  /frameworks/base/core/jni/
android_content_res_Configuration.cpp 39 jfieldID navigation; member in struct:android::__anon8659
52 out->navigation = env->GetIntField(clazz, gConfigurationClassInfo.navigation);
105 GET_FIELD_ID(gConfigurationClassInfo.navigation, gConfigurationClassInfo.clazz,
106 "navigation", "I");
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/resources/manager/
ConfigMatchTest.java 34 import com.android.sdklib.resources.Navigation;
97 null, // navigation
115 null, // navigation
133 null, // navigation
151 null, // navigation
169 Navigation.DPAD.getResourceValue(), // navigation
195 Navigation.DPAD.getResourceValue(), // 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);
  /development/samples/BrowserPlugin/jni/
Android.mk 37 navigation/NavigationPlugin.cpp \
49 $(LOCAL_PATH)/navigation \
  /frameworks/base/core/java/android/content/res/
Configuration.java 152 * The kind of navigation method available on the device.
156 public int navigation; field in class:Configuration
163 * A flag indicating whether any 5-way or DPAD navigation available.
164 * This will be set on a device with a mechanism to hide the navigation
238 navigation = o.navigation;
265 sb.append(navigation);
294 navigation = NAVIGATION_UNDEFINED;
360 if (delta.navigation != NAVIGATION_UNDEFINED
361 && navigation != delta.navigation)
    [all...]
  /packages/apps/DeskClock/
AndroidManifest.xml 28 android:configChanges="orientation|keyboardHidden|keyboard|navigation">
46 android:configChanges="orientation|keyboardHidden|keyboard|navigation"
64 android:configChanges="orientation|keyboardHidden|keyboard|navigation" />
71 android:configChanges="orientation|keyboardHidden|keyboard|navigation"/>
81 android:configChanges="orientation|keyboardHidden|keyboard|navigation"/>

Completed in 574 milliseconds

1 2 3 4 5 6 7 8 91011>>