Merge "Initialize quickswitch rotation state" into rvc-dev am: 195bec6882

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/11948948

Change-Id: I9612fa6552dd55615ac02e27b7236ddf3fad1826
This commit is contained in:
Winson Chung
2020-06-22 19:55:02 +00:00
committed by Automerger Merge Worker

View File

@@ -221,7 +221,7 @@ public class NavigationBarFragment extends LifecycleFragment implements Callback
*/
private VerticalNavigationHandle mOrientationHandle;
private WindowManager.LayoutParams mOrientationParams;
private int mStartingQuickSwitchRotation;
private int mStartingQuickSwitchRotation = -1;
private int mCurrentRotation;
private ViewTreeObserver.OnGlobalLayoutListener mOrientationHandleGlobalLayoutListener;
private UiEventLogger mUiEventLogger;