Home
last modified time | relevance | path

Searched refs:recentsViewScale (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/util/
DTaskViewSimulator.java92 public final AnimatedFloat recentsViewScale = new AnimatedFloat(); field in TaskViewSimulator
185 pa.addFloat(recentsViewScale, AnimatedFloat.VALUE, getFullScreenScale(), 1, interpolator); in addAppToOverviewAnim()
261 progress, recentsViewScale.value, mTaskRect.width(), mDp, mPositionHelper); in apply()
280 mMatrix.postScale(recentsViewScale.value, recentsViewScale.value, mPivot.x, mPivot.y); in apply()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DTaskViewUtils.java158 tsv.recentsViewScale.value = 1; in createRecentsWindowAnimator()
163 out.setFloat(tsv.recentsViewScale, in createRecentsWindowAnimator()
/packages/apps/Launcher3/quickstep/robolectric_tests/src/com/android/quickstep/util/
DTaskViewSimulatorTest.java158 tvs.recentsViewScale.value = tvs.getFullScreenScale(); in verifyNoTransforms()