Home
last modified time | relevance | path

Searched refs:ControlledRemoteCarTaskView (Results 1 – 10 of 10) sorted by relevance

/packages/services/Car/car-lib/src/android/car/app/
DControlledRemoteCarTaskView.java58 public final class ControlledRemoteCarTaskView extends RemoteCarTaskView { class
59 private static final String TAG = ControlledRemoteCarTaskView.class.getSimpleName();
80 ViewHelper.seResizeBackgroundColor(ControlledRemoteCarTaskView.this,
83 ControlledRemoteCarTaskView.this.onTaskAppeared(taskInfo, leash);
94 ViewHelper.seResizeBackgroundColor(ControlledRemoteCarTaskView.this,
97 ControlledRemoteCarTaskView.this.onTaskInfoChanged(taskInfo);
108 ControlledRemoteCarTaskView.this.onTaskVanished(taskInfo);
116 ViewHelper.seResizeBackgroundColor(ControlledRemoteCarTaskView.this, color);
121 ViewHelper.getBoundsOnScreen(ControlledRemoteCarTaskView.this, mTmpRect);
126 ControlledRemoteCarTaskView( in ControlledRemoteCarTaskView() method in ControlledRemoteCarTaskView
DControlledRemoteCarTaskViewCallback.java30 extends RemoteCarTaskViewCallback<ControlledRemoteCarTaskView> {
37 default void onTaskViewCreated(@NonNull ControlledRemoteCarTaskView taskView) {} in onTaskViewCreated()
DCarTaskViewInputInterceptor.java210 if (tv instanceof ControlledRemoteCarTaskView in dispatchTouchEvent()
211 && ((ControlledRemoteCarTaskView) tv).getConfig() in dispatchTouchEvent()
276 if (tv instanceof ControlledRemoteCarTaskView in onLongPress()
277 && ((ControlledRemoteCarTaskView) tv).getConfig().mShouldCaptureGestures in onLongPress()
DCarTaskViewController.java96 ControlledRemoteCarTaskView taskViewClient = in createControlledRemoteCarTaskView()
97 new ControlledRemoteCarTaskView( in createControlledRemoteCarTaskView()
275 if (carTaskView instanceof ControlledRemoteCarTaskView) { in showEmbeddedControlledTasks()
/packages/apps/Car/Launcher/app/src/com/android/car/carlauncher/
DCarLauncherViewModel.java33 import android.car.app.ControlledRemoteCarTaskView;
155 public void onTaskViewCreated(@NonNull ControlledRemoteCarTaskView taskView) { in onTaskViewCreated()
/packages/services/Car/tools/GenericCarApiBuilder/scripts/api-coverage/
Dapis-without-coverage.txt9 android.car.app.ControlledRemoteCarTaskViewCallback#onTaskViewCreated(ControlledRemoteCarTaskView)
/packages/services/Car/car-lib/api/
Dsystem-lint-baseline.txt724 NotCloseable: android.car.app.ControlledRemoteCarTaskView:
725 …)) should implement AutoCloseable and CloseGuard: class android.car.app.ControlledRemoteCarTaskView
1634 UnflaggedApi: android.car.app.ControlledRemoteCarTaskView:
1635 New API must be flagged with @FlaggedApi: class android.car.app.ControlledRemoteCarTaskView
1636 UnflaggedApi: android.car.app.ControlledRemoteCarTaskView#addInsets(int, int, android.graphics.Rect…
1637 …New API must be flagged with @FlaggedApi: method android.car.app.ControlledRemoteCarTaskView.addIn…
1638 UnflaggedApi: android.car.app.ControlledRemoteCarTaskView#getTaskInfo():
1639 …New API must be flagged with @FlaggedApi: method android.car.app.ControlledRemoteCarTaskView.getTa…
1640 UnflaggedApi: android.car.app.ControlledRemoteCarTaskView#isInitialized():
1641 …New API must be flagged with @FlaggedApi: method android.car.app.ControlledRemoteCarTaskView.isIni…
[all …]
Dsystem-current.txt492 public final class ControlledRemoteCarTaskView extends android.view.SurfaceView {
511 …method public default void onTaskViewCreated(@NonNull android.car.app.ControlledRemoteCarTaskView);
Dtest-current.txt563 public final class ControlledRemoteCarTaskView extends android.view.SurfaceView {
582 …method public default void onTaskViewCreated(@NonNull android.car.app.ControlledRemoteCarTaskView);
/packages/services/Car/car-lib-module/api/
Dsystem-current.txt492 public final class ControlledRemoteCarTaskView extends android.view.SurfaceView {
511 …method public default void onTaskViewCreated(@NonNull android.car.app.ControlledRemoteCarTaskView);