Searched refs:ctw (Results 1 – 3 of 3) sorted by relevance
39 ctw: ContextThemeWrapper,53 a = ctw.obtainStyledAttributes(customAttrs)
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()
467 ContextThemeWrapper ctw = new ContextThemeWrapper(getContext(), in updateDimensions() local469 mManageButton = (AlphaOptimizedButton) LayoutInflater.from(ctw).inflate( in updateDimensions()