Searched refs:mConfigTypes (Results 1 – 4 of 4) sorted by relevance
1967 final Insets configInsets = dc.mWmService.mConfigTypes == dc.mWmService.mDecorTypes1969 : insetsState.calculateInsets(displayFrame, dc.mWmService.mConfigTypes,1971 final Insets overrideConfigInsets = dc.mWmService.mConfigTypes2131 newInsetsState, currentInsetsState, mService.mConfigTypes)) {
591 final int mConfigTypes; field in WindowManagerService1271 mConfigTypes = 0; in WindowManagerService()1274 mConfigTypes = WindowInsets.Type.displayCutout() | WindowInsets.Type.statusBars() in WindowManagerService()
1818 mWmService.mConfigTypes | mWmService.mOverrideConfigTypes; in providesDisplayDecorInsets()
433 if (mWm.mConfigTypes == WindowInsets.Type.navigationBars()) { in testUpdateDisplayConfigurationByDecor()