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.java241 @Nullable private RelativeStackPosition mRelativeStackPositionBeforeRotation; field in BubbleStackView
878 if (mRelativeStackPositionBeforeRotation != null) { in BubbleStackView()
880 mRelativeStackPositionBeforeRotation); in BubbleStackView()
881 mRelativeStackPositionBeforeRotation = null; in BubbleStackView()
1234 mRelativeStackPositionBeforeRotation = new RelativeStackPosition( in onOrientationChanged()