Searched refs:LOW_RES_ICON (Results 1 – 3 of 3) sorted by relevance
41 public static final Bitmap LOW_RES_ICON = Bitmap.createBitmap(1, 1, Config.ALPHA_8); field in BitmapInfo42 public static final BitmapInfo LOW_RES_INFO = fromBitmap(LOW_RES_ICON);61 return icon == null || icon == LOW_RES_ICON; in isNullOrLowRes()65 return LOW_RES_ICON == icon; in isLowRes()
19 import static com.android.launcher3.icons.BitmapInfo.LOW_RES_ICON;437 useLowResIcon ? LOW_RES_ICON : iconInfo.icon, iconInfo.color); in getEntryForPackageLocked()471 entry.bitmap = BitmapInfo.of(LOW_RES_ICON, setColorAlphaBound(c.getInt(0), 255)); in getEntryFromDB()
116 params.setAppIcon(BitmapInfo.LOW_RES_ICON); in testCustomProfileLoaded_with_widget()