Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/util/
DTaskViewSimulator.java140 public float getFullScreenScale() { in getFullScreenScale() method in TaskViewSimulator
185 pa.addFloat(recentsViewScale, AnimatedFloat.VALUE, getFullScreenScale(), 1, interpolator); in addAppToOverviewAnim()
234 getFullScreenScale(); in apply()
/packages/apps/Launcher3/quickstep/robolectric_tests/src/com/android/quickstep/util/
DTaskViewSimulatorTest.java158 tvs.recentsViewScale.value = tvs.getFullScreenScale(); in verifyNoTransforms()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DFallbackSwipeHandler.java70 mMaxLauncherScale = 1 / mTaskViewSimulator.getFullScreenScale(); in initTransitionEndpoints()
DTaskViewUtils.java164 AnimatedFloat.VALUE, tsv.getFullScreenScale(), TOUCH_RESPONSE_INTERPOLATOR); in createRecentsWindowAnimator()
DSwipeUpAnimationLogic.java103 float startScale = mTaskViewSimulator.getFullScreenScale(); in initTransitionEndpoints()