Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
H A DNavigationBar.java279 private int mStartingQuickSwitchRotation = -1; field in NavigationBar
384 mStartingQuickSwitchRotation = rotation;
921 if (mStartingQuickSwitchRotation == -1) { in initSecondaryHomeHandleForRotation()
940 if (mStartingQuickSwitchRotation == -1) { in orientSecondaryHomeHandle()
943 int deltaRotation = deltaRotation(mCurrentRotation, mStartingQuickSwitchRotation); in orientSecondaryHomeHandle()
944 if (mStartingQuickSwitchRotation == -1 || deltaRotation == -1) { in orientSecondaryHomeHandle()
948 + " starting: " + mStartingQuickSwitchRotation); in orientSecondaryHomeHandle()
1034 pw.println(" mStartingQuickSwitchRotation=" + mStartingQuickSwitchRotation); in dump()
1085 && mStartingQuickSwitchRotation != -1) { in setWindowState()