Searched refs:mStackView (Results 1 – 3 of 3) sorted by relevance
168 @Nullable private BubbleStackView mStackView; field in BubbleController690 if (mStackView != null) { in onStatusBarVisibilityChanged()693 mStackView.setTemporarilyInvisible(!visible && !isStackExpanded()); in onStatusBarVisibilityChanged()722 if (mStackView == null) { in ensureStackViewCreated()723 mStackView = new BubbleStackView( in ensureStackViewCreated()727 mStackView.addView(mBubbleScrim); in ensureStackViewCreated()729 mStackView.setExpandListener(mExpandListener); in ensureStackViewCreated()732 mStackView.setUnbubbleConversationCallback(key -> { in ensureStackViewCreated()747 if (mStackView == null || mAddedToWindowManager) { in addToWindowManagerMaybe()773 mWindowManager.addView(mStackView, mWmLayoutParams); in addToWindowManagerMaybe()[all …]
75 private WeakReference<BubbleStackView> mStackView; field in BubbleViewInfoTask92 mStackView = new WeakReference<>(stackView); in BubbleViewInfoTask()100 return BubbleViewInfo.populate(mContext.get(), mStackView.get(), mIconFactory, mBubble, in doInBackground()
134 private BubbleStackView mStackView; field in BubbleExpandedView587 mStackView = stackView; in setStackView()621 mStackView.setupLocalMenu(info); in update()