Home
last modified time | relevance | path

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

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