Searched refs:updateOrientationAndCutout (Results 1 – 1 of 1) sorted by relevance
119 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