Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/tests/multivalentTests/src/com/android/quickstep/util/
DTaskViewSimulatorTest.java204 TaskViewSimulator tvs = new TaskViewSimulator(helper.sandboxContext, in verifyNoTransforms() local
206 tvs.setDp(mDeviceProfile); in verifyNoTransforms()
213 tvs.getOrientationState().update(launcherRotation, mAppRotation); in verifyNoTransforms()
217 tvs.setPreviewBounds(mAppBounds, mAppInsets); in verifyNoTransforms()
219 tvs.fullScreenProgress.value = 1; in verifyNoTransforms()
220 tvs.recentsViewScale.value = tvs.getFullScreenScale(); in verifyNoTransforms()
221 tvs.apply(this); in verifyNoTransforms()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DLauncherSwipeHandlerV2.java236 TaskViewSimulator tvs = remoteTargetHandle.getTaskViewSimulator();
238 tvs.apply(remoteTargetHandle.getTransformParams());
239 tvs.getCurrentCropRect().roundOut(crop);
244 hostView, backgroundLocation, windowSize, tvs.getCurrentCornerRadius(),
DSwipeUpAnimationLogic.java272 TaskViewSimulator tvs = remoteHandle.getTaskViewSimulator(); in updateProgressForStartRect() local
273 tvs.apply(remoteHandle.getTransformParams().setProgress(startProgress)); in updateProgressForStartRect()
275 startRects[i] = new RectF(tvs.getCurrentCropRect()); in updateProgressForStartRect()
277 tvs.applyWindowToHomeRotation(outMatrix[i]); in updateProgressForStartRect()
278 tvs.getCurrentMatrix().mapRect(startRects[i]); in updateProgressForStartRect()
DRemoteTargetGluer.java96 TaskViewSimulator tvs = new TaskViewSimulator(context, sizingStrategy); in createHandles() local
97 tvs.setIsDesktopTask(forDesktop); in createHandles()
99 handles[i] = new RemoteTargetHandle(tvs, transformParams); in createHandles()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsView.java2751 for (TaskViewSimulator tvs : taskViewSimulators) { in onPrepareGestureEndAnimation()
2754 tvs.taskPrimaryTranslation.value = runningTaskPrimaryGridTranslation; in onPrepareGestureEndAnimation()
2755 tvs.taskSecondaryTranslation.value = runningTaskSecondaryGridTranslation; in onPrepareGestureEndAnimation()
2758 animatorSet.play(tvs.carouselScale.animateToValue(1)); in onPrepareGestureEndAnimation()
2759 animatorSet.play(tvs.carouselPrimaryTranslation.animateToValue(0)); in onPrepareGestureEndAnimation()
2760 animatorSet.play(tvs.carouselSecondaryTranslation.animateToValue(0)); in onPrepareGestureEndAnimation()
2761 animatorSet.play(tvs.taskPrimaryTranslation.animateToValue( in onPrepareGestureEndAnimation()
2763 animatorSet.play(tvs.taskSecondaryTranslation.animateToValue( in onPrepareGestureEndAnimation()
5449 TaskViewSimulator tvs = remoteTargetHandle.getTaskViewSimulator(); in setRecentsAnimationTargets()
5450 tvs.setOrientationState(mOrientationState); in setRecentsAnimationTargets()
[all …]