Home
last modified time | relevance | path

Searched refs:recentsViewScroll (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DTaskViewSimulator.java113 public final AnimatedFloat recentsViewScroll = new AnimatedFloat(); field in TaskViewSimulator
272 recentsViewScroll.value = scroll; in setScroll()
482 mMatrix, MATRIX_POST_TRANSLATE, recentsViewScroll.value); in apply()
517 + " recentsScroll: " + recentsViewScroll.value in apply()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DTaskViewUtils.java249 out.setFloat(tvsLocal.recentsViewScroll, AnimatedFloat.VALUE, 0, in createRecentsWindowAnimator()