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

1 2 3 4

  /frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/widget/
NavigationViewUsageBase.java 41 NavigationView navigation = findViewById(R.id.navigation); local
42 navigation.setNavigationItemSelectedListener(getNavigationItemSelectedListener());
43 navigation.inflateHeaderView(R.layout.design_navigation_header);
  /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::__anon40605
55 out->navigation = env->GetIntField(clazz, gConfigurationClassInfo.navigation);
88 gConfigurationClassInfo.navigation = GetFieldIDOrDie(env, clazz, "navigation", "I");
  /packages/services/Car/car-lib/src/android/car/navigation/
CarNavigationInstrumentCluster.java 16 package android.car.navigation;
27 * Holds options related to navigation for the car's instrument cluster.
33 /** Navigation Next Turn messages contain an image, as well as an enum. */
35 /** Navigation Next Turn messages contain only an enum. */
CarNavigationStatusManager.java 16 package android.car.navigation;
33 * API for providing navigation status for instrument cluster.
38 /** Navigation status */
55 /** Starting point of the navigation. */
190 * @param status new instrument cluster navigation status.
208 * Sends a Navigation Next Step event to the car.
247 * Sends a Navigation Next Step Distance event to the car.
252 * that navigation app is displaying. Use it when you want to display distance, it has
253 * appropriate rounding function and units are in sync with navigation app. This parameter is
275 * Sends events from navigation app to instrument cluster
    [all...]
  /packages/services/Car/car-support-lib/src/android/support/car/navigation/
CarNavigationInstrumentCluster.java 16 package android.support.car.navigation;
28 * Holds options related to navigation for the car's instrument cluster.
32 /** Navigation Next Turn messages contain an image, as well as an enum. */
34 /** Navigation Next Turn messages contain only an enum. */
CarNavigationStatusManagerEmbedded.java 16 package android.support.car.navigation;
27 private final android.car.navigation.CarNavigationStatusManager mManager;
30 mManager = (android.car.navigation.CarNavigationStatusManager) manager;
34 * @param status new instrument cluster navigation status.
111 android.car.navigation.CarNavigationInstrumentCluster ic) {
CarNavigationStatusManager.java 16 package android.support.car.navigation;
27 * APIs for providing navigation status to the instrument cluster. For cars that have a navigation
28 * display built into the instrument cluster, a navigation application should also provide
31 * Navigation applications should first call
36 * After navigation focus is granted, applications should call {@code
51 * Listener for navigation related events. Callbacks are called in the Looper context.
55 * Instrument Cluster started in navigation mode.
59 * navigation instrument cluster.
72 /* Navigation statuses *
    [all...]
  /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...]
  /frameworks/support/design/tests/src/android/support/design/widget/
BottomNavigationViewTest.java 95 BottomNavigationView navigation = new BottomNavigationView(mActivityTestRule.getActivity()); local
96 mActivityTestRule.getActivity().setContentView(navigation);
97 navigation.getMenu().add("Item1");
98 navigation.getMenu().add("Item2");
99 assertEquals(2, navigation.getMenu().size());
100 navigation.getMenu().removeItem(0);
101 navigation.getMenu().removeItem(0);
102 assertEquals(0, navigation.getMenu().size());
  /frameworks/base/core/java/android/content/res/
Configuration.java 537 /** Constant for {@link #navigation}: a value indicating that no value has been set. */
539 /** Constant for {@link #navigation}, value corresponding to the
543 /** Constant for {@link #navigation}, value corresponding to the
547 /** Constant for {@link #navigation}, value corresponding to the
551 /** Constant for {@link #navigation}, value corresponding to the
557 * The kind of navigation method available on the device.
561 public int navigation; field in class:Configuration
575 * A flag indicating whether any 5-way or DPAD navigation available.
576 * This will be set on a device with a mechanism to hide the navigation
    [all...]
  /frameworks/base/libs/androidfw/include/androidfw/
ResourceTypes.h 1030 uint8_t navigation; member in struct:android::ResTable_config::__anon40739::__anon40740
    [all...]
  /external/python/cpython2/Mac/Modules/qt/
_Qtmodule.c 24758 long navigation; local
    [all...]
  /prebuilts/misc/common/jacoco/lib/
org.jacoco.report-0.7.2.201409121644.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.report/0.7.1.201405082137/
org.jacoco.report-0.7.1.201405082137.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.report/0.7.3.201501221555/
org.jacoco.report-0.7.3.201501221555.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.report/0.7.4.201502262128/
org.jacoco.report-0.7.4.201502262128.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.report/0.7.5.201505241946/
org.jacoco.report-0.7.5.201505241946.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.report/0.7.6.201602180812/
org.jacoco.report-0.7.6.201602180812.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.report/0.7.7.201606060606/
org.jacoco.report-0.7.7.201606060606.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.report/0.7.8/
org.jacoco.report-0.7.8.jar 
  /prebuilts/tools/common/offline-m2/org/jacoco/org.jacoco.report/0.7.5.201505241946/
org.jacoco.report-0.7.5.201505241946.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/26.0.0-alpha4/
intellij-core-26.0.0-alpha4.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/26.0.0-alpha5/
intellij-core-26.0.0-alpha5.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/26.0.0-alpha6/
intellij-core-26.0.0-alpha6.jar 

Completed in 501 milliseconds

1 2 3 4