Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DFeatureFlags.java93 public boolean isNewKeyguardSwipeAnimationEnabled() { in isNewKeyguardSwipeAnimationEnabled() method in FeatureFlags
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardUnlockAnimationController.kt351 if (!featureFlags.isNewKeyguardSwipeAnimationEnabled) { in <lambda>()