Searched refs:FLAG_INSTANT (Results 1 – 2 of 2) sorted by relevance
33 public static final int FLAG_INSTANT = 1 << 1; field in BitmapInfo38 FLAG_INSTANT,186 } else if ((flags & FLAG_INSTANT) != 0) { in getBadgeDrawable()
8 import static com.android.launcher3.icons.BitmapInfo.FLAG_INSTANT;254 op = op.addFlag(FLAG_INSTANT); in getBitmapFlagOp()