Searched refs:mStackView (Results 1 – 3 of 3) sorted by relevance
211 @Nullable private BubbleStackView mStackView; field in BubbleController367 if (mStackView != null) { in registerOneHandedState()368 mStackView.onVerticalOffsetChanged(bounds.top); in registerOneHandedState()376 if (mStackView != null) { in registerOneHandedState()377 mStackView.onVerticalOffsetChanged(bounds.top); in registerOneHandedState()489 if (mStackView != null) { in onInit()492 mStackView.onOrientationChanged(); in onInit()615 if (mStackView != null) { in onStatusBarVisibilityChanged()618 mStackView.setTemporarilyInvisible(!visible && !isStackExpanded()); in onStatusBarVisibilityChanged()701 if (mStackView != null) { in onSensitiveNotificationProtectionStateChanged()[all …]
76 private WeakReference<BubbleStackView> mStackView; field in BubbleViewInfoTask103 mStackView = new WeakReference<>(stackView); in BubbleViewInfoTask()123 mTaskViewFactory.get(), mPositioner.get(), mStackView.get(), mIconFactory, in doInBackground()149 return mStackView.get() != null; in verifyState()
191 private BubbleStackView mStackView; field in BubbleExpandedView319 if (mTaskId == taskId && mStackView.isExpanded()) {320 mStackView.onBackPressed();420 boolean isStackOnLeft = mPositioner.isStackOnLeft(mStackView.getStackPosition()); in getContentWidth()434 mStackView = stackView; in initialize()915 if (mStackView == null) { in update()933 mStackView.setupLocalMenu(info); in update()1150 pw.print(prefix); pw.print(" stackView: "); pw.println(mStackView); in dump()