Home
last modified time | relevance | path

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

/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/util/
DNoLocaleSQLiteHelper.java36 private static final boolean ATLEAST_P = field in NoLocaleSQLiteHelper
40 super(ATLEAST_P ? context : new NoLocalContext(context), name, null, version); in NoLocaleSQLiteHelper()
41 if (ATLEAST_P) { in NoLocaleSQLiteHelper()
/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/
DBaseIconFactory.java37 static final boolean ATLEAST_P = Build.VERSION.SDK_INT >= Build.VERSION_CODES.P; field in BaseIconFactory
141 boolean shrinkNonAdaptiveIcons = ATLEAST_P || in createBadgedIconBitmap()
147 boolean shrinkNonAdaptiveIcons = ATLEAST_P || in createScaledBitmapWithoutShadow()