Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DConfigurationContainer.java91 private final Configuration mRequestsTmpConfig = new Configuration(); field in ConfigurationContainer
373 mRequestsTmpConfig.setTo(getRequestedOverrideConfiguration()); in setBounds()
374 mRequestsTmpConfig.windowConfiguration.setBounds(bounds); in setBounds()
375 onRequestedOverrideConfigurationChanged(mRequestsTmpConfig); in setBounds()
456 mRequestsTmpConfig.setTo(getRequestedOverrideConfiguration()); in setWindowingMode()
457 mRequestsTmpConfig.windowConfiguration.setWindowingMode(windowingMode); in setWindowingMode()
458 onRequestedOverrideConfigurationChanged(mRequestsTmpConfig); in setWindowingMode()
467 mRequestsTmpConfig.setTo(getRequestedOverrideConfiguration()); in setAlwaysOnTop()
468 mRequestsTmpConfig.windowConfiguration.setAlwaysOnTop(alwaysOnTop); in setAlwaysOnTop()
469 onRequestedOverrideConfigurationChanged(mRequestsTmpConfig); in setAlwaysOnTop()
[all …]