/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/ |
D | FastBitmapDrawable.java | 47 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 …]
|
D | BitmapInfo.java | 149 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()
|
D | ThemedBitmap.kt | 28 fun newDrawable(info: BitmapInfo, context: Context): FastBitmapDrawable in newDrawable()
|
D | ClockDrawableWrapper.java | 286 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()
|
D | PlaceHolderIconDrawable.java | 37 public class PlaceHolderIconDrawable extends FastBitmapDrawable {
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/mediaprojection/appselector/data/ |
D | BasicPackageManagerAppIconLoaderTest.kt | 25 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/ |
D | MonoThemedBitmap.kt | 22 import com.android.launcher3.icons.FastBitmapDrawable 33 override fun newDrawable(info: BitmapInfo, context: Context): FastBitmapDrawable { in newDrawable()
|
D | ThemedIconDrawable.kt | 26 import com.android.launcher3.icons.FastBitmapDrawable 31 FastBitmapDrawable(constantState.getBitmapInfo()) {
|
/frameworks/base/core/java/android/app/ |
D | WallpaperManager.java | 452 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/ |
D | PeopleTileViewHelper.java | 36 import static com.android.launcher3.icons.FastBitmapDrawable.getDisabledColorFilter;
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 9561 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
|