Home
last modified time | relevance | path

Searched refs:lightContext (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/buttons/
H A DRotationContextButton.java36 public RotationContextButton(@IdRes int buttonResId, Context lightContext, in RotationContextButton() argument
38 super(buttonResId, lightContext, iconResId); in RotationContextButton()
H A DContextualButton.java43 public ContextualButton(@IdRes int buttonResId, Context lightContext, in ContextualButton() argument
46 mLightContext = lightContext; in ContextualButton()
H A DKeyButtonDrawable.java462 public static KeyButtonDrawable create(Context lightContext, Context darkContext, in create() argument
464 return create(lightContext, in create()
465 Utils.getColorAttrDefaultColor(lightContext, R.attr.singleToneColor), in create()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/
H A DNavigationHandle.java55 Context lightContext = new ContextThemeWrapper(context, dualToneLightTheme); in NavigationHandle() local
57 mLightColor = Utils.getColorAttrDefaultColor(lightContext, R.attr.homeHandleColor); in NavigationHandle()
H A DNavigationBarEdgePanel.java556 Context lightContext = new ContextThemeWrapper(context, dualToneLightTheme); in loadColors() local
558 mArrowColorLight = Utils.getColorAttrDefaultColor(lightContext, R.attr.singleToneColor); in loadColors()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/ui/
H A DInvocationLightsView.java109 Context lightContext = new ContextThemeWrapper(mContext, dualToneLightTheme); in InvocationLightsView() local
111 mLightColor = Utils.getColorAttrDefaultColor(lightContext, R.attr.singleToneColor); in InvocationLightsView()