Searched refs:mLastResId (Results 1 – 3 of 3) sorted by relevance
43 private int mLastResId; field in CachingIconView129 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()
25 private int mLastResId = -1; field in TestableImageView33 mLastResId = resId; in setImageResource()38 return mLastResId; in getLastImageResource()
107442 Lcom/android/internal/widget/CachingIconView;->mLastResId:I