Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/badge/
DBadgeInfo.java63 private Shader mNotificationIcon; field in BadgeInfo
115 mNotificationIcon = null; in setNotificationToShow()
132 if (mNotificationIcon == null) { in getNotificationIconForBadge()
141 mNotificationIcon = new BitmapShader(iconBitmap, Shader.TileMode.CLAMP, in getNotificationIconForBadge()
144 return mNotificationIcon; in getNotificationIconForBadge()