Home
last modified time | relevance | path

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

/frameworks/opt/bitmap/src/com/android/bitmap/view/
DBitmapDrawableImageView.java87 public <E extends BasicBitmapDrawable> void setTypedDrawable(E drawable) { in setTypedDrawable() method in BitmapDrawableImageView
/frameworks/opt/bitmap/sample/src/com/example/bitmapsample/
DMainActivity.java121 v.setTypedDrawable(drawable); in getView()