Searched refs:mCustomColor (Results 1 – 1 of 1) sorted by relevance
119 private final @Nullable ColorStateList mCustomColor; field in Control172 mCustomColor = customColor; in Control()213 mCustomColor = ColorStateList.CREATOR.createFromParcel(in); in Control()215 mCustomColor = null; in Control()309 return mCustomColor; in getCustomColor()369 if (mCustomColor != null) { in writeToParcel()371 mCustomColor.writeToParcel(dest, flags); in writeToParcel()425 private @Nullable ColorStateList mCustomColor; field in Control.StatelessBuilder454 mCustomColor = control.mCustomColor; in StatelessBuilder()568 mCustomColor = customColor; in setCustomColor()[all …]