Searched refs:ControlledRemoteCarTaskView (Results 1 – 10 of 10) sorted by relevance
58 public final class ControlledRemoteCarTaskView extends RemoteCarTaskView { class59 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
30 extends RemoteCarTaskViewCallback<ControlledRemoteCarTaskView> {37 default void onTaskViewCreated(@NonNull ControlledRemoteCarTaskView taskView) {} in onTaskViewCreated()
210 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()
96 ControlledRemoteCarTaskView taskViewClient = in createControlledRemoteCarTaskView()97 new ControlledRemoteCarTaskView( in createControlledRemoteCarTaskView()275 if (carTaskView instanceof ControlledRemoteCarTaskView) { in showEmbeddedControlledTasks()
33 import android.car.app.ControlledRemoteCarTaskView;155 public void onTaskViewCreated(@NonNull ControlledRemoteCarTaskView taskView) { in onTaskViewCreated()
9 android.car.app.ControlledRemoteCarTaskViewCallback#onTaskViewCreated(ControlledRemoteCarTaskView)
724 NotCloseable: android.car.app.ControlledRemoteCarTaskView:725 …)) should implement AutoCloseable and CloseGuard: class android.car.app.ControlledRemoteCarTaskView1634 UnflaggedApi: android.car.app.ControlledRemoteCarTaskView:1635 New API must be flagged with @FlaggedApi: class android.car.app.ControlledRemoteCarTaskView1636 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 …]
492 public final class ControlledRemoteCarTaskView extends android.view.SurfaceView {511 …method public default void onTaskViewCreated(@NonNull android.car.app.ControlledRemoteCarTaskView);
563 public final class ControlledRemoteCarTaskView extends android.view.SurfaceView {582 …method public default void onTaskViewCreated(@NonNull android.car.app.ControlledRemoteCarTaskView);