Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/domain/interactor/
DKeyguardSurfaceBehindInteractorTest.kt362 val isAnimatingSurface by collectLastValue(underTest.isAnimatingSurface) in notificationLaunchFromLockscreen_isAnimatingSurfaceTrue() constant
386 val isAnimatingSurface by collectLastValue(underTest.isAnimatingSurface) in notificationLaunchFromGone_isAnimatingSurfaceFalse() constant
410 val isAnimatingSurface by collectLastValue(underTest.isAnimatingSurface) in notificationLaunchFalse_isAnimatingSurfaceFalse() constant
434 val isAnimatingSurface by collectLastValue(underTest.isAnimatingSurface) in notificationLaunchFromLockscreen_isAnimatingSurfaceTrue_scene_container() constant
447 val isAnimatingSurface by collectLastValue(underTest.isAnimatingSurface) in notificationLaunchFromGone_isAnimatingSurfaceFalse_scene_container() constant
469 val isAnimatingSurface by collectLastValue(underTest.isAnimatingSurface) in notificationLaunchFalse_isAnimatingSurfaceFalse_scene_container() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/
DKeyguardSurfaceBehindRepository.kt32 val isAnimatingSurface: Flow<Boolean> constant
47 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.kt124 val isAnimatingSurface = in <lambda>() constant
DWindowManagerLockscreenVisibilityInteractor.kt162 ) { transition, isAnimatingSurface, isLaunchAnimationRunning -> in <lambda>() method
187 ) { isInTransitionToGone, isOnGone, isAnimatingSurface, notifLaunchRunning -> in <lambda>() method
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/keyguard/data/repository/
DFakeKeyguardSurfaceBehindRepository.kt29 override val isAnimatingSurface = _isAnimatingSurface.asStateFlow() constant in com.android.systemui.keyguard.data.repository.FakeKeyguardSurfaceBehindRepository
/frameworks/base/packages/SystemUI/multivalentTests/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