Home
last modified time | relevance | path

Searched defs:getColorAttr (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/common/ui/
DConfigurationState.kt73 fun getColorAttr(@AttrRes id: Int, @ColorInt defaultValue: Int): Flow<Int> { in getColorAttr() method
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/
DUtils.java382 public static ColorStateList getColorAttr(Context context, int attr) { in getColorAttr() method in Utils