Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
DColorUtil.kt52 val customAttrs = intArrayOf(privAttrId) in getColorWithAlpha() constant
53 a = ctw.obtainStyledAttributes(customAttrs) in getColorWithAlpha()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DNumPadAnimator.java127 int[] customAttrs = {android.R.attr.colorControlNormal}; in reloadColors() local
129 @SuppressLint("ResourceType") TypedArray a = ctw.obtainStyledAttributes(customAttrs); in reloadColors()