Searched defs:getColorAttr (Results 1 – 2 of 2) sorted by relevance
73 fun getColorAttr(@AttrRes id: Int, @ColorInt defaultValue: Int): Flow<Int> { in getColorAttr() method in com.android.systemui.common.ui.ConfigurationState
382 public static ColorStateList getColorAttr(Context context, int attr) { in getColorAttr() method in Utils