Home
last modified time | relevance | path

Searched refs:mStackView (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleController.java211 @Nullable private BubbleStackView mStackView; field in BubbleController
367 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 …]
DBubbleViewInfoTask.java76 private WeakReference<BubbleStackView> mStackView; field in BubbleViewInfoTask
103 mStackView = new WeakReference<>(stackView); in BubbleViewInfoTask()
123 mTaskViewFactory.get(), mPositioner.get(), mStackView.get(), mIconFactory, in doInBackground()
149 return mStackView.get() != null; in verifyState()
DBubbleExpandedView.java191 private BubbleStackView mStackView; field in BubbleExpandedView
319 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()