Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DKeyboardQuickSwitchView.java385 KeyboardQuickSwitchTaskView focusedTask = getTaskAt(toIndex); in animateFocusMove()
392 KeyboardQuickSwitchTaskView previouslyFocusedTask = getTaskAt(fromIndex); in animateFocusMove()
405 : getTaskAt(toIndex - 1) == null in animateFocusMove()
455 View task = getTaskAt(index); in initializeScroll()
560 protected KeyboardQuickSwitchTaskView getTaskAt(int index) {
DKeyboardQuickSwitchController.java243 GroupTask getTaskAt(int index) { in getTaskAt() method in KeyboardQuickSwitchController.ControllerCallbacks
271 return isTaskRunning(getTaskAt(0)); in isFirstTaskRunning()
DKeyboardQuickSwitchViewController.java144 GroupTask task = mControllerCallbacks.getTaskAt(index); in launchTaskAt()