Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsViewUtils.kt102 fun getNonDesktopTaskViewCount(): Int = taskViews.count { it !is DesktopTaskView } in <lambda>() method
DRecentsView.java2199 public int getNonDesktopTaskViewCount() { in getNonDesktopTaskViewCount() method in RecentsView