Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/
DRecentsView.java574 private void updateTaskStartIndex(View affectingView) { in updateTaskStartIndex() argument
575 if (!(affectingView instanceof TaskView) && !(affectingView instanceof ClearAllButton)) { in updateTaskStartIndex()