Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsView.java1989 IntSet bottomSet = new IntSet(); in updateGridProperties() local
2061 bottomSet.add(i); in updateGridProperties()
2068 for (int j = i - 1; !bottomSet.contains(j) && j >= 0; j--) { in updateGridProperties()
2116 if (bottomSet.contains(taskCount - 1)) { in updateGridProperties()