Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleStashController.java72 private boolean mRequestedExpandedState; field in BubbleStashController
227 mRequestedExpandedState = false; in stashBubbleBar()
236 mRequestedExpandedState = expandBubbles; in showBubbleBar()
262 if (mBarViewController.isExpanded() != mRequestedExpandedState) { in updateStashedAndExpandedState()
263 mBarViewController.setExpanded(mRequestedExpandedState); in updateStashedAndExpandedState()