Home
last modified time | relevance | path

Searched defs:isAnimatingSurface (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/
DKeyguardSurfaceBehindRepository.kt32 val isAnimatingSurface: Flow<Boolean> constant
41 override val isAnimatingSurface = _isAnimatingSurface.asStateFlow() in setAnimatingSurface() constant in com.android.systemui.keyguard.data.repository.KeyguardSurfaceBehindRepositoryImpl
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/
DKeyguardSurfaceBehindInteractor.kt57 val isAnimatingSurface = repository.isAnimatingSurface in <lambda>() constant
DWindowManagerLockscreenVisibilityInteractor.kt103 ) { isInTransitionToGone, finishedState, isAnimatingSurface -> in <lambda>() method
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/keyguard/data/repository/
DFakeKeyguardSurfaceBehindRepository.kt24 override val isAnimatingSurface = _isAnimatingSurface.asStateFlow() constant in com.android.systemui.keyguard.data.repository.FakeKeyguardSurfaceBehindRepository
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ui/binder/
DKeyguardSurfaceBehindParamsApplierTest.kt59 private var isAnimatingSurface: Boolean? = null in <lambda>() variable in com.android.systemui.keyguard.ui.binder.KeyguardSurfaceBehindParamsApplierTest