Home
last modified time | relevance | path

Searched refs:RemoteCarDefaultRootTaskViewConfig (Results 1 – 6 of 6) sorted by relevance

/packages/services/Car/car-lib/src/android/car/app/
DRemoteCarDefaultRootTaskViewConfig.java27 public final class RemoteCarDefaultRootTaskViewConfig { class
28 private static final String TAG = RemoteCarDefaultRootTaskViewConfig.class.getSimpleName();
35 private RemoteCarDefaultRootTaskViewConfig(int displayId, boolean embedHomeTask, in RemoteCarDefaultRootTaskViewConfig() method in RemoteCarDefaultRootTaskViewConfig
96 public RemoteCarDefaultRootTaskViewConfig build() { in build()
97 return new RemoteCarDefaultRootTaskViewConfig(mDisplayId, mEmbedHomeTask, in build()
DRemoteCarDefaultRootTaskView.java49 private final RemoteCarDefaultRootTaskViewConfig mConfig;
172 RemoteCarDefaultRootTaskViewConfig config, in RemoteCarDefaultRootTaskView()
226 RemoteCarDefaultRootTaskViewConfig getConfig() { in getConfig()
DCarTaskViewController.java171 @NonNull RemoteCarDefaultRootTaskViewConfig remoteCarDefaultRootTaskViewConfig, in createRemoteCarDefaultRootTaskView()
/packages/services/Car/car_product/car_ui_portrait/apps/CarUiPortraitLauncher/src/com/android/car/portraitlauncher/homeactivities/
DRemoteCarTaskViewControllerWrapperImpl.java26 import android.car.app.RemoteCarDefaultRootTaskViewConfig;
211 RemoteCarDefaultRootTaskViewConfig config = in createCarDefaultRootTaskView()
212 new RemoteCarDefaultRootTaskViewConfig.Builder().setDisplayId( in createCarDefaultRootTaskView()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/wm/activity/window/
DActivityWindowControllerImpl.java29 import android.car.app.RemoteCarDefaultRootTaskViewConfig;
156 new RemoteCarDefaultRootTaskViewConfig.Builder() in taskViewControllerReady()
/packages/services/Car/tests/carservice_unit_test/res/raw/
Dcar_hidden_apis.txt177 …TaskViewController void createRemoteCarDefaultRootTaskView(RemoteCarDefaultRootTaskViewConfig remo…
197 android.car.app RemoteCarDefaultRootTaskViewConfig String toString()
198 android.car.app RemoteCarDefaultRootTaskViewConfig boolean embedsAssistantTask()
199 android.car.app RemoteCarDefaultRootTaskViewConfig boolean embedsHomeTask()
200 android.car.app RemoteCarDefaultRootTaskViewConfig boolean embedsRecentsTask()
201 android.car.app RemoteCarDefaultRootTaskViewConfig int getDisplayId()
202 android.car.app RemoteCarDefaultRootTaskViewConfig.Builder Builder embedAssistantTask(boolean embed…
203 android.car.app RemoteCarDefaultRootTaskViewConfig.Builder Builder embedHomeTask(boolean embedHomeT…
204 android.car.app RemoteCarDefaultRootTaskViewConfig.Builder Builder embedRecentsTask(boolean embedRe…
205 android.car.app RemoteCarDefaultRootTaskViewConfig.Builder Builder setDisplayId(int displayId)
[all …]