Home
last modified time | relevance | path

Searched refs:BGCOLOR (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DImmersiveModeConfirmation.java262 private static final int BGCOLOR = 0x80000000; field in ImmersiveModeConfirmation.ClingWindowView
357 mColorAnim = ValueAnimator.ofObject(new ArgbEvaluator(), 0, BGCOLOR); in onAttachedToWindow()
371 mColor.setColor(BGCOLOR); in onAttachedToWindow()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DImmersiveModeConfirmation.java342 private static final int BGCOLOR = 0x80000000; field in ImmersiveModeConfirmation.ClingWindowView
452 mColorAnim = ValueAnimator.ofObject(new ArgbEvaluator(), 0, BGCOLOR); in onAttachedToWindow()
466 mColor.setColor(BGCOLOR); in onAttachedToWindow()