Searched defs:fullScreenProgress (Results 1 – 2 of 2) sorted by relevance
87 public final AnimatedFloat fullScreenProgress = new AnimatedFloat(); field in TaskViewSimulator264 float fullScreenProgress = Utilities.boundToRange(this.fullScreenProgress.value, 0, 1); in apply() local
988 float fullScreenProgress = FULLSCREEN_INTERPOLATOR.getInterpolation(mFullscreenProgress); in applyScale() local