Home
last modified time | relevance | path

Searched refs:setAnimatingSurface (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/
H A DKeyguardSurfaceBehindRepository.kt35 fun setAnimatingSurface(animating: Boolean) regex
43 override fun setAnimatingSurface(animating: Boolean) {
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/data/repository/
H A DKeyguardSurfaceBehindRepositoryImplTest.kt51 underTest.setAnimatingSurface(true)
53 underTest.setAnimatingSurface(false)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/
H A DKeyguardSurfaceBehindInteractor.kt86 fun setAnimatingSurface(animating: Boolean) { regex
87 repository.setAnimatingSurface(animating)
/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/keyguard/data/repository/
H A DFakeKeyguardSurfaceBehindRepository.kt26 override fun setAnimatingSurface(animating: Boolean) {
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ui/binder/
H A DKeyguardSurfaceBehindParamsApplierTest.kt76 .setAnimatingSurface(anyBoolean())
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/
H A DKeyguardSurfaceBehindParamsApplier.kt168 interactor.setAnimatingSurface(translateYSpring.isRunning || alphaAnimator.isRunning)