Merge "Merge "Fix issue with fontScale changes not taking effect" into oc-dev am: 83c9413b75" into oc-dev-plus-aosp
This commit is contained in:
committed by
Android (Google) Code Review
commit
a79d516e63
@@ -56,12 +56,13 @@ public class TypedArray {
|
||||
// Reset the assets, which may have changed due to configuration changes
|
||||
// or further resource loading.
|
||||
attrs.mAssets = res.getAssets();
|
||||
attrs.mMetrics = res.getDisplayMetrics();
|
||||
attrs.resize(len);
|
||||
return attrs;
|
||||
}
|
||||
|
||||
private final Resources mResources;
|
||||
private final DisplayMetrics mMetrics;
|
||||
private DisplayMetrics mMetrics;
|
||||
private AssetManager mAssets;
|
||||
|
||||
private boolean mRecycled;
|
||||
|
||||
Reference in New Issue
Block a user