Home
last modified time | relevance | path

Searched defs:currentFocusedIndex (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DKeyboardQuickSwitchController.java78 int currentFocusedIndex = mQuickSwitchViewController.getCurrentFocusedIndex(); in onConfigurationChanged() local
90 private void openQuickSwitchView(int currentFocusedIndex) { in openQuickSwitchView()