Searched refs:drawableLoadedListener (Results 1 – 3 of 3) sorted by relevance
192 @Nullable final DrawableLoadedListener drawableLoadedListener, in loadDrawableWithTransition() argument233 if (drawableLoadedListener != null) { in loadDrawableWithTransition()234 drawableLoadedListener.onDrawableLoaded(); in loadDrawableWithTransition()
253 int transitionDurationMillis, @Nullable DrawableLoadedListener drawableLoadedListener, in loadDrawableWithTransition() argument272 if (drawableLoadedListener != null) { in loadDrawableWithTransition()273 drawableLoadedListener.onDrawableLoaded(); in loadDrawableWithTransition()
109 Asset newThumbnailAsset, DrawableLoadedListener drawableLoadedListener) { in updateThumbnail() argument119 … mActivity, mThumbnailView, crossfadeDuration, drawableLoadedListener, placeholderColor); in updateThumbnail()