Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/tests/src/com/android/launcher3/taskbar/
DTaskbarRecentAppsControllerTest.kt161 assertThat(recentAppsController.minimizedApps).isEmpty() in getRunningApps_notInDesktopMode_returnsEmptySet()
174 assertThat(recentAppsController.minimizedApps).isEmpty() in getRunningApps_inDesktopMode_returnsRunningApps()
193 assertThat(recentAppsController.minimizedApps).containsExactly(RUNNING_APP_PACKAGE_3) in getMinimizedApps_inDesktopMode_returnsAllAppsRunningAndInvisibleAppsMinimized()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarRecentAppsController.kt76 val minimizedApps: Set<String> in <lambda>() constant in com.android.launcher3.taskbar.TaskbarRecentAppsController