Searched defs:getNonDesktopTaskViewCount (Results 1 – 2 of 2) sorted by relevance
102 fun getNonDesktopTaskViewCount(): Int = taskViews.count { it !is DesktopTaskView } in <lambda>() method
2199 public int getNonDesktopTaskViewCount() { in getNonDesktopTaskViewCount() method in RecentsView