Home
last modified time | relevance | path

Searched refs:RoundedBitmapDrawable (Results 1 – 25 of 35) sorted by relevance

12

/frameworks/support/compat/src/main/java/androidx/core/graphics/drawable/
DRoundedBitmapDrawableFactory.java41 private static class DefaultRoundedBitmapDrawable extends RoundedBitmapDrawable {
72 public static RoundedBitmapDrawable create(@NonNull Resources res, @Nullable Bitmap bitmap) { in create()
83 public static RoundedBitmapDrawable create(@NonNull Resources res, @NonNull String filepath) { in create()
84 final RoundedBitmapDrawable drawable = create(res, BitmapFactory.decodeFile(filepath)); in create()
96 public static RoundedBitmapDrawable create(@NonNull Resources res, @NonNull InputStream is) { in create()
97 final RoundedBitmapDrawable drawable = create(res, BitmapFactory.decodeStream(is)); in create()
DRoundedBitmapDrawable21.java29 class RoundedBitmapDrawable21 extends RoundedBitmapDrawable {
DRoundedBitmapDrawable.java46 public abstract class RoundedBitmapDrawable extends Drawable { class
382 RoundedBitmapDrawable(Resources res, Bitmap bitmap) { in RoundedBitmapDrawable() method in RoundedBitmapDrawable
/frameworks/support/samples/Support4Demos/src/main/java/com/example/android/supportv4/graphics/
DRoundedBitmapDrawableActivity.java27 import androidx.core.graphics.drawable.RoundedBitmapDrawable;
38 private RoundedBitmapDrawable mRoundedBitmapDrawable;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/car/
DUserGridRecyclerView.java31 import android.support.v4.graphics.drawable.RoundedBitmapDrawable;
202 RoundedBitmapDrawable circleIcon = RoundedBitmapDrawableFactory.create(mRes, in onBindViewHolder()
/frameworks/support/legacy/core-utils/api_legacy/
D26.0.0.txt223 public abstract class RoundedBitmapDrawable extends android.graphics.drawable.Drawable {
247 …method public static android.support.v4.graphics.drawable.RoundedBitmapDrawable create(android.con…
248 …method public static android.support.v4.graphics.drawable.RoundedBitmapDrawable create(android.con…
249 …method public static android.support.v4.graphics.drawable.RoundedBitmapDrawable create(android.con…
D27.0.0.txt223 public abstract class RoundedBitmapDrawable extends android.graphics.drawable.Drawable {
247 …method public static android.support.v4.graphics.drawable.RoundedBitmapDrawable create(android.con…
248 …method public static android.support.v4.graphics.drawable.RoundedBitmapDrawable create(android.con…
249 …method public static android.support.v4.graphics.drawable.RoundedBitmapDrawable create(android.con…
D26.1.0.txt223 public abstract class RoundedBitmapDrawable extends android.graphics.drawable.Drawable {
247 …method public static android.support.v4.graphics.drawable.RoundedBitmapDrawable create(android.con…
248 …method public static android.support.v4.graphics.drawable.RoundedBitmapDrawable create(android.con…
249 …method public static android.support.v4.graphics.drawable.RoundedBitmapDrawable create(android.con…
D27.1.0.txt223 public abstract class RoundedBitmapDrawable extends android.graphics.drawable.Drawable {
247 …method public static android.support.v4.graphics.drawable.RoundedBitmapDrawable create(android.con…
248 …method public static android.support.v4.graphics.drawable.RoundedBitmapDrawable create(android.con…
249 …method public static android.support.v4.graphics.drawable.RoundedBitmapDrawable create(android.con…
/frameworks/support/compat/api_legacy/
Dcurrent.txt971 public abstract class RoundedBitmapDrawable extends android.graphics.drawable.Drawable {
995 …method public static android.support.v4.graphics.drawable.RoundedBitmapDrawable create(android.con…
996 …method public static android.support.v4.graphics.drawable.RoundedBitmapDrawable create(android.con…
997 …method public static android.support.v4.graphics.drawable.RoundedBitmapDrawable create(android.con…
D28.0.0-alpha1.txt969 public abstract class RoundedBitmapDrawable extends android.graphics.drawable.Drawable {
993 …method public static android.support.v4.graphics.drawable.RoundedBitmapDrawable create(android.con…
994 …method public static android.support.v4.graphics.drawable.RoundedBitmapDrawable create(android.con…
995 …method public static android.support.v4.graphics.drawable.RoundedBitmapDrawable create(android.con…
/frameworks/support/compat/api/
Dcurrent.txt1011 public abstract class RoundedBitmapDrawable extends android.graphics.drawable.Drawable {
1035 …method public static androidx.core.graphics.drawable.RoundedBitmapDrawable create(android.content.…
1036 …method public static androidx.core.graphics.drawable.RoundedBitmapDrawable create(android.content.…
1037 …method public static androidx.core.graphics.drawable.RoundedBitmapDrawable create(android.content.…
/frameworks/support/api/
D22.0.0.txt2412 public abstract class RoundedBitmapDrawable extends android.graphics.drawable.Drawable {
2434 …method public static android.support.v4.graphics.drawable.RoundedBitmapDrawable create(android.con…
2435 …method public static android.support.v4.graphics.drawable.RoundedBitmapDrawable create(android.con…
2436 …method public static android.support.v4.graphics.drawable.RoundedBitmapDrawable create(android.con…
D22.1.0.txt2567 public abstract class RoundedBitmapDrawable extends android.graphics.drawable.Drawable {
2589 …method public static android.support.v4.graphics.drawable.RoundedBitmapDrawable create(android.con…
2590 …method public static android.support.v4.graphics.drawable.RoundedBitmapDrawable create(android.con…
2591 …method public static android.support.v4.graphics.drawable.RoundedBitmapDrawable create(android.con…
D22.2.0.txt2953 public abstract class RoundedBitmapDrawable extends android.graphics.drawable.Drawable {
2975 …method public static android.support.v4.graphics.drawable.RoundedBitmapDrawable create(android.con…
2976 …method public static android.support.v4.graphics.drawable.RoundedBitmapDrawable create(android.con…
2977 …method public static android.support.v4.graphics.drawable.RoundedBitmapDrawable create(android.con…
D22.2.1.txt2982 public abstract class RoundedBitmapDrawable extends android.graphics.drawable.Drawable {
3004 …method public static android.support.v4.graphics.drawable.RoundedBitmapDrawable create(android.con…
3005 …method public static android.support.v4.graphics.drawable.RoundedBitmapDrawable create(android.con…
3006 …method public static android.support.v4.graphics.drawable.RoundedBitmapDrawable create(android.con…
D25.1.0.txt5292 public abstract class RoundedBitmapDrawable extends android.graphics.drawable.Drawable {
5315 …method public static android.support.v4.graphics.drawable.RoundedBitmapDrawable create(android.con…
5316 …method public static android.support.v4.graphics.drawable.RoundedBitmapDrawable create(android.con…
5317 …method public static android.support.v4.graphics.drawable.RoundedBitmapDrawable create(android.con…
D25.2.0.txt5292 public abstract class RoundedBitmapDrawable extends android.graphics.drawable.Drawable {
5315 …method public static android.support.v4.graphics.drawable.RoundedBitmapDrawable create(android.con…
5316 …method public static android.support.v4.graphics.drawable.RoundedBitmapDrawable create(android.con…
5317 …method public static android.support.v4.graphics.drawable.RoundedBitmapDrawable create(android.con…
D25.0.0.txt4910 public abstract class RoundedBitmapDrawable extends android.graphics.drawable.Drawable {
4933 …method public static android.support.v4.graphics.drawable.RoundedBitmapDrawable create(android.con…
4934 …method public static android.support.v4.graphics.drawable.RoundedBitmapDrawable create(android.con…
4935 …method public static android.support.v4.graphics.drawable.RoundedBitmapDrawable create(android.con…
D23.0.0.txt3595 public abstract class RoundedBitmapDrawable extends android.graphics.drawable.Drawable {
3619 …method public static android.support.v4.graphics.drawable.RoundedBitmapDrawable create(android.con…
3620 …method public static android.support.v4.graphics.drawable.RoundedBitmapDrawable create(android.con…
3621 …method public static android.support.v4.graphics.drawable.RoundedBitmapDrawable create(android.con…
D24.2.0.txt4854 public abstract class RoundedBitmapDrawable extends android.graphics.drawable.Drawable {
4877 …method public static android.support.v4.graphics.drawable.RoundedBitmapDrawable create(android.con…
4878 …method public static android.support.v4.graphics.drawable.RoundedBitmapDrawable create(android.con…
4879 …method public static android.support.v4.graphics.drawable.RoundedBitmapDrawable create(android.con…
D23.2.1.txt4196 public abstract class RoundedBitmapDrawable extends android.graphics.drawable.Drawable {
4219 …method public static android.support.v4.graphics.drawable.RoundedBitmapDrawable create(android.con…
4220 …method public static android.support.v4.graphics.drawable.RoundedBitmapDrawable create(android.con…
4221 …method public static android.support.v4.graphics.drawable.RoundedBitmapDrawable create(android.con…
D23.1.0.txt3874 public abstract class RoundedBitmapDrawable extends android.graphics.drawable.Drawable {
3898 …method public static android.support.v4.graphics.drawable.RoundedBitmapDrawable create(android.con…
3899 …method public static android.support.v4.graphics.drawable.RoundedBitmapDrawable create(android.con…
3900 …method public static android.support.v4.graphics.drawable.RoundedBitmapDrawable create(android.con…
D23.1.1.txt3830 public abstract class RoundedBitmapDrawable extends android.graphics.drawable.Drawable {
3854 …method public static android.support.v4.graphics.drawable.RoundedBitmapDrawable create(android.con…
3855 …method public static android.support.v4.graphics.drawable.RoundedBitmapDrawable create(android.con…
3856 …method public static android.support.v4.graphics.drawable.RoundedBitmapDrawable create(android.con…
/frameworks/support/jetifier/jetifier/core/src/main/resources/
Ddefault.generated.config3511 …android/support/v4/graphics/drawable/RoundedBitmapDrawable": "androidx/core/graphics/drawable/Roun…

12