Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
H A DRecentsView.java552 private int mTaskViewIdCount; field in RecentsView
2021 taskView.setTaskViewId(mTaskViewIdCount); in getTaskViewFromPool()
2022 if (mTaskViewIdCount == Integer.MAX_VALUE) { in getTaskViewFromPool()
2023 mTaskViewIdCount = 0; in getTaskViewFromPool()
2025 mTaskViewIdCount++; in getTaskViewFromPool()