Searched defs:setAnimatingSurface (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/ | ||
D | KeyguardSurfaceBehindRepository.kt | 38 fun setAnimatingSurface(animating: Boolean) in setAnimatingSurface() method |
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/ | ||
D | KeyguardSurfaceBehindInteractor.kt | 124 fun setAnimatingSurface(animating: Boolean) { in <lambda>() method |
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/keyguard/data/repository/ | ||
D | FakeKeyguardSurfaceBehindRepository.kt | 34 override fun setAnimatingSurface(animating: Boolean) { in setAnimatingSurface() method in com.android.systemui.keyguard.data.repository.FakeKeyguardSurfaceBehindRepository |