Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleStashController.java62 private BubbleBarViewController mBarViewController; field in BubbleStashController
96 mBarViewController = bubbleControllers.bubbleBarViewController; in init()
100 mIconAlphaForStash = mBarViewController.getBubbleBarAlpha().get(0); in init()
101 mIconScaleForStash = mBarViewController.getBubbleBarScale(); in init()
102 mIconTranslationYForStash = mBarViewController.getBubbleBarTranslationY(); in init()
162 if (!mBarViewController.hasBubbles()) { in setBubblesShowingOnHome()
179 } else if (!mBarViewController.isExpanded()) { in setBubblesShowingOnHome()
195 if (!mBubblesShowingOnOverview && !mBarViewController.isExpanded()) { in setBubblesShowingOnOverview()
215 if (!mIsSysuiLocked && mBarViewController.hasBubbles()) { in onSysuiLockedStateChange()
241 if (mBarViewController.isHiddenForNoBubbles()) { in updateStashedAndExpandedState()
[all …]
DBubbleStashedHandleViewController.java54 private BubbleBarViewController mBarViewController; field in BubbleStashedHandleViewController
83 mBarViewController = bubbleControllers.bubbleBarViewController; in init()
123 updateBounds(mBarViewController.getBubbleBarLocation())); in init()
136 final int left = mBarViewController.getHorizontalMargin(); in updateBounds()
145 mActivity.getDeviceProfile().widthPx - mBarViewController.getHorizontalMargin(); in updateBounds()
260 Rect bubbleBarBounds = new Rect(mBarViewController.getBubbleBarBounds()); in createRevealAnimToIsStashed()