Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/
H A DLightRevealScrimRepository.kt31 import com.android.systemui.statusbar.LiftReveal
47 val DEFAULT_REVEAL_EFFECT = LiftReveal
127 else -> flowOf(LiftReveal)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DLightRevealScrim.kt52 object LiftReveal : LightRevealEffect { regex
282 var revealEffect: LightRevealEffect = LiftReveal
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DAuthRippleController.kt43 import com.android.systemui.statusbar.LiftReveal
238 lightRevealScrim.revealEffect = LiftReveal
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DCentralSurfacesImpl.java203 import com.android.systemui.statusbar.LiftReveal;
2727 mLightRevealScrim.setRevealEffect(LiftReveal.INSTANCE); in updateRevealEffect()