Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleStackView.java244 @Nullable private RelativeStackPosition mRelativeStackPositionBeforeRotation; field in BubbleStackView
898 if (mRelativeStackPositionBeforeRotation != null) { in BubbleStackView()
900 mRelativeStackPositionBeforeRotation); in BubbleStackView()
901 mRelativeStackPositionBeforeRotation = null; in BubbleStackView()
1280 mRelativeStackPositionBeforeRotation = new RelativeStackPosition( in onOrientationChanged()