Searched refs:ATLEAST_OREO (Results 1 – 2 of 2) sorted by relevance
40 static final boolean ATLEAST_OREO = Build.VERSION.SDK_INT >= Build.VERSION_CODES.O; field in BaseIconFactory137 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()
241 if (BaseIconFactory.ATLEAST_OREO && d instanceof AdaptiveIconDrawable) { in getScale()