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

/frameworks/base/core/java/android/content/res/
H A DResources.java96 /*package*/ final Configuration mTmpConfig = new Configuration(); field in class:Resources
1443 mTmpConfig.setTo(config);
1445 mCompatibilityInfo.applyToConfiguration(mTmpConfig);
1447 if (mTmpConfig.locale == null) {
1448 mTmpConfig.locale = Locale.getDefault();
1450 configChanges = mConfiguration.updateFrom(mTmpConfig);

Completed in 1184 milliseconds