Searched refs:mStackView (Results 1 – 3 of 3) sorted by relevance
420 if (mStackView != null && mStackView.getExpandedBubble() != null in onInit()576 if (mStackView != null) { in onStatusBarVisibilityChanged()896 if (mStackView != null) { in onAllBubblesAnimatedOut()946 if (mStackView != null) { in onThemeChanged()961 mStackView, in onThemeChanged()970 mStackView, in onThemeChanged()1009 if (mStackView != null && mStackView.isExpanded()) { in onNotificationPanelExpandedChanged()1341 mStackView = null; in setUpBubbleViewsForMode()1361 mStackView, in setUpBubbleViewsForMode()1963 return mStackView; in getStackView()[all …]
74 private WeakReference<BubbleStackView> mStackView; field in BubbleViewInfoTask97 mStackView = new WeakReference<>(stackView); in BubbleViewInfoTask()115 return BubbleViewInfo.populate(mContext.get(), mController.get(), mStackView.get(), in doInBackground()141 return mStackView.get() != null; in verifyState()
191 private BubbleStackView mStackView; field in BubbleExpandedView327 if (mTaskId == taskId && mStackView.isExpanded()) {328 mStackView.onBackPressed();420 mStackView = stackView; in initialize()839 if (mStackView == null) { in update()857 mStackView.setupLocalMenu(info); in update()1100 pw.print(" stackView: "); pw.println(mStackView); in dump()