Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DKeyboardQuickSwitchViewController.java187 int taskCount = mControllerCallbacks.getTaskCount(); in onKeyUp() local
190 ? (taskCount > 1 ? 1 : 0) in onKeyUp()
194 ? taskCount - 1 : mCurrentFocusIndex - 1) in onKeyUp()
196 : ((mCurrentFocusIndex + 1) % taskCount)); in onKeyUp()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsView.java1362 int taskCount = getTaskViewCount(); in onTouchEvent() local
1363 for (int i = 0; i < taskCount; i++) { in onTouchEvent()
1850 int taskCount = getTaskViewCount(); in setFullscreenProgress() local
1851 for (int i = 0; i < taskCount; i++) { in setFullscreenProgress()
1989 final int taskCount = getTaskViewCount(); in updateTaskSize() local
1990 if (taskCount == 0) { in updateTaskSize()
1995 for (int i = 0; i < taskCount; i++) { in updateTaskSize()
2678 int taskCount = getTaskViewCount(); in setTaskIconScaledDown() local
2679 for (int i = 0; i < taskCount; i++) { in setTaskIconScaledDown()
2693 int taskCount = getTaskViewCount(); in animateUpTaskIconScale() local
[all …]