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.java107 /*package*/ TypedArray mCachedStyledAttributes = null; field in class:Resources
2169 TypedArray attrs = mCachedStyledAttributes;
2171 mCachedStyledAttributes = null;

Completed in 443 milliseconds