Home
last modified time | relevance | path

Searched refs:shouldBlendWithMainColor (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DScrimState.java213 public boolean shouldBlendWithMainColor() { in shouldBlendWithMainColor() method
348 public boolean shouldBlendWithMainColor() { in shouldBlendWithMainColor() method in ScrimState
H A DScrimController.java504 mScrimInFront.setBlendWithMainColor(state.shouldBlendWithMainColor()); in transitionTo()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/scrim/
H A DScrimView.java225 public boolean shouldBlendWithMainColor() { in shouldBlendWithMainColor() method in ScrimView
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DScrimControllerTest.java1763 mScrimInFront.shouldBlendWithMainColor()); in aodStateSetsFrontScrimToNotBlend()