Searched refs:FLAG_THEMED (Results 1 – 3 of 3) sorted by relevance
44 public static final int FLAG_THEMED = 1 << 0; field in BitmapInfo48 FLAG_THEMED,146 } else if ((creationFlags & FLAG_THEMED) != 0 && mMono != null) { in newIcon()160 Drawable badge = getBadgeDrawable(context, (creationFlags & FLAG_THEMED) != 0, in applyFlags()178 int creationFlag = isThemed ? FLAG_THEMED : 0; in getBadgeDrawable()
21 import static com.android.launcher3.icons.BitmapInfo.FLAG_THEMED;169 return isThemed() || (mCreationFlags & FLAG_THEMED) != 0; in isCreatedForTheme()
331 if ((creationFlags & FLAG_THEMED) != 0 && themeData != null) { in newIcon()