Searched refs:PaintDrawable (Results 1 – 12 of 12) sorted by relevance
30 public class PaintDrawable extends ShapeDrawable { class32 public PaintDrawable() { in PaintDrawable() method in PaintDrawable35 public PaintDrawable(int color) { in PaintDrawable() method in PaintDrawable
19 import android.graphics.drawable.PaintDrawable;40 getGridView().setSelector(new PaintDrawable(0xFFFF0000)); in onCreate()
22 import android.graphics.drawable.PaintDrawable139 PaintDrawable(backgroundColor).apply {
33 import android.graphics.drawable.PaintDrawable;288 if (icon instanceof PaintDrawable) { in createIconThumbnail()289 PaintDrawable painter = (PaintDrawable) icon; in createIconThumbnail()
22 import android.graphics.drawable.PaintDrawable159 get() = (overlayDrawable as PaintDrawable).paint.color
25 import android.graphics.drawable.PaintDrawable44 var mBackgroundDrawable = PaintDrawable(Color.WHITE)
2254 android.graphics.drawable.PaintDrawable
25038 Landroid/graphics/drawable/PaintDrawable;
2258 android.graphics.drawable.PaintDrawable
35145 Landroid/graphics/drawable/PaintDrawable;
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
17231 public class PaintDrawable extends android.graphics.drawable.ShapeDrawable {17232 ctor public PaintDrawable();17233 ctor public PaintDrawable(int);