Searched defs:colorInt (Results 1 – 5 of 5) sorted by relevance
26 @ColorInt val colorInt: Int? = null constant in com.android.avatarpicker.data.entity.ResourceEntity
44 ScreenFlashNotificationColor(@ColorInt int colorInt, @StringRes int stringRes) { in ScreenFlashNotificationColor()
90 static ScreenFlashNotificationColor getScreenColor(@ColorInt int colorInt) in getScreenColor()
141 final int colorInt = getContext().getColor(mButtonColorResourceId); in onBindViewHolder() local
190 for ((i, colorInt) in seedColors.drop(1).take(maxColors - 1).withIndex()) { in buildColorSeeds() constant