Home
last modified time | relevance | path

Searched defs:colorInt (Results 1 – 5 of 5) sorted by relevance

/packages/apps/AvatarPicker/src/main/java/com/android/avatarpicker/data/entity/
DResourceEntity.kt26 @ColorInt val colorInt: Int? = null constant in com.android.avatarpicker.data.entity.ResourceEntity
/packages/apps/Settings/src/com/android/settings/accessibility/
DScreenFlashNotificationColor.java44 ScreenFlashNotificationColor(@ColorInt int colorInt, @StringRes int stringRes) { in ScreenFlashNotificationColor()
DFlashNotificationsUtil.java90 static ScreenFlashNotificationColor getScreenColor(@ColorInt int colorInt) in getScreenColor()
/packages/apps/Settings/src/com/android/settings/fuelgauge/batteryusage/
DBatteryTipsCardPreference.java141 final int colorInt = getContext().getColor(mButtonColorResourceId); in onBindViewHolder() local
/packages/apps/ThemePicker/src/com/android/customization/model/color/
DColorProvider.kt190 for ((i, colorInt) in seedColors.drop(1).take(maxColors - 1).withIndex()) { in buildColorSeeds() constant