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