Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleStashController.java71 private boolean mRequestedStashState; field in BubbleStashController
226 mRequestedStashState = true; in stashBubbleBar()
235 mRequestedStashState = false; in showBubbleBar()
245 boolean isStashed = mRequestedStashState in updateStashedAndExpandedState()