Home
last modified time | relevance | path

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

/packages/apps/Launcher3/go/quickstep/src/com/android/quickstep/views/
DIconRecentsView.java728 float totalTransY = -(MAX_TASKS_TO_DISPLAY / 2.0f - 1) * taskHeight; in playRemoteTransYAnim() local
730 views.get(i).setTranslationY(totalTransY); in playRemoteTransYAnim()
733 ValueAnimator transYAnim = ValueAnimator.ofFloat(totalTransY, 0); in playRemoteTransYAnim()
741 appMatrix.postTranslate(0, transY - totalTransY); in playRemoteTransYAnim()