Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
H A DTaskViewSimulator.java97 public final AnimatedFloat recentsViewScroll = new AnimatedFloat(); field in TaskViewSimulator
210 recentsViewScroll.value = scroll; in setScroll()
342 mMatrix, MATRIX_POST_TRANSLATE, recentsViewScroll.value); in apply()
374 + " recentsScroll: " + recentsViewScroll.value in apply()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DTaskViewUtils.java237 out.setFloat(tvsLocal.recentsViewScroll, AnimatedFloat.VALUE, 0, in createRecentsWindowAnimator()