Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DTaskStackView.java2234 int taskTransformCount = transforms.size(); in matchTaskListSize() local
2236 if (taskTransformCount < taskCount) { in matchTaskListSize()
2238 for (int i = taskTransformCount; i < taskCount; i++) { in matchTaskListSize()
2241 } else if (taskTransformCount > taskCount) { in matchTaskListSize()
2243 transforms.subList(taskCount, taskTransformCount).clear(); in matchTaskListSize()