-
public interface DeferredColorA wrapper for resolving a ColorInt color on demand.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classDeferredColor.ConstantA wrapper for a constant color value.
public final classDeferredColor.ResourceA wrapper for a ColorRes.
public final classDeferredColor.AttributeA wrapper for a AttrRes reference to a color.
-
Method Summary
Modifier and Type Method Description abstract Integerresolve(Context context)Resolve the ColorInt color. abstract ColorStateListresolveToStateList(Context context)Resolve the color to a ColorStateList. -
-
Method Detail
-
resolveToStateList
abstract ColorStateList resolveToStateList(Context context)
Resolve the color to a ColorStateList.
-
-
-
-