Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A 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()
143 return mRemoteTargetHandles[0].getTaskViewSimulator() in getOrientationHandler()
229 TaskViewSimulator tvs = remoteHandle.getTaskViewSimulator(); in updateProgressForStartRect()
250 .map(remoteTargetHandle -> remoteTargetHandle.getTaskViewSimulator()) in getRemoteTaskViewSimulators()
271 remoteHandle.getTaskViewSimulator(), startRects[i], homeToWindowPositionMap[i]); in createWindowAnimationToHome()
H A DTaskViewUtils.java209 TaskViewSimulator tvsLocal = targetHandle.getTaskViewSimulator(); in createRecentsWindowAnimator()
231 TaskViewSimulator tvsLocal = targetHandle.getTaskViewSimulator(); in createRecentsWindowAnimator()
242 handle.getTaskViewSimulator().apply(handle.getTransformParams()); in createRecentsWindowAnimator()
261 TaskViewSimulator taskViewSimulator = handle.getTaskViewSimulator(); in createRecentsWindowAnimator()
290 handle.getTaskViewSimulator().apply(handle.getTransformParams()); in createRecentsWindowAnimator()
328 simulatorCopies[i].getTaskViewSimulator().getCurrentMatrix().invert(k0i[i]); in createRecentsWindowAnimator()
336 .getTaskViewSimulator().getCurrentMatrix()); in createRecentsWindowAnimator()
H A DLauncherSwipeHandlerV2.java165 mRemoteTargetHandles[0].getTaskViewSimulator().getCurrentCropRect().roundOut(crop);
171 mRemoteTargetHandles[0].getTaskViewSimulator().getCurrentCornerRadius(),
H A DRemoteTargetGluer.java187 public TaskViewSimulator getTaskViewSimulator() { in getTaskViewSimulator() method in RemoteTargetGluer.RemoteTargetHandle
H A DAbsSwipeUpHandler.java462 runActionOnRemoteHandles(remoteTargetHandle -> remoteTargetHandle.getTaskViewSimulator() in onLauncherStart()
813 RecentsOrientedState orientationState = mRemoteTargetHandles[0].getTaskViewSimulator()
1389 final RecentsOrientedState orientationState = mRemoteTargetHandles[0].getTaskViewSimulator()
1426 builder.setFromRotation(mRemoteTargetHandles[0].getTaskViewSimulator(), windowRotation,
1818 initTransitionEndpoints(mRemoteTargetHandles[0].getTaskViewSimulator()
1990 TaskViewSimulator taskViewSimulator = remoteHandle.getTaskViewSimulator();
H A DFallbackSwipeHandler.java114 mMaxLauncherScale = 1 / mRemoteTargetHandles[0].getTaskViewSimulator() in initTransitionEndpoints()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/interaction/
H A DSwipeUpGestureTutorialController.java282 mRemoteTargetHandles[0].getTaskViewSimulator(), new FakeTransformParams()); in ViewSwipeUpAnimation()
287 mRemoteTargetHandles[0].getTaskViewSimulator().setPreviewBounds( in initDp()
295 mRemoteTargetHandles[0].getTaskViewSimulator().apply( in updateFinalShift()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
H A DRecentsView.java1544 TaskViewSimulator simulator = remoteTargetHandle.getTaskViewSimulator(); in resetTaskVisuals()
1946 remoteTargetHandle.getTaskViewSimulator().setDrawsBelowRecents(false); in reset()
2679 remoteTargetHandle -> remoteTargetHandle.getTaskViewSimulator() in addDismissedTaskAnimations()
2878 remoteTargetHandle.getTaskViewSimulator() in createTaskDismissAnimation()
2951 remoteTargetHandle.getTaskViewSimulator() in createTaskDismissAnimation()
3648 remoteTargetHandle -> remoteTargetHandle.getTaskViewSimulator() in onLayout()
3714 remoteTargetHandle -> remoteTargetHandle.getTaskViewSimulator() in updatePageOffsets()
3822 remoteTargetHandle -> remoteTargetHandle.getTaskViewSimulator()
4232 remoteTargetHandle -> remoteTargetHandle.getTaskViewSimulator()
4334 remoteTargetHandle.getTaskViewSimulator().apply(params); in redrawLiveTile()
[all …]
H A DLauncherRecentsView.java114 remoteTargetHandle.getTaskViewSimulator().setDrawsBelowRecents(true)); in onStateTransitionComplete()
H A DTaskView.java656 .getTaskViewSimulator() in onClick()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/fallback/
H A DFallbackRecentsView.java237 remoteTargetHandle.getTaskViewSimulator().setDrawsBelowRecents(true)); in onStateTransitionComplete()