Searched refs:hexColorString (Results 1 – 2 of 2) sorted by relevance
19 import static com.android.systemui.util.ColorUtilKt.hexColorString;312 pw.println("mTintColor: " + hexColorString(mTintColor)); in dump()313 pw.println("mRippleColor: " + hexColorString(mRippleColor)); in dump()
60 fun hexColorString(@ColorInt color: Int?): String = color regex