Searched refs:mRequestsTmpConfig (Results 1 – 1 of 1) sorted by relevance
91 private final Configuration mRequestsTmpConfig = new Configuration(); field in ConfigurationContainer373 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 …]