Home
last modified time | relevance | path

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

/packages/modules/Permission/PermissionController/iconloaderlib/src/com/android/launcher3/icons/
DBaseIconFactory.java66 private static int PLACEHOLDER_BACKGROUND_COLOR = Color.rgb(240, 240, 240); field in BaseIconFactory
81 mTextPaint.setColor(PLACEHOLDER_BACKGROUND_COLOR); in BaseIconFactory()
145 new ColorDrawable(PLACEHOLDER_BACKGROUND_COLOR), in createIconBitmap()