Searched defs:DynamicColor (Results 1 – 3 of 3) sorted by relevance
71 fun DynamicColor.asLayoutColor(@ColorInt staticArgb: Int) = LayoutColor(staticArgb, this) method80 fun DynamicColor.asLayoutColor(@ColorInt staticArgb: Long) = LayoutColor(staticArgb.toInt(), this) method
572 message DynamicColor { message
6161 public interface DynamicColor extends DynamicType { interface in DynamicBuilders