Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DConfigurationContainer.java78 private final Configuration mTmpConfig = new Configuration(); field in ConfigurationContainer
134 mTmpConfig.setTo(mOverrideConfiguration); in onOverrideConfigurationChanged()
137 mChangeListeners.get(i).onOverrideConfigurationChanged(mTmpConfig); in onOverrideConfigurationChanged()
255 mTmpConfig.setTo(getOverrideConfiguration()); in setBounds()
256 mTmpConfig.windowConfiguration.setBounds(bounds); in setBounds()
257 onOverrideConfigurationChanged(mTmpConfig); in setBounds()
300 mTmpConfig.setTo(getOverrideConfiguration()); in setWindowingMode()
301 mTmpConfig.windowConfiguration.setWindowingMode(windowingMode); in setWindowingMode()
302 onOverrideConfigurationChanged(mTmpConfig); in setWindowingMode()
372 mTmpConfig.setTo(getOverrideConfiguration()); in setActivityType()
[all …]
/frameworks/base/core/java/android/content/res/
DResourcesImpl.java114 private final Configuration mTmpConfig = new Configuration(); field in ResourcesImpl
485 mTmpConfig.setTo(config); in calcConfigChanges()
491 mDisplayAdjustments.getCompatibilityInfo().applyToConfiguration(density, mTmpConfig); in calcConfigChanges()
493 if (mTmpConfig.getLocales().isEmpty()) { in calcConfigChanges()
494 mTmpConfig.setLocales(LocaleList.getDefault()); in calcConfigChanges()
496 return mConfiguration.updateFrom(mTmpConfig); in calcConfigChanges()
/frameworks/base/services/core/java/com/android/server/am/
DActivityRecord.java368 private final Configuration mTmpConfig = new Configuration(); field in ActivityRecord
2383 mTmpConfig.unset(); in updateOverrideConfiguration()
2396 task.computeOverrideConfiguration(mTmpConfig, updatedBounds, null /* insetBounds */, in updateOverrideConfiguration()
2400 onOverrideConfigurationChanged(mTmpConfig); in updateOverrideConfiguration()
2545 mTmpConfig.setTo(mLastReportedConfiguration.getMergedConfiguration()); in ensureActivityConfiguration()
2546 if (getConfiguration().equals(mTmpConfig) && !forceNewConfig && !displayChanged) { in ensureActivityConfiguration()
2557 final int changes = getConfigurationChanges(mTmpConfig); in ensureActivityConfiguration()
2607 if (shouldRelaunchLocked(changes, mTmpConfig) || forceNewConfig) { in ensureActivityConfiguration()
DTaskRecord.java317 private Configuration mTmpConfig = new Configuration(); field in TaskRecord
1756 mTmpConfig.setTo(getOverrideConfiguration()); in updateOverrideConfiguration()
1779 return !mTmpConfig.equals(newConfig); in updateOverrideConfiguration()