Searched defs:cluster (Results 1 - 25 of 42) sorted by relevance

12

/packages/services/Car/car-cluster-logging-renderer/src/android/car/cluster/loggingrenderer/
H A DLoggingClusterRenderingService.java16 package android.car.cluster.loggingrenderer;
18 import android.car.cluster.renderer.InstrumentClusterRenderingService;
19 import android.car.cluster.renderer.NavigationRenderer;
/packages/services/Car/tests/InstrumentClusterRendererSample/src/com/android/car/cluster/sample/
H A DMessagingNotificationHandler.java17 package com.android.car.cluster.sample;
19 import static com.android.car.cluster.sample.DebugUtil.DEBUG;
27 import com.android.car.cluster.sample.MessagingConverter.MessageContactDetails;
37 MessagingNotificationHandler(ClusterView cluster) { argument
38 mClusterView = cluster;
H A DInstrumentClusterPresentation.java16 package com.android.car.cluster.sample;
H A DDebugUtil.java17 package com.android.car.cluster.sample;
H A DInstrumentClusterRenderingServiceImpl.java17 package com.android.car.cluster.sample;
19 import android.car.cluster.renderer.InstrumentClusterRenderingService;
20 import android.car.cluster.renderer.NavigationRenderer;
24 * Service for {@link InstrumentClusterController}. This is entry-point of the instrument cluster
H A DManeuverPanel.java17 package com.android.car.cluster.sample;
24 import com.android.car.cluster.sample.cards.NavCard;
H A DMediaAppInfo.java16 package com.android.car.cluster.sample;
H A DMessagingConverter.java17 package com.android.car.cluster.sample;
H A DStatusBarNotificationListener.java17 package com.android.car.cluster.sample;
H A DBitmapUtils.java17 package com.android.car.cluster.sample;
H A DCardPanel.java17 package com.android.car.cluster.sample;
H A DClusterInCallService.java17 package com.android.car.cluster.sample;
19 import static com.android.car.cluster.sample.DebugUtil.DEBUG;
/packages/services/Car/car-lib/src/android/car/cluster/renderer/
H A DNavigationRenderer.java16 package android.car.cluster.renderer;
25 * Contains methods specified for Navigation App renderer in instrument cluster.
33 * Returns properties of instrument cluster for navigation.
H A DInstrumentClusterRenderer.java16 package android.car.cluster.renderer;
25 * Interface for instrument cluster rendering.
27 * TODO: implement instrument cluster feature list and extend API. bug: 32060603
37 * Calls once when instrument cluster should be created.
H A DThreadSafeNavigationRenderer.java16 package android.car.cluster.renderer;
/packages/services/Car/tests/DirectRenderingClusterSample/src/android/car/cluster/sample/
H A DCarInfoFragment.java16 package android.car.cluster.sample;
H A DMusicFragment.java16 package android.car.cluster.sample;
H A DPhoneFragment.java16 package android.car.cluster.sample;
H A DClusterDisplayProvider.java17 package android.car.cluster.sample;
28 * This class provides a display for instrument cluster renderer.
59 Log.i(TAG, "No physical cluster display found, starting network display");
116 // TODO: assuming that secondary display is instrument cluster. Put this into settings?
H A DNavigationFragment.java16 package android.car.cluster.sample;
18 import static android.car.cluster.CarInstrumentClusterManager.CATEGORY_NAVIGATION;
22 import android.car.cluster.ClusterActivityState;
77 "Failed to report nav activity cluster launch options", e);
/packages/services/Car/tests/InstrumentClusterRendererSample/src/com/android/car/cluster/sample/cards/
H A DMessageCard.java17 package com.android.car.cluster.sample.cards;
24 import com.android.car.cluster.sample.R;
H A DWeatherCard.java17 package com.android.car.cluster.sample.cards;
25 import com.android.car.cluster.sample.DebugUtil;
26 import com.android.car.cluster.sample.R;
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/cluster/
H A DFakeClusterNavigationActivity.java17 package com.google.android.car.kitchensink.cluster;
20 import android.car.cluster.CarInstrumentClusterManager;
21 import android.car.cluster.ClusterActivityState;
34 * Fake navigation activity for instrument cluster.
H A DInstrumentClusterFragment.java16 package com.google.android.car.kitchensink.cluster;
19 import android.car.cluster.CarInstrumentClusterManager;
39 * Contains functions to test instrument cluster API.
117 Log.e(TAG, "Failed to startActivity in cluster", e);
118 Toast.makeText(getContext(), "Failed to start activity in cluster",
/packages/services/Car/car-lib/src/android/car/cluster/
H A DClusterActivityState.java17 package android.car.cluster;
24 * Helper class that represents activity state in the cluster and can be serialized / deserialized

Completed in 339 milliseconds

12