Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleStackView.java260 @Nullable private RelativeStackPosition mRelativeStackPositionBeforeRotation; field in BubbleStackView
1006 if (!isStackEduVisible() && mRelativeStackPositionBeforeRotation != null) { in BubbleStackView()
1008 mRelativeStackPositionBeforeRotation); in BubbleStackView()
1009 mRelativeStackPositionBeforeRotation = null; in BubbleStackView()
1434 mRelativeStackPositionBeforeRotation = new RelativeStackPosition( in onOrientationChanged()