Searched refs:tvs (Results 1 – 5 of 5) sorted by relevance
204 TaskViewSimulator tvs = new TaskViewSimulator(helper.sandboxContext, in verifyNoTransforms() local206 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()
236 TaskViewSimulator tvs = remoteTargetHandle.getTaskViewSimulator();238 tvs.apply(remoteTargetHandle.getTransformParams());239 tvs.getCurrentCropRect().roundOut(crop);244 hostView, backgroundLocation, windowSize, tvs.getCurrentCornerRadius(),
272 TaskViewSimulator tvs = remoteHandle.getTaskViewSimulator(); in updateProgressForStartRect() local273 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()
96 TaskViewSimulator tvs = new TaskViewSimulator(context, sizingStrategy); in createHandles() local97 tvs.setIsDesktopTask(forDesktop); in createHandles()99 handles[i] = new RemoteTargetHandle(tvs, transformParams); in createHandles()
2751 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 …]