Searched refs:mLastOrientation (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DRemoteInputQuickSettingsDisabler.java39 private int mLastOrientation; field in class:RemoteInputQuickSettingsDisabler
45 mLastOrientation = mContext.getResources().getConfiguration().orientation;
66 if (newConfig.orientation != mLastOrientation) {
68 mLastOrientation = newConfig.orientation;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBarView.java72 private int mLastOrientation; field in class:PhoneStatusBarView
139 if (updateOrientationAndCutout(mLastOrientation)) {
154 if (mLastOrientation != newOrientation) {
156 mLastOrientation = newOrientation;
312 || mLastOrientation != ORIENTATION_PORTRAIT || cornerCutoutMargins != null) {
H A DNotificationPanelView.java220 private int mLastOrientation = -1; field in class:NotificationPanelView
312 mLastOrientation = getResources().getConfiguration().orientation;
1955 if (newConfig.orientation != mLastOrientation) {
1958 mLastOrientation = newConfig.orientation;
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/tv/
H A DPipManager.java123 private int mLastOrientation = Configuration.ORIENTATION_UNDEFINED; field in class:PipManager
279 mLastOrientation = initialConfig.orientation;
295 if (mLastOrientation != newConfig.orientation) {
298 mLastOrientation = newConfig.orientation;
/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayContent.java270 private int mLastOrientation = SCREEN_ORIENTATION_UNSPECIFIED; field in class:DisplayContent
925 return mLastOrientation;
929 mLastOrientation = orientation;
1000 final int lastOrientation = mLastOrientation;
1709 + " is frozen while keyguard locked, return " + mLastOrientation);
1710 return mLastOrientation;
3578 "No app is requesting an orientation, return " + mLastOrientation
3582 return mLastOrientation;

Completed in 130 milliseconds