Searched refs:mCurrentRef (Results 1 – 1 of 1) sorted by relevance
77 private T mCurrentRef; field in ImageBinder110 mCurrentRef = newRef; in setImage()112 if (mCurrentRef == null) { in setImage()115 Drawable image = mCurrentRef.getImage(context); in setImage()125 ? mCurrentRef.getPlaceholder(context, mPlaceholderType) in setImage()132 if (UriUtils.isEmpty(mCurrentRef.getImageURI())) { in setImage()136 mCurrentKey = new ImageKey(mCurrentRef.getImageURI(), mMaxImageSize); in setImage()143 if (mCurrentRef == null && newRef == null) return true; in isSameImage()145 if (mCurrentRef != null && newRef != null) { in isSameImage()146 return mCurrentRef.equals(context, newRef); in isSameImage()