Home
last modified time | relevance | path

Searched refs:isNullOrLowRes (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Permission/PermissionController/iconloaderlib/src/com/android/launcher3/icons/
DBitmapInfo.java60 public final boolean isNullOrLowRes() { in isNullOrLowRes() method in BitmapInfo
73 if (isNullOrLowRes()) { in toByteArray()
DThemedIconDrawable.java156 if (isNullOrLowRes()) { in toByteArray()
/packages/apps/Launcher3/tests/src/com/android/launcher3/model/
DCacheDataUpdatedTaskTest.java151 assertFalse(info.bitmap.isNullOrLowRes()); in verifyUpdate()
153 assertTrue(info.bitmap.isNullOrLowRes()); in verifyUpdate()
DFolderIconLoadTest.kt164 .that(items[index].bitmap.isNullOrLowRes) in verifyHighRes()
172 .that(items[index].bitmap.isNullOrLowRes) in verifyLowRes()
/packages/apps/Launcher3/src/com/android/launcher3/icons/
DIconCache.java96 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()
/packages/modules/Permission/PermissionController/iconloaderlib/src/com/android/launcher3/icons/cache/
DBaseIconCache.java255 if (entry == null || entry.bitmap.isNullOrLowRes()) { in addIconToDBAndMemCache()
266 if (entry.bitmap.isNullOrLowRes()) return; in addIconToDBAndMemCache()
/packages/apps/Launcher3/src/com/android/launcher3/widget/
DWidgetCell.java600 if (mItem == null || info.bitmap.isNullOrLowRes()) {