Home
last modified time | relevance | path

Searched refs:taskViewSimulator (Results 1 – 5 of 5) sorted by relevance

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DSwipeUpAnimationLogic.java106 TaskViewSimulator taskViewSimulator = remoteHandle.getTaskViewSimulator(); in initTransitionEndpoints() local
107 taskViewSimulator.setDp(dp); in initTransitionEndpoints()
108 taskViewSimulator.addAppToOverviewAnim(pendingAnimation, LINEAR); in initTransitionEndpoints()
113 playbackController, mContext, taskViewSimulator.getOrientationState(), in initTransitionEndpoints()
114 mDp, taskViewSimulator.recentsViewScale, AnimatedFloat.VALUE, in initTransitionEndpoints()
115 taskViewSimulator.recentsViewSecondaryTranslation, AnimatedFloat.VALUE in initTransitionEndpoints()
278 TransformParams transformParams, TaskViewSimulator taskViewSimulator, in getWindowAnimationToHomeInternal() argument
280 RectF cropRectF = new RectF(taskViewSimulator.getCurrentCropRect()); in getWindowAnimationToHomeInternal()
291 transformParams, taskViewSimulator); in getWindowAnimationToHomeInternal()
316 TaskViewSimulator taskViewSimulator) { in SpringAnimationRunner() argument
[all …]
H A DRemoteTargetGluer.java181 public RemoteTargetHandle(TaskViewSimulator taskViewSimulator, in RemoteTargetHandle() argument
184 mTaskViewSimulator = taskViewSimulator; in RemoteTargetHandle()
H A DTaskViewUtils.java261 TaskViewSimulator taskViewSimulator = handle.getTaskViewSimulator(); in createRecentsWindowAnimator()
262 taskViewSimulator.getCurrentCropRect().round(cropRect); in createRecentsWindowAnimator()
263 navBuilder.withMatrix(taskViewSimulator.getCurrentMatrix()) in createRecentsWindowAnimator()
H A DAbsSwipeUpHandler.java1990 TaskViewSimulator taskViewSimulator = remoteHandle.getTaskViewSimulator();
1992 taskViewSimulator.setScroll(mRecentsView.getScrollOffset());
1994 taskViewSimulator.apply(remoteHandle.getTransformParams());
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
H A DSwipePipToHomeAnimator.java386 public Builder setFromRotation(TaskViewSimulator taskViewSimulator, in setFromRotation() argument
394 taskViewSimulator.applyWindowToHomeRotation(matrix); in setFromRotation()