Home
last modified time | relevance | path

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

/development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/ui/
DRecyclingImageView.java64 notifyDrawable(drawable, true); in setImageDrawable()
67 notifyDrawable(previousDrawable, false); in setImageDrawable()
76 private static void notifyDrawable(Drawable drawable, final boolean isDisplayed) { in notifyDrawable() method in RecyclingImageView
84 notifyDrawable(layerDrawable.getDrawable(i), isDisplayed); in notifyDrawable()