Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DCachingIconView.java42 private int mLastResId; field in CachingIconView
127 boolean isCached = mLastResId != 0 in testAndSetCache()
128 && icon.getResId() == mLastResId in testAndSetCache()
132 mLastResId = icon.getResId(); in testAndSetCache()
146 if (resId == 0 || mLastResId == 0) { in testAndSetCache()
149 isCached = resId == mLastResId && null == mLastPackage; in testAndSetCache()
152 mLastResId = resId; in testAndSetCache()
177 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()