Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBarView.java69 private int mRotationOrientation = -1; field in PhoneStatusBarView
152 if (newRotation != mRotationOrientation) { in updateOrientationAndCutout()
154 mRotationOrientation = newRotation; in updateOrientationAndCutout()
327 getDisplay(), mRotationOrientation, mStatusBarHeight)); in updateLayoutForCutout()