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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBarView.java114 if (updateOrientationAndCutout(getResources().getConfiguration().orientation)) {
131 if (updateOrientationAndCutout(newConfig.orientation)) {
139 if (updateOrientationAndCutout(mLastOrientation)) {
151 private boolean updateOrientationAndCutout(int newOrientation) { method in class:PhoneStatusBarView

Completed in 76 milliseconds