Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
H A DRecentsView.java2807 int bottomGridRowSize = taskCount - mTopRowIdSet.size() - 1; in createTaskDismissAnimation() local
2808 boolean topRowLonger = topGridRowSize > bottomGridRowSize; in createTaskDismissAnimation()
2809 boolean bottomRowLonger = bottomGridRowSize > topGridRowSize; in createTaskDismissAnimation()