Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/res/
DResources.java108 RuntimeException mLastRetrievedAttrs = null; field in Resources
2173 mLastRetrievedAttrs = new RuntimeException("here"); in getCachedStyledAttributes()
2174 mLastRetrievedAttrs.fillInStackTrace(); in getCachedStyledAttributes()
2189 if (mLastRetrievedAttrs != null) { in getCachedStyledAttributes()
2191 Log.i(TAG, "Last retrieved attributes here", mLastRetrievedAttrs); in getCachedStyledAttributes()
2193 mLastRetrievedAttrs = here; in getCachedStyledAttributes()