Home
last modified time | relevance | path

Searched refs:fullScreenProgress (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DTaskViewSimulator.java108 public final AnimatedFloat fullScreenProgress = new AnimatedFloat(); field in TaskViewSimulator
321 pa.addFloat(fullScreenProgress, AnimatedFloat.VALUE, 1, 0, interpolator); in addAppToCarouselAnim()
334 pa.addFloat(fullScreenProgress, AnimatedFloat.VALUE, 0, 1, interpolator); in addOverviewToAppAnim()
454 float fullScreenProgress = Utilities.boundToRange(this.fullScreenProgress.value, 0, 1); in apply() local
455 mCurrentFullscreenParams.setProgress(fullScreenProgress, recentsViewScale.value, in apply()
506 params.setProgress(1f - fullScreenProgress); in apply()
513 Log.d(TAG, "progress: " + fullScreenProgress in apply()
/packages/apps/Launcher3/quickstep/tests/multivalentTests/src/com/android/quickstep/util/
DTaskViewSimulatorTest.java227 tvs.fullScreenProgress.value = 1; in verifyNoTransforms()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DTaskViewUtils.java248 tvsLocal.fullScreenProgress.value = 0; in createRecentsWindowAnimator()
269 out.setFloat(tvsLocal.fullScreenProgress, in createRecentsWindowAnimator()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsView.java2242 simulator.fullScreenProgress.value = 0; in resetTaskVisuals()