Home
last modified time | relevance | path

Searched refs:getTaskViewSimulator (Results 1 – 11 of 11) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DSwipeUpAnimationLogic.java91 remoteTargetHandle.getTaskViewSimulator().getOrientationState().update( in SwipeUpAnimationLogic()
100 dp, mContext, TEMP_RECT, mRemoteTargetHandles[0].getTaskViewSimulator() in initTransitionEndpoints()
106 TaskViewSimulator taskViewSimulator = remoteHandle.getTaskViewSimulator(); in initTransitionEndpoints()
156 return mRemoteTargetHandles[0].getTaskViewSimulator() in getOrientationHandler()
237 TaskViewSimulator tvs = remoteHandle.getTaskViewSimulator(); in updateProgressForStartRect()
258 .map(remoteTargetHandle -> remoteTargetHandle.getTaskViewSimulator()) in getRemoteTaskViewSimulators()
279 remoteHandle.getTaskViewSimulator(), startRects[i], homeToWindowPositionMap[i]); in createWindowAnimationToHome()
299 mRemoteTargetHandles[0].getTaskViewSimulator().getOrientationState().getOrientationHandler() in getWindowAnimationToHomeInternal()
DTaskViewUtils.java219 TaskViewSimulator tvsLocal = targetHandle.getTaskViewSimulator(); in createRecentsWindowAnimator()
241 TaskViewSimulator tvsLocal = targetHandle.getTaskViewSimulator(); in createRecentsWindowAnimator()
262 handle.getTaskViewSimulator().apply(handle.getTransformParams()); in createRecentsWindowAnimator()
284 TaskViewSimulator taskViewSimulator = handle.getTaskViewSimulator(); in createRecentsWindowAnimator()
314 handle.getTaskViewSimulator().apply(handle.getTransformParams()); in createRecentsWindowAnimator()
359 topMostSimulators[i].getTaskViewSimulator().getFullScreenScale(); in createRecentsWindowAnimator()
369 simulatorCopies[i].getTaskViewSimulator().getCurrentMatrix().invert(k0i[i]); in createRecentsWindowAnimator()
377 .getTaskViewSimulator().getCurrentMatrix()); in createRecentsWindowAnimator()
DAbsSwipeUpHandler.java373 initTransitionEndpoints(mRemoteTargetHandles[0].getTaskViewSimulator() in AbsSwipeUpHandler()
564 runActionOnRemoteHandles(remoteTargetHandle -> remoteTargetHandle.getTaskViewSimulator() in onLauncherStart()
827 remoteTargetHandle.getTaskViewSimulator().setDrawsBelowRecents(isInAllAppsRegion));
961 RecentsOrientedState orientationState = mRemoteTargetHandles[0].getTaskViewSimulator()
1668 final RecentsOrientedState orientationState = mRemoteTargetHandles[0].getTaskViewSimulator()
1699 mRemoteTargetHandles[0].getTaskViewSimulator().getCurrentCropRect().round(appBounds);
1722 builder.setFromRotation(mRemoteTargetHandles[0].getTaskViewSimulator(), windowRotation,
2443 TaskViewSimulator taskViewSimulator = remoteHandle.getTaskViewSimulator();
DRemoteTargetGluer.java314 public TaskViewSimulator getTaskViewSimulator() { in getTaskViewSimulator() method in RemoteTargetGluer.RemoteTargetHandle
DLauncherSwipeHandlerV2.java165 TaskViewSimulator tvs = remoteTargetHandle.getTaskViewSimulator();
DFallbackSwipeHandler.java125 mMaxLauncherScale = 1 / mRemoteTargetHandles[0].getTaskViewSimulator() in initTransitionEndpoints()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/interaction/
DSwipeUpGestureTutorialController.java328 mRemoteTargetHandles[0].getTaskViewSimulator(), new FakeTransformParams()); in ViewSwipeUpAnimation()
334 handle.getTaskViewSimulator() in ViewSwipeUpAnimation()
342 mRemoteTargetHandles[0].getTaskViewSimulator().setPreviewBounds( in initDp()
350 mRemoteTargetHandles[0].getTaskViewSimulator().apply( in onCurrentShiftUpdated()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsView.java375 remoteTargetHandle.getTaskViewSimulator().recentsViewScale.value =
1927 TaskViewSimulator simulator = remoteTargetHandle.getTaskViewSimulator(); in resetTaskVisuals()
1988 remoteTargetHandle -> remoteTargetHandle.getTaskViewSimulator().setDp(dp)); in setInsets()
2403 remoteTargetHandle.getTaskViewSimulator().setDrawsBelowRecents(false); in reset()
3206 remoteTargetHandle -> remoteTargetHandle.getTaskViewSimulator() in addDismissedTaskAnimations()
3531 remoteTargetHandle.getTaskViewSimulator() in createTaskDismissAnimation()
3627 remoteTargetHandle.getTaskViewSimulator() in createTaskDismissAnimation()
4341 remoteTargetHandle -> remoteTargetHandle.getTaskViewSimulator() in onLayout()
4432 remoteTargetHandle -> remoteTargetHandle.getTaskViewSimulator() in updatePageOffsets()
4579 remoteTargetHandle -> remoteTargetHandle.getTaskViewSimulator()
[all …]
DLauncherRecentsView.java164 remoteTargetHandle.getTaskViewSimulator().setDrawsBelowRecents(true)); in onStateTransitionComplete()
DTaskView.java1021 .getTaskViewSimulator()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/fallback/
DFallbackRecentsView.java264 remoteTargetHandle.getTaskViewSimulator().setDrawsBelowRecents(true)); in onStateTransitionComplete()