Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarRecentAppsController.kt122 fun getRunningAppState(taskId: Int): RunningAppState { in <lambda>() method
DTaskbarViewController.java780 private BubbleTextView.RunningAppState getRunningAppState(BubbleTextView btv) { in getRunningAppState() method in TaskbarViewController