Searched refs:mLastRetrievedAttrs (Results 1 – 1 of 1) sorted by relevance
108 RuntimeException mLastRetrievedAttrs = null; field in Resources2173 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()