Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DOverviewCommandHelper.java233 RecentsView<?, ?> createdRecentsView; in executeCommand() local
239 createdRecentsView = activity == null ? null : activity.getOverviewPanel(); in executeCommand()
281 createdRecentsView = visibleRecentsView; in executeCommand()
311 if (createdRecentsView != null) { in executeCommand()
312 createdRecentsView.setKeyboardTaskFocusIndex(mKeyboardTaskFocusIndex); in executeCommand()
374 if (createdRecentsView != null) { in executeCommand()
375 createdRecentsView.onRecentsAnimationComplete(); in executeCommand()