Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DRecentsFilterState.java183 public boolean shouldShowFilterUI(String taskPackageName) { in shouldShowFilterUI() method in RecentsFilterState
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DTaskView.kt1671 if (recentsView?.filterState?.shouldShowFilterUI(taskPackageName) == true) in <lambda>()