Searched refs:taskCount (Results 1 – 2 of 2) sorted by relevance
187 int taskCount = mControllerCallbacks.getTaskCount(); in onKeyUp() local190 ? (taskCount > 1 ? 1 : 0) in onKeyUp()194 ? taskCount - 1 : mCurrentFocusIndex - 1) in onKeyUp()196 : ((mCurrentFocusIndex + 1) % taskCount)); in onKeyUp()
1362 int taskCount = getTaskViewCount(); in onTouchEvent() local1363 for (int i = 0; i < taskCount; i++) { in onTouchEvent()1850 int taskCount = getTaskViewCount(); in setFullscreenProgress() local1851 for (int i = 0; i < taskCount; i++) { in setFullscreenProgress()1989 final int taskCount = getTaskViewCount(); in updateTaskSize() local1990 if (taskCount == 0) { in updateTaskSize()1995 for (int i = 0; i < taskCount; i++) { in updateTaskSize()2678 int taskCount = getTaskViewCount(); in setTaskIconScaledDown() local2679 for (int i = 0; i < taskCount; i++) { in setTaskIconScaledDown()2693 int taskCount = getTaskViewCount(); in animateUpTaskIconScale() local[all …]