Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleStackView.java276 @Nullable private RelativeStackPosition mRelativeStackPositionBeforeRotation; field in BubbleStackView
1047 if (!isStackEduVisible() && mRelativeStackPositionBeforeRotation != null) { in BubbleStackView()
1049 mRelativeStackPositionBeforeRotation); in BubbleStackView()
1050 mRelativeStackPositionBeforeRotation = null; in BubbleStackView()
1613 mRelativeStackPositionBeforeRotation = new RelativeStackPosition( in onOrientationChanged()