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

/frameworks/base/core/java/android/content/res/
H A DTypedArray.java691 TypedArray cached = mResources.mCachedStyledAttributes;
694 mResources.mCachedStyledAttributes = this;
H A DResources.java106 /*package*/ TypedArray mCachedStyledAttributes = null; field in class:Resources
2160 TypedArray attrs = mCachedStyledAttributes;
2162 mCachedStyledAttributes = null;

Completed in 32 milliseconds