Searched refs:mConfigTypes (Results 1 – 4 of 4) sorted by relevance
2017 final Insets configInsets = dc.mWmService.mConfigTypes == dc.mWmService.mDecorTypes2019 : insetsState.calculateInsets(displayFrame, dc.mWmService.mConfigTypes,2021 final Insets overrideConfigInsets = dc.mWmService.mConfigTypes2203 newInsetsState, currentInsetsState, mService.mConfigTypes)) {
583 final int mConfigTypes; field in WindowManagerService1277 mConfigTypes = 0; in WindowManagerService()1280 mConfigTypes = WindowInsets.Type.displayCutout() | WindowInsets.Type.statusBars() in WindowManagerService()
1688 mWmService.mConfigTypes | mWmService.mOverrideConfigTypes; in providesDisplayDecorInsets()
461 if (mWm.mConfigTypes == WindowInsets.Type.navigationBars()) { in testUpdateDisplayConfigurationByDecor()