Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
H A DColorUtil.kt39 ctw: ContextThemeWrapper,
53 a = ctw.obtainStyledAttributes(customAttrs)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A 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()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleExpandedView.java467 ContextThemeWrapper ctw = new ContextThemeWrapper(getContext(), in updateDimensions() local
469 mManageButton = (AlphaOptimizedButton) LayoutInflater.from(ctw).inflate( in updateDimensions()