Home
last modified time | relevance | path

Searched refs:hexColorString (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationBackgroundView.java19 import static com.android.systemui.util.ColorUtilKt.hexColorString;
312 pw.println("mTintColor: " + hexColorString(mTintColor)); in dump()
313 pw.println("mRippleColor: " + hexColorString(mRippleColor)); in dump()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
H A DColorUtil.kt60 fun hexColorString(@ColorInt color: Int?): String = color regex