Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DCachingIconView.java43 private int mLastResId; field in CachingIconView
129 boolean isCached = mLastResId != 0 in testAndSetCache()
130 && icon.getResId() == mLastResId in testAndSetCache()
134 mLastResId = icon.getResId(); in testAndSetCache()
148 if (resId == 0 || mLastResId == 0) { in testAndSetCache()
151 isCached = resId == mLastResId && null == mLastPackage; in testAndSetCache()
154 mLastResId = resId; in testAndSetCache()
179 mLastResId = 0; in resetCache()
/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/config/
Dhiddenapi-greylist-max-o.txt107442 Lcom/android/internal/widget/CachingIconView;->mLastResId:I