OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getTypedDrawable
(Results
1 - 3
of
3
) sorted by null
/frameworks/opt/bitmap/sample/src/com/example/bitmapsample/
BitmapView.java
48
ExtendedBitmapDrawable drawable =
getTypedDrawable
();
58
ExtendedBitmapDrawable drawable =
getTypedDrawable
();
MainActivity.java
124
v.
getTypedDrawable
().bind(new BitmapRequestKeyImpl(mItems[position]));
/frameworks/opt/bitmap/src/com/android/bitmap/view/
BitmapDrawableImageView.java
75
public <E extends BasicBitmapDrawable> E
getTypedDrawable
() {
Completed in 583 milliseconds