Searched defs:isAnimatingSurface (Results 1 – 6 of 6) sorted by relevance
362 val isAnimatingSurface by collectLastValue(underTest.isAnimatingSurface) in notificationLaunchFromLockscreen_isAnimatingSurfaceTrue() constant386 val isAnimatingSurface by collectLastValue(underTest.isAnimatingSurface) in notificationLaunchFromGone_isAnimatingSurfaceFalse() constant410 val isAnimatingSurface by collectLastValue(underTest.isAnimatingSurface) in notificationLaunchFalse_isAnimatingSurfaceFalse() constant434 val isAnimatingSurface by collectLastValue(underTest.isAnimatingSurface) in notificationLaunchFromLockscreen_isAnimatingSurfaceTrue_scene_container() constant447 val isAnimatingSurface by collectLastValue(underTest.isAnimatingSurface) in notificationLaunchFromGone_isAnimatingSurfaceFalse_scene_container() constant469 val isAnimatingSurface by collectLastValue(underTest.isAnimatingSurface) in notificationLaunchFalse_isAnimatingSurfaceFalse_scene_container() constant
32 val isAnimatingSurface: Flow<Boolean> constant47 override val isAnimatingSurface = _isAnimatingSurface.asStateFlow() in setAnimatingSurface() constant in com.android.systemui.keyguard.data.repository.KeyguardSurfaceBehindRepositoryImpl
124 val isAnimatingSurface = in <lambda>() constant
162 ) { transition, isAnimatingSurface, isLaunchAnimationRunning -> in <lambda>() method187 ) { isInTransitionToGone, isOnGone, isAnimatingSurface, notifLaunchRunning -> in <lambda>() method
29 override val isAnimatingSurface = _isAnimatingSurface.asStateFlow() constant in com.android.systemui.keyguard.data.repository.FakeKeyguardSurfaceBehindRepository
59 private var isAnimatingSurface: Boolean? = null in <lambda>() variable in com.android.systemui.keyguard.ui.binder.KeyguardSurfaceBehindParamsApplierTest