Home
last modified time | relevance | path

Searched refs:FastBitmapDrawable (Results 1 – 9 of 9) sorted by relevance

/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/
DFastBitmapDrawable.java47 public class FastBitmapDrawable extends Drawable implements Drawable.Callback { class
81 @VisibleForTesting protected static final FloatProperty<FastBitmapDrawable> SCALE
82 = new FloatProperty<FastBitmapDrawable>("scale") {
84 public Float get(FastBitmapDrawable fastBitmapDrawable) {
89 public void setValue(FastBitmapDrawable fastBitmapDrawable, float value) {
100 public FastBitmapDrawable(Bitmap b) { in FastBitmapDrawable() method in FastBitmapDrawable
104 public FastBitmapDrawable(BitmapInfo info) { in FastBitmapDrawable() method in FastBitmapDrawable
108 protected FastBitmapDrawable(Bitmap b, int iconColor) { in FastBitmapDrawable() method in FastBitmapDrawable
433 protected FastBitmapDrawable createDrawable() { in createDrawable()
434 return new FastBitmapDrawable(mBitmap, mIconColor); in createDrawable()
[all …]
DBitmapInfo.java135 public FastBitmapDrawable newIcon(Context context) { in newIcon()
142 public FastBitmapDrawable newIcon(Context context, @DrawableCreationFlags int creationFlags) { in newIcon()
143 FastBitmapDrawable drawable; in newIcon()
149 drawable = new FastBitmapDrawable(this); in newIcon()
155 protected void applyFlags(Context context, FastBitmapDrawable drawable, in applyFlags()
DThemedIconDrawable.java32 public class ThemedIconDrawable extends FastBitmapDrawable {
105 public FastBitmapDrawable createDrawable() { in createDrawable()
110 public static FastBitmapDrawable newDrawable(BitmapInfo info, Context context) { in newDrawable()
DClockDrawableWrapper.java325 public FastBitmapDrawable newIcon(Context context, in newIcon()
350 FastBitmapDrawable d = cs.newDrawable(); in newIcon()
367 private static class ClockIconDrawable extends FastBitmapDrawable implements Runnable {
513 public FastBitmapDrawable createDrawable() { in createDrawable()
DPlaceHolderIconDrawable.java35 public class PlaceHolderIconDrawable extends FastBitmapDrawable {
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/mediaprojection/appselector/data/
DBasicPackageManagerAppIconLoaderTest.kt25 import com.android.launcher3.icons.FastBitmapDrawable
62 private fun givenIcon(component: ComponentName, userId: Int, icon: FastBitmapDrawable) { in givenIcon()
68 private fun createIcon(): FastBitmapDrawable =
69 FastBitmapDrawable(Bitmap.createBitmap(10, 10, Bitmap.Config.ARGB_8888))
/frameworks/base/core/java/android/app/
DWallpaperManager.java412 static class FastBitmapDrawable extends Drawable { class in WallpaperManager
420 private FastBitmapDrawable(Bitmap bitmap) { in FastBitmapDrawable() method in WallpaperManager.FastBitmapDrawable
1377 return new FastBitmapDrawable(bm); in getFastDrawable()
/frameworks/base/packages/SystemUI/src/com/android/systemui/people/
DPeopleTileViewHelper.java36 import static com.android.launcher3.icons.FastBitmapDrawable.getDisabledColorFilter;
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt9561 Landroid/app/WallpaperManager$FastBitmapDrawable;-><init>(Landroid/graphics/Bitmap;)V
9562 Landroid/app/WallpaperManager$FastBitmapDrawable;->mBitmap:Landroid/graphics/Bitmap;
9563 Landroid/app/WallpaperManager$FastBitmapDrawable;->mDrawLeft:I
9564 Landroid/app/WallpaperManager$FastBitmapDrawable;->mDrawTop:I
9565 Landroid/app/WallpaperManager$FastBitmapDrawable;->mHeight:I
9566 Landroid/app/WallpaperManager$FastBitmapDrawable;->mPaint:Landroid/graphics/Paint;
9567 Landroid/app/WallpaperManager$FastBitmapDrawable;->mWidth:I