Home
last modified time | relevance | path

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

/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/
DFastBitmapDrawable.java47 public class FastBitmapDrawable extends Drawable implements Drawable.Callback { class
80 @VisibleForTesting protected static final FloatProperty<FastBitmapDrawable> SCALE
81 = new FloatProperty<FastBitmapDrawable>("scale") {
83 public Float get(FastBitmapDrawable fastBitmapDrawable) {
88 public void setValue(FastBitmapDrawable fastBitmapDrawable, float value) {
101 protected FastBitmapDrawable(Bitmap b, int iconColor) { in FastBitmapDrawable() method in FastBitmapDrawable
105 public FastBitmapDrawable(Bitmap b) { in FastBitmapDrawable() method in FastBitmapDrawable
109 public FastBitmapDrawable(BitmapInfo info) { in FastBitmapDrawable() method in FastBitmapDrawable
304 if (mBadge instanceof FastBitmapDrawable fbd) { in setIsDisabled()
451 protected FastBitmapDrawable createDrawable() { in createDrawable()
[all …]
DBitmapInfo.java149 public FastBitmapDrawable newIcon(Context context) { in newIcon()
156 public FastBitmapDrawable newIcon(Context context, @DrawableCreationFlags int creationFlags) { in newIcon()
168 public FastBitmapDrawable newIcon(Context context, @DrawableCreationFlags int creationFlags, in newIcon()
170 FastBitmapDrawable drawable; in newIcon()
176 drawable = new FastBitmapDrawable(this); in newIcon()
182 protected void applyFlags(Context context, FastBitmapDrawable drawable, in applyFlags()
DThemedBitmap.kt28 fun newDrawable(info: BitmapInfo, context: Context): FastBitmapDrawable in newDrawable()
DClockDrawableWrapper.java286 public FastBitmapDrawable newIcon(Context context, in newIcon()
311 FastBitmapDrawable d = cs.newDrawable(); in newIcon()
328 private static class ClockIconDrawable extends FastBitmapDrawable implements Runnable {
474 public FastBitmapDrawable createDrawable() { in createDrawable()
DPlaceHolderIconDrawable.java37 public class PlaceHolderIconDrawable extends FastBitmapDrawable {
/frameworks/base/packages/SystemUI/multivalentTests/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/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/mono/
DMonoThemedBitmap.kt22 import com.android.launcher3.icons.FastBitmapDrawable
33 override fun newDrawable(info: BitmapInfo, context: Context): FastBitmapDrawable { in newDrawable()
DThemedIconDrawable.kt26 import com.android.launcher3.icons.FastBitmapDrawable
31 FastBitmapDrawable(constantState.getBitmapInfo()) {
/frameworks/base/core/java/android/app/
DWallpaperManager.java452 static class FastBitmapDrawable extends Drawable { class in WallpaperManager
460 private FastBitmapDrawable(Bitmap bitmap) { in FastBitmapDrawable() method in WallpaperManager.FastBitmapDrawable
1423 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