Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/res/
DTypedArray.java691 TypedArray cached = mResources.mCachedStyledAttributes; in recycle()
694 mResources.mCachedStyledAttributes = this; in recycle()
DResources.java107 /*package*/ TypedArray mCachedStyledAttributes = null; field in Resources
2169 TypedArray attrs = mCachedStyledAttributes; in getCachedStyledAttributes()
2171 mCachedStyledAttributes = null; in getCachedStyledAttributes()