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

1 2 3 4 5 6 7 8

  /packages/services/Car/car-lib/src/android/car/navigation/
CarNavigationInstrumentCluster.aidl 16 package android.car.navigation;
ICarNavigationEventListener.aidl 16 package android.car.navigation;
18 import android.car.navigation.CarNavigationInstrumentCluster;
ICarNavigation.aidl 16 package android.car.navigation;
19 import android.car.navigation.CarNavigationInstrumentCluster;
20 import android.car.navigation.ICarNavigationEventListener;
CarNavigationInstrumentCluster.java 16 package android.car.navigation;
27 * Holds options related to navigation for the car's instrument cluster.
39 /** Navigation Next Turn messages contain an image, as well as an enum. */
41 /** Navigation Next Turn messages only contain an enum. */
  /cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DeviceInfoActivity.java 147 String navigation = null; local
148 if (con.navigation == Configuration.NAVIGATION_UNDEFINED) {
149 navigation = "undefined";
150 } else if (con.navigation == Configuration.NAVIGATION_NONAV) {
151 navigation = "nonav";
152 } else if (con.navigation == Configuration.NAVIGATION_DPAD) {
153 navigation = "drap";
154 } else if (con.navigation == Configuration.NAVIGATION_TRACKBALL) {
155 navigation = "trackball";
156 } else if (con.navigation == Configuration.NAVIGATION_WHEEL)
    [all...]
  /packages/services/Car/car-support-lib/src/android/support/car/navigation/
CarNavigationManagerEmbedded.java 16 package android.support.car.navigation;
26 private final android.car.navigation.CarNavigationManager mManager;
30 mManager = (android.car.navigation.CarNavigationManager) manager;
34 * @param status new instrument cluster navigation status.
106 android.car.navigation.CarNavigationInstrumentCluster ic) {
115 android.car.navigation.CarNavigationManager.CarNavigationListener {
125 android.car.navigation.CarNavigationInstrumentCluster instrumentCluster) {
CarNavigationManager.java 16 package android.support.car.navigation;
23 * API for providing navigation status for instrument cluster.
29 * Listener navigation related events.
33 /** Instrument Cluster started in navigation mode */
39 /** Navigation status */
68 * @param status new instrument cluster navigation status.
75 * Sends a Navigation Next Step event to the car.
105 * Sends a Navigation Next Step Distance event to the car.
CarNavigationInstrumentCluster.java 16 package android.support.car.navigation;
28 * Holds options related to navigation for the car's instrument cluster.
41 /** Navigation Next Turn messages contain an image, as well as an enum. */
43 /** Navigation Next Turn messages only contain an enum. */
  /cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/
ConfigurationDeviceInfo.java 31 store.addResult("navigation", con.navigation);
  /frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/widget/
NavigationViewUsageBase.java 41 NavigationView navigation = (NavigationView) findViewById(R.id.navigation); local
42 navigation.setNavigationItemSelectedListener(getNavigationItemSelectedListener());
43 navigation.inflateHeaderView(R.layout.design_navigation_header);
  /packages/services/Car/tests/android_car_api_test/src/com/android/car/apitest/
CarNavigationManagerTest.java 22 import android.car.navigation.CarNavigationInstrumentCluster;
23 import android.car.navigation.CarNavigationManager;
24 import android.car.navigation.CarNavigationManager.CarNavigationListener;
  /packages/services/Car/tests/android_support_car_api_test/src/com/android/support/car/apitest/
CarNavigationManagerTest.java 25 import android.support.car.navigation.CarNavigationInstrumentCluster;
27 import android.support.car.navigation.CarNavigationManager;
28 import android.support.car.navigation.CarNavigationManager.CarNavigationListener;
34 * Unit tests for {@link android.support.car.navigation.CarNavigationStatusManager}
  /packages/services/Car/car-lib/src/android/car/cluster/renderer/
InstrumentClusterRenderer.java 21 import android.car.navigation.CarNavigationInstrumentCluster;
52 * Returns properties of instrument cluster for navigation.
  /packages/services/Car/car-cluster-demo-renderer/src/android/car/cluster/demorenderer/
DemoNavigationRenderer.java 18 import static android.car.navigation.CarNavigationManager.TURN_SIDE_LEFT;
19 import static android.car.navigation.CarNavigationManager.TURN_SIDE_RIGHT;
20 import static android.car.navigation.CarNavigationManager.TURN_TURN;
86 Log.w(TAG, "Navigation event / turn not localized: " + event + ", " + turnSide);
DemoInstrumentClusterRenderer.java 21 import android.car.navigation.CarNavigationInstrumentCluster;
  /external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/page/
ReportPage.java 103 final HTMLElement navigation = body.div(Styles.BREADCRUMB); local
104 navigation.attr("id", "breadcrumb");
105 infoLinks(navigation.span(Styles.INFO));
106 breadcrumb(navigation, folder);
  /frameworks/base/core/jni/
android_content_res_Configuration.cpp 39 jfieldID navigation; member in struct:android::__anon29409
55 out->navigation = env->GetIntField(clazz, gConfigurationClassInfo.navigation);
88 gConfigurationClassInfo.navigation = GetFieldIDOrDie(env, clazz, "navigation", "I");
  /frameworks/base/core/tests/coretests/src/android/app/activity/
ActivityManagerTest.java 104 assertEquals(config.reqNavigation, vconfig.navigation);
105 if (vconfig.navigation == Configuration.NAVIGATION_NONAV) {
  /development/apps/Development/src/com/android/development/
ConfigurationViewer.java 47 + "navigation=" + c.navigation + "\n"
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
Token.js 14 /** imaginary tree navigation type; traverse "get child" link */
16 /** imaginary tree navigation type; finish with a child list */
  /frameworks/base/native/android/
configuration.cpp 79 return config->navigation;
171 void AConfiguration_setNavigation(AConfiguration* config, int32_t navigation) {
172 config->navigation = navigation;
  /packages/services/Car/service/src/com/android/car/cluster/
CarNavigationService.java 20 import android.car.navigation.CarNavigationInstrumentCluster;
21 import android.car.navigation.CarNavigationManager;
22 import android.car.navigation.ICarNavigation;
23 import android.car.navigation.ICarNavigationEventListener;
43 * Service that will push navigation event to navigation renderer in instrument cluster.
92 throw new IllegalArgumentException("Unknown navigation status: " + status);
  /frameworks/base/core/java/android/content/res/
Configuration.java 456 /** Constant for {@link #navigation}: a value indicating that no value has been set. */
458 /** Constant for {@link #navigation}, value corresponding to the
462 /** Constant for {@link #navigation}, value corresponding to the
466 /** Constant for {@link #navigation}, value corresponding to the
470 /** Constant for {@link #navigation}, value corresponding to the
476 * The kind of navigation method available on the device.
480 public int navigation; field in class:Configuration
494 * A flag indicating whether any 5-way or DPAD navigation available.
495 * This will be set on a device with a mechanism to hide the navigation
    [all...]
  /packages/services/Car/car-support-lib/src/android/support/car/
CarServiceLoaderEmbedded.java 29 import android.support.car.navigation.CarNavigationManagerEmbedded;
  /packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/cluster/
InstrumentClusterFragment.java 25 import android.support.car.navigation.CarNavigationManager;
126 Log.e(TAG, "Failed to set navigation status", e);

Completed in 1917 milliseconds

1 2 3 4 5 6 7 8