Searched refs:mTmpConfig (Results 1 – 4 of 4) sorted by relevance
78 private final Configuration mTmpConfig = new Configuration(); field in ConfigurationContainer134 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 …]
114 private final Configuration mTmpConfig = new Configuration(); field in ResourcesImpl485 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()
368 private final Configuration mTmpConfig = new Configuration(); field in ActivityRecord2383 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()
317 private Configuration mTmpConfig = new Configuration(); field in TaskRecord1756 mTmpConfig.setTo(getOverrideConfiguration()); in updateOverrideConfiguration()1779 return !mTmpConfig.equals(newConfig); in updateOverrideConfiguration()