Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarViewController.java529 private BubbleTextView.RunningAppState getRunningAppState( in getRunningAppState()
534 return BubbleTextView.RunningAppState.MINIMIZED; in getRunningAppState()
537 return BubbleTextView.RunningAppState.RUNNING; in getRunningAppState()
539 return BubbleTextView.RunningAppState.NOT_RUNNING; in getRunningAppState()
/packages/apps/Launcher3/src/com/android/launcher3/
DBubbleTextView.java193 private RunningAppState mRunningAppState;
198 public enum RunningAppState { enum in BubbleTextView
435 public void updateRunningState(RunningAppState runningAppState) { in updateRunningState()
688 if (mRunningAppState == RunningAppState.NOT_RUNNING || mDisplay != DISPLAY_TASKBAR) { in drawRunningAppIndicatorIfNecessary()
693 boolean isMinimized = mRunningAppState == RunningAppState.MINIMIZED; in drawRunningAppIndicatorIfNecessary()