Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBarView.java119 if (updateOrientationAndCutout(getResources().getConfiguration().orientation)) { in onAttachedToWindow()
137 if (updateOrientationAndCutout(newConfig.orientation)) { in onConfigurationChanged()
145 if (updateOrientationAndCutout(mLastOrientation)) { in onApplyWindowInsets()
157 private boolean updateOrientationAndCutout(int newOrientation) { in updateOrientationAndCutout() method in PhoneStatusBarView