Searched refs:mCurrentRef (Results 1 – 1 of 1) sorted by relevance
78 private T mCurrentRef; field in ImageBinder111 mCurrentRef = newRef; in setImage()113 if (mCurrentRef == null) { in setImage()116 Drawable image = mCurrentRef.getImage(context); in setImage()126 ? mCurrentRef.getPlaceholder(context, mPlaceholderType) in setImage()133 if (UriUtils.isEmpty(mCurrentRef.getImageURI())) { in setImage()137 mCurrentKey = new ImageKey(mCurrentRef.getImageURI(), mMaxImageSize); in setImage()144 if (mCurrentRef == null && newRef == null) return true; in isSameImage()146 if (mCurrentRef != null && newRef != null) { in isSameImage()147 return mCurrentRef.equals(context, newRef); in isSameImage()