Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/ui/
DAsyncImageView.java85 private final Drawable mPlaceholderDrawable; field in AsyncImageView
109 mPlaceholderDrawable = attr.getDrawable(R.styleable.AsyncImageView_placeholderDrawable); in AsyncImageView()
165 if (!TextUtils.isEmpty(descriptor.getKey()) && mPlaceholderDrawable != null) { in maybeSetupPlaceholderDrawable()
175 setBackground(mPlaceholderDrawable); in maybeSetupPlaceholderDrawable()