Home
last modified time | relevance | path

Searched refs:ATLEAST_OREO (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Permission/PermissionController/iconloaderlib/src/com/android/launcher3/icons/
DBaseIconFactory.java40 static final boolean ATLEAST_OREO = Build.VERSION.SDK_INT >= Build.VERSION_CODES.O; field in BaseIconFactory
137 if (!ATLEAST_OREO) return null; in createIconBitmap()
164 if (ATLEAST_OREO) { in createShapedIconBitmap()
191 (ATLEAST_OREO && iconAppTargetSdk >= Build.VERSION_CODES.O); in createBadgedIconBitmap()
197 (ATLEAST_OREO && iconAppTargetSdk >= Build.VERSION_CODES.O); in createScaledBitmapWithoutShadow()
219 if (ATLEAST_OREO && icon instanceof AdaptiveIconDrawable) { in createBadgedIconBitmap()
296 if (shrinkNonAdaptiveIcons && ATLEAST_OREO) { in normalizeAndWrapToAdaptiveIcon()
361 if (ATLEAST_OREO && icon instanceof AdaptiveIconDrawable) { in createIconBitmap()
DIconNormalizer.java241 if (BaseIconFactory.ATLEAST_OREO && d instanceof AdaptiveIconDrawable) { in getScale()