Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DTaskViewUtils.java417 TaskViewSimulator tvs = null; in composeRecentsSplitLaunchAnimatorLegacy() local
421 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 …]
/packages/apps/Launcher3/quickstep/robolectric_tests/src/com/android/quickstep/util/
DTaskViewSimulatorTest.java146 TaskViewSimulator tvs = new TaskViewSimulator(mContext, in verifyNoTransforms() local
148 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()