Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/controls/
DControl.java119 private final @Nullable ColorStateList mCustomColor; field in Control
172 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.StatelessBuilder
454 mCustomColor = control.mCustomColor; in StatelessBuilder()
568 mCustomColor = customColor; in setCustomColor()
[all …]