Searched refs:isNullOrLowRes (Results 1 – 7 of 7) sorted by relevance
60 public final boolean isNullOrLowRes() { in isNullOrLowRes() method in BitmapInfo73 if (isNullOrLowRes()) { in toByteArray()
156 if (isNullOrLowRes()) { in toByteArray()
151 assertFalse(info.bitmap.isNullOrLowRes()); in verifyUpdate()153 assertTrue(info.bitmap.isNullOrLowRes()); in verifyUpdate()
164 .that(items[index].bitmap.isNullOrLowRes) in verifyHighRes()172 .that(items[index].bitmap.isNullOrLowRes) in verifyLowRes()
96 w.bitmap != null && (w.bitmap.isNullOrLowRes() || !isDefaultIcon(w.bitmap, w.user));275 if (bitmapInfo.isNullOrLowRes()) { in getShortcutIcon()377 } else if (useLowResIcon || !entry.bitmap.isNullOrLowRes() in getTitleAndIcon()378 || infoInOut.bitmap.isNullOrLowRes()) { in getTitleAndIcon()
255 if (entry == null || entry.bitmap.isNullOrLowRes()) { in addIconToDBAndMemCache()266 if (entry.bitmap.isNullOrLowRes()) return; in addIconToDBAndMemCache()
600 if (mItem == null || info.bitmap.isNullOrLowRes()) {