Searched refs:RoundedBitmapDrawable (Results 1 - 3 of 3) sorted by relevance

/frameworks/support/v4/java/android/support/v4/graphics/drawable/
H A DRoundedBitmapDrawableFactory.java30 * Constructs {@link RoundedBitmapDrawable RoundedBitmapDrawable} objects,
36 private static class DefaultRoundedBitmapDrawable extends RoundedBitmapDrawable {
66 public static RoundedBitmapDrawable create(Resources res, Bitmap bitmap) {
76 public static RoundedBitmapDrawable create(Resources res,
78 final RoundedBitmapDrawable drawable = create(res, BitmapFactory.decodeFile(filepath));
80 Log.w(TAG, "RoundedBitmapDrawable cannot decode " + filepath);
89 public static RoundedBitmapDrawable create(Resources res,
91 final RoundedBitmapDrawable drawable = create(res, BitmapFactory.decodeStream(is));
93 Log.w(TAG, "RoundedBitmapDrawable canno
[all...]
/frameworks/support/v4/api21/android/support/v4/graphics/drawable/
H A DRoundedBitmapDrawable21.java26 class RoundedBitmapDrawable21 extends RoundedBitmapDrawable {
/frameworks/support/v4/donut/android/support/v4/graphics/drawable/
H A DRoundedBitmapDrawable.java35 * RoundedBitmapDrawable from a file path, an input stream, or from a
43 public abstract class RoundedBitmapDrawable extends Drawable { class in inherits:Drawable
375 RoundedBitmapDrawable(Resources res, Bitmap bitmap) { method in class:RoundedBitmapDrawable

Completed in 72 milliseconds