Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsView.java1003 int taskCount = getTaskViewCount(); in onTouchEvent() local
1004 for (int i = 0; i < taskCount; i++) { in onTouchEvent()
1248 int taskCount = getTaskViewCount(); in setFullscreenProgress() local
1249 for (int i = 0; i < taskCount; i++) { in setFullscreenProgress()
1375 final int taskCount = getTaskViewCount(); in updateTaskSize() local
1376 if (taskCount == 0) { in updateTaskSize()
1381 for (int i = 0; i < taskCount; i++) { in updateTaskSize()
1962 int taskCount = getTaskViewCount(); in updateGridProperties() local
1963 if (taskCount == 0) { in updateGridProperties()
1992 float[] gridTranslations = new float[taskCount]; in updateGridProperties()
[all …]