Searched refs:mBarView (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/ |
D | BubbleBarViewController.java | 64 private final BubbleBarView mBarView; field in BubbleBarViewController 98 mBarView = barView; in BubbleBarViewController() 100 mBubbleBarAlpha = new MultiValueAlpha(mBarView, 1 /* num alpha channels */); in BubbleBarViewController() 111 mBubbleBarViewAnimator = new BubbleBarViewAnimator(mBarView, mBubbleStashController); in init() 119 mBubbleDragController.setupBubbleBarView(mBarView); in init() 120 mBarView.setOnClickListener(mBubbleBarClickListener); in init() 121 mBarView.addOnLayoutChangeListener( in init() 128 mBarView.setController(new BubbleBarView.Controller() { in init() 148 if (mBarView.isExpanded() && Objects.equals(bubble.getKey(), currentlySelected)) { in onBubbleClicked() 159 mBubbleStashController.onNewBubbleAnimationInterrupted(false, mBarView.getTranslationY()); in onBubbleBarTouchedWhileAnimating() [all …]
|
D | BubbleBarController.java | 133 private final BubbleBarView mBarView; field in BubbleBarController 193 mBarView = bubbleView; // Need the view for inflating bubble views. in BubbleBarController() 285 viewUpdate.addedBubble = populateBubble(mContext, update.addedBubble, mBarView, in onBubbleStateChange() 291 populateBubble(mContext, update.updatedBubble, mBarView, in onBubbleStateChange() 298 populateBubble(mContext, update.currentBubbleList.get(i), mBarView, in onBubbleStateChange() 442 mLastSentBubbleBarTop = mBarView.getRestingTopPositionOnScreen(); in showSelectedBubble() 603 R.layout.bubblebar_item_view, mBarView, false /* attachToRoot */); in createOverflow() 633 int newTop = mBarView.getRestingTopPositionOnScreen(); in onBubbleBarBoundsChanged()
|