Searched refs:customAttrs (Results 1 – 2 of 2) sorted by relevance
52 val customAttrs = intArrayOf(privAttrId) in getColorWithAlpha() constant53 a = ctw.obtainStyledAttributes(customAttrs) in getColorWithAlpha()
127 int[] customAttrs = {android.R.attr.colorControlNormal}; in reloadColors() local129 @SuppressLint("ResourceType") TypedArray a = ctw.obtainStyledAttributes(customAttrs); in reloadColors()