Searched refs:ctw (Results 1 – 3 of 3) sorted by relevance
39 ctw: ContextThemeWrapper, in getColorWithAlpha()53 a = ctw.obtainStyledAttributes(customAttrs) in getColorWithAlpha()
128 ContextThemeWrapper ctw = new ContextThemeWrapper(context, mStyle); in reloadColors() local129 @SuppressLint("ResourceType") TypedArray a = ctw.obtainStyledAttributes(customAttrs); in reloadColors()130 mNormalBackgroundColor = getPrivateAttrColorIfUnset(ctw, a, 0, 0, in reloadColors()
500 ContextThemeWrapper ctw = new ContextThemeWrapper(getContext(), in updateManageButtonIfExists() local502 mManageButton = (AlphaOptimizedButton) LayoutInflater.from(ctw).inflate( in updateManageButtonIfExists()