Searched refs:tvs (Results 1 – 2 of 2) sorted by relevance
417 TaskViewSimulator tvs = null; in composeRecentsSplitLaunchAnimatorLegacy() local421 tvs = recentsView.getLiveTileTaskViewSimulator(); in composeRecentsSplitLaunchAnimatorLegacy()442 if (tvs == null && targets.apps.length > 0) { in composeRecentsSplitLaunchAnimatorLegacy()443 tvs = new TaskViewSimulator(recentsView.getContext(), recentsView.getSizeStrategy()); in composeRecentsSplitLaunchAnimatorLegacy()444 tvs.setDp(dp); in composeRecentsSplitLaunchAnimatorLegacy()450 tvs.getOrientationState().update(displayRotation, displayRotation); in composeRecentsSplitLaunchAnimatorLegacy()452 tvs.setPreview(targets.apps[targets.apps.length - 1]); in composeRecentsSplitLaunchAnimatorLegacy()453 tvs.fullScreenProgress.value = 0; in composeRecentsSplitLaunchAnimatorLegacy()454 tvs.recentsViewScale.value = 1; in composeRecentsSplitLaunchAnimatorLegacy()464 if (tvs != null) { in composeRecentsSplitLaunchAnimatorLegacy()[all …]
146 TaskViewSimulator tvs = new TaskViewSimulator(mContext, in verifyNoTransforms() local148 tvs.setDp(mDeviceProfile); in verifyNoTransforms()154 tvs.getOrientationState().update(launcherRotation, mAppRotation); in verifyNoTransforms()158 tvs.setPreviewBounds(mAppBounds, mAppInsets); in verifyNoTransforms()160 tvs.fullScreenProgress.value = 1; in verifyNoTransforms()161 tvs.recentsViewScale.value = tvs.getFullScreenScale(); in verifyNoTransforms()162 tvs.apply(this); in verifyNoTransforms()