Searched defs:fullScreenProgress (Results 1 – 1 of 1) sorted by relevance
94 public final AnimatedFloat fullScreenProgress = new AnimatedFloat(); field in TaskViewSimulator321 float fullScreenProgress = Utilities.boundToRange(this.fullScreenProgress.value, 0, 1); in apply() local