Home
last modified time | relevance | path

Searched refs:ctw (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
DColorUtil.kt39 ctw: ContextThemeWrapper, in getColorWithAlpha()
53 a = ctw.obtainStyledAttributes(customAttrs) in getColorWithAlpha()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DNumPadAnimator.java128 ContextThemeWrapper ctw = new ContextThemeWrapper(context, mStyle); in reloadColors() local
129 @SuppressLint("ResourceType") TypedArray a = ctw.obtainStyledAttributes(customAttrs); in reloadColors()
130 mNormalBackgroundColor = getPrivateAttrColorIfUnset(ctw, a, 0, 0, in reloadColors()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleExpandedView.java500 ContextThemeWrapper ctw = new ContextThemeWrapper(getContext(), in updateManageButtonIfExists() local
502 mManageButton = (AlphaOptimizedButton) LayoutInflater.from(ctw).inflate( in updateManageButtonIfExists()