OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BasicBitmapDrawable
(Results
1 - 3
of
3
) sorted by null
/frameworks/opt/bitmap/src/com/android/bitmap/view/
BitmapDrawableImageView.java
27
import com.android.bitmap.drawable.
BasicBitmapDrawable
;
31
* BitmapDrawableImageView has logic to unbind its
BasicBitmapDrawable
when it is detached from the
45
private
BasicBitmapDrawable
mDrawable;
75
public <E extends
BasicBitmapDrawable
> E getTypedDrawable() {
87
public <E extends
BasicBitmapDrawable
> void setTypedDrawable(E drawable) {
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
BasicBitmapDrawable.java
53
* Activity, etc) then make sure to call {@link
BasicBitmapDrawable
#unbind()} at the appropriate
58
public class
BasicBitmapDrawable
extends Drawable implements DecodeCallback,
93
private static final String TAG =
BasicBitmapDrawable
.class.getSimpleName();
96
public
BasicBitmapDrawable
(final Resources res, final BitmapCache cache,
ExtendedBitmapDrawable.java
48
public class ExtendedBitmapDrawable extends
BasicBitmapDrawable
implements
671
* placeholder could be accomplished by {@link
BasicBitmapDrawable
} without the added
Completed in 113 milliseconds