Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/shared/model/
DKeyguardSurfaceBehindModel.kt55 fun willAnimateTranslationY(): Boolean { in willAnimateTranslationY() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/
DKeyguardSurfaceBehindParamsApplier.kt160 if (viewParams.willAnimateTranslationY()) { in <lambda>()