Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DOverviewCommandHelper.java89 private int mKeyboardTaskFocusIndex = -1; field in OverviewCommandHelper
252 mKeyboardTaskFocusIndex = uiController.launchFocusedTask(); in executeCommand()
253 if (mKeyboardTaskFocusIndex == -1) { in executeCommand()
262 mKeyboardTaskFocusIndex = 0; in executeCommand()
275 mKeyboardTaskFocusIndex = 0; in executeCommand()
295 mKeyboardTaskFocusIndex = INVALID_PAGE; in executeCommand()
312 createdRecentsView.setKeyboardTaskFocusIndex(mKeyboardTaskFocusIndex); in executeCommand()
427 if (requestFocus(recentsView.getTaskViewAt(mKeyboardTaskFocusIndex))) { in updateRecentsViewFocus()
444 || mKeyboardTaskFocusIndex == INVALID_PAGE) { in onRecentsViewFocusUpdated()
448 recentsView.setCurrentPage(mKeyboardTaskFocusIndex); in onRecentsViewFocusUpdated()
[all …]
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsView.java570 private int mKeyboardTaskFocusIndex = INVALID_PAGE; field in RecentsView
3038 int snappedPage = isKeyboardTaskFocusPending() ? mKeyboardTaskFocusIndex : getNextPage(); in updateGridProperties()
5736 - getScrollForPage(mKeyboardTaskFocusIndex) in getScrollOffsetForKeyboardTaskFocus()
6196 mKeyboardTaskFocusIndex = taskIndex;
6201 return mKeyboardTaskFocusIndex != INVALID_PAGE;
6205 return isKeyboardTaskFocusPending() && mKeyboardTaskFocusIndex == indexOfChild(child);