Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DStaggeredWorkspaceAnim.java104 int totalRows = grid.inv.numRows + (staggerHotseat ? 1 : 0) + (staggerQsb ? 1 : 0); in StaggeredWorkspaceAnim() local
108 page -> addAnimationForPage((CellLayout) page, totalRows, duration)); in StaggeredWorkspaceAnim()
127 totalRows, duration); in StaggeredWorkspaceAnim()
149 addStaggeredAnimationForView(child, hotseatRow, totalRows, duration); in StaggeredWorkspaceAnim()
153 addStaggeredAnimationForView(hotseat.getQsb(), qsbRow, totalRows, duration); in StaggeredWorkspaceAnim() local
184 private void addAnimationForPage(CellLayout page, int totalRows, long duration) { in addAnimationForPage() argument
198 totalRows, duration); in addAnimationForPage()
253 private void addStaggeredAnimationForView(View v, int row, int totalRows, long duration) { in addStaggeredAnimationForView() argument
256 int invertedRow = totalRows - row; in addStaggeredAnimationForView()