Searched refs:lightContext (Results 1 – 6 of 6) sorted by relevance
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/buttons/ |
H A D | RotationContextButton.java | 36 public RotationContextButton(@IdRes int buttonResId, Context lightContext, in RotationContextButton() argument 38 super(buttonResId, lightContext, iconResId); in RotationContextButton()
|
H A D | ContextualButton.java | 43 public ContextualButton(@IdRes int buttonResId, Context lightContext, in ContextualButton() argument 46 mLightContext = lightContext; in ContextualButton()
|
H A D | KeyButtonDrawable.java | 462 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 D | NavigationHandle.java | 55 Context lightContext = new ContextThemeWrapper(context, dualToneLightTheme); in NavigationHandle() local 57 mLightColor = Utils.getColorAttrDefaultColor(lightContext, R.attr.homeHandleColor); in NavigationHandle()
|
H A D | NavigationBarEdgePanel.java | 556 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 D | InvocationLightsView.java | 109 Context lightContext = new ContextThemeWrapper(mContext, dualToneLightTheme); in InvocationLightsView() local 111 mLightColor = Utils.getColorAttrDefaultColor(lightContext, R.attr.singleToneColor); in InvocationLightsView()
|