Home
last modified time | relevance | path

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

/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/
DFastBitmapDrawable.java37 public class FastBitmapDrawable extends Drawable { class
62 private static final Property<FastBitmapDrawable, Float> SCALE
63 = new Property<FastBitmapDrawable, Float>(Float.TYPE, "scale") {
65 public Float get(FastBitmapDrawable fastBitmapDrawable) {
70 public void set(FastBitmapDrawable fastBitmapDrawable, Float value) {
80 public FastBitmapDrawable(Bitmap b) { in FastBitmapDrawable() method in FastBitmapDrawable
84 public FastBitmapDrawable(BitmapInfo info) { in FastBitmapDrawable() method in FastBitmapDrawable
88 protected FastBitmapDrawable(Bitmap b, int iconColor) { in FastBitmapDrawable() method in FastBitmapDrawable
92 protected FastBitmapDrawable(Bitmap b, int iconColor, boolean isDisabled) { in FastBitmapDrawable() method in FastBitmapDrawable
305 public FastBitmapDrawable newDrawable() { in newDrawable()
[all …]
DBitmapInfo.java92 public FastBitmapDrawable newThemedIcon(Context context) { in newThemedIcon()
99 public FastBitmapDrawable newIcon(Context context) { in newIcon()
100 FastBitmapDrawable drawable = isLowRes() in newIcon()
102 : new FastBitmapDrawable(this); in newIcon()
DThemedIconDrawable.java56 public class ThemedIconDrawable extends FastBitmapDrawable {
126 public FastBitmapDrawable newDrawable() { in newDrawable()
146 public FastBitmapDrawable newThemedIcon(Context context) { in newThemedIcon()
148 FastBitmapDrawable drawable = new ThemedConstantState(this, colors[0], colors[1], false) in newThemedIcon()
DClockDrawableWrapper.java303 public FastBitmapDrawable newThemedIcon(Context context) { in newThemedIcon()
318 public FastBitmapDrawable newIcon(Context context) { in newIcon()
341 private static class ClockIconDrawable extends FastBitmapDrawable implements Runnable {
441 public FastBitmapDrawable newDrawable() { in newDrawable()
DPlaceHolderIconDrawable.java35 public class PlaceHolderIconDrawable extends FastBitmapDrawable {
/frameworks/base/core/java/android/app/
DWallpaperManager.java269 static class FastBitmapDrawable extends Drawable { class in WallpaperManager
277 private FastBitmapDrawable(Bitmap bitmap) { in FastBitmapDrawable() method in WallpaperManager.FastBitmapDrawable
970 return new FastBitmapDrawable(bm); in getFastDrawable()
987 return new FastBitmapDrawable(bm); in peekFastDrawable()
/frameworks/base/packages/SystemUI/src/com/android/systemui/people/
DPeopleTileViewHelper.java78 import com.android.launcher3.icons.FastBitmapDrawable;
1381 FastBitmapDrawable drawable = new FastBitmapDrawable(appIconAsBitmap); in convertDrawableToDisabledBitmap()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt9633 Landroid/app/WallpaperManager$FastBitmapDrawable;-><init>(Landroid/graphics/Bitmap;)V
9634 Landroid/app/WallpaperManager$FastBitmapDrawable;->mBitmap:Landroid/graphics/Bitmap;
9635 Landroid/app/WallpaperManager$FastBitmapDrawable;->mDrawLeft:I
9636 Landroid/app/WallpaperManager$FastBitmapDrawable;->mDrawTop:I
9637 Landroid/app/WallpaperManager$FastBitmapDrawable;->mHeight:I
9638 Landroid/app/WallpaperManager$FastBitmapDrawable;->mPaint:Landroid/graphics/Paint;
9639 Landroid/app/WallpaperManager$FastBitmapDrawable;->mWidth:I