Home
last modified time | relevance | path

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

/frameworks/opt/bitmap/sample/src/com/example/bitmapsample/
DBitmapView.java24 import com.android.bitmap.drawable.ExtendedBitmapDrawable;
48 ExtendedBitmapDrawable drawable = getTypedDrawable(); in onSizeChanged()
58 ExtendedBitmapDrawable drawable = getTypedDrawable(); in onDraw()
DMainActivity.java32 import com.android.bitmap.drawable.ExtendedBitmapDrawable;
33 import com.android.bitmap.drawable.ExtendedBitmapDrawable.ExtendedOptions;
118 final ExtendedBitmapDrawable drawable = new ExtendedBitmapDrawable(getResources(), in getView()
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
DExtendedBitmapDrawable.java48 public class ExtendedBitmapDrawable extends BasicBitmapDrawable implements class
58 private static final String TAG = ExtendedBitmapDrawable.class.getSimpleName();
73 public ExtendedBitmapDrawable(final Resources res, final BitmapCache cache, in ExtendedBitmapDrawable() method in ExtendedBitmapDrawable
359 ExtendedBitmapDrawable.super.onDecodeComplete(key, result); in onDecodeComplete()
DTileDrawable.java27 import com.android.bitmap.drawable.ExtendedBitmapDrawable.ExtendedOptions;
DCircularBitmapDrawable.java39 public class CircularBitmapDrawable extends ExtendedBitmapDrawable {
DStyledCornersBitmapDrawable.java43 public class StyledCornersBitmapDrawable extends ExtendedBitmapDrawable {