Home
last modified time | relevance | path

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

/core/core/src/main/java/androidx/core/app/
DNotificationChannelCompat.java63 int mLightColor = DEFAULT_LIGHT_COLOR; field in NotificationChannelCompat
200 mChannel.mLightColor = argb; in setLightColor()
282 mLightColor = Api26Impl.getLightColor(channel); in NotificationChannelCompat()
315 Api26Impl.setLightColor(channel, mLightColor); in getNotificationChannel()
335 .setLightColor(mLightColor) in toBuilder()
401 return mLightColor; in getLightColor()