Home
last modified time | relevance | path

Searched refs:DrawableCreationFlags (Results 1 – 3 of 3) sorted by relevance

/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/
DBitmapInfo.java56 public @interface DrawableCreationFlags {} annotation in BitmapInfo
73 public @DrawableCreationFlags int creationFlags;
156 public FastBitmapDrawable newIcon(Context context, @DrawableCreationFlags int creationFlags) { in newIcon()
168 public FastBitmapDrawable newIcon(Context context, @DrawableCreationFlags int creationFlags, in newIcon()
183 @DrawableCreationFlags int creationFlags, @Nullable Path badgeShape) { in applyFlags()
DFastBitmapDrawable.java45 import com.android.launcher3.icons.BitmapInfo.DrawableCreationFlags;
77 @DrawableCreationFlags int mCreationFlags = 0;
441 @DrawableCreationFlags int mCreationFlags = 0;
DClockDrawableWrapper.java287 @DrawableCreationFlags int creationFlags, Path badgeShape) { in newIcon()