Home
last modified time | relevance | path

Searched defs:targetTaskView (Results 1 – 4 of 4) sorted by relevance

/packages/services/Car/car_product/car_ui_portrait/apps/CarUiPortraitLauncher/src/com/android/car/portraitlauncher/homeactivities/
DRemoteCarTaskViewControllerWrapperImpl.java85 SurfaceView targetTaskView = getTaskView(taskViewId); in updateAllowListedActivities() local
107 RemoteCarTaskView targetTaskView = (RemoteCarTaskView) getTaskView(taskViewId); in moveToBack() local
118 RemoteCarTaskView targetTaskView = (RemoteCarTaskView) getTaskView(taskViewId); in setWindowBounds() local
129 RemoteCarTaskView targetTaskView = (RemoteCarTaskView) getTaskView(taskViewId); in updateTaskVisibility() local
137 RemoteCarTaskView targetTaskView = (RemoteCarTaskView) getTaskView(taskViewId); in setObscuredTouchRegion() local
250 RemoteCarTaskView targetTaskView = (RemoteCarTaskView) getTaskView(taskViewId); in setSystemOverlayInsets() local
268 RemoteCarTaskView targetTaskView = (RemoteCarTaskView) getTaskView(taskViewId); in getTaskId() local
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DLauncherSwipeHandlerV2.java83 @Nullable TaskView targetTaskView) { in createHomeAnimationFactory()
DFallbackSwipeHandler.java150 @Nullable TaskView targetTaskView) { in createHomeAnimationFactory()
DSwipeUpAnimationLogic.java338 TaskView targetTaskView = homeAnimationFactory.getTargetTaskView(); in getWindowAnimationToHomeInternal() local