Searched refs:mBarViewController (Results 1 – 2 of 2) sorted by relevance
62 private BubbleBarViewController mBarViewController; field in BubbleStashController96 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 …]
54 private BubbleBarViewController mBarViewController; field in BubbleStashedHandleViewController83 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()