Home
last modified time | relevance | path

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

/frameworks/base/tests/testables/src/android/testing/
DTestableImageView.java25 private int mLastResId = -1; field in TestableImageView
33 mLastResId = resId; in setImageResource()
38 return mLastResId; in getLastImageResource()
/frameworks/base/core/java/com/android/internal/widget/
DCachingIconView.java51 private int mLastResId; field in CachingIconView
224 boolean isCached = mLastResId != 0 in testAndSetCache()
225 && icon.getResId() == mLastResId in testAndSetCache()
229 mLastResId = icon.getResId(); in testAndSetCache()
243 if (resId == 0 || mLastResId == 0) { in testAndSetCache()
246 isCached = resId == mLastResId && null == mLastPackage; in testAndSetCache()
249 mLastResId = resId; in testAndSetCache()
274 mLastResId = 0; in resetCache()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt85704 Lcom/android/internal/widget/CachingIconView;->mLastResId:I