Searched defs:isAnimatingSurface (Results 1 – 6 of 6) sorted by relevance
235 val isAnimatingSurface by collectLastValue(underTest.isAnimatingSurface) in notificationLaunchFromLockscreen_isAnimatingSurfaceTrue() constant258 val isAnimatingSurface by collectLastValue(underTest.isAnimatingSurface) in notificationLaunchFromGone_isAnimatingSurfaceFalse() constant281 val isAnimatingSurface by collectLastValue(underTest.isAnimatingSurface) in notificationLaunchFalse_isAnimatingSurfaceFalse() constant
32 val isAnimatingSurface: Flow<Boolean> constant47 override val isAnimatingSurface = _isAnimatingSurface.asStateFlow() in setAnimatingSurface() constant in com.android.systemui.keyguard.data.repository.KeyguardSurfaceBehindRepositoryImpl
116 val isAnimatingSurface = in <lambda>() constant
160 ) { transition, isAnimatingSurface, isLaunchAnimationRunning -> in <lambda>() method182 ) { isInTransitionToGone, finishedState, isAnimatingSurface, notifLaunchRunning -> in <lambda>() method
29 override val isAnimatingSurface = _isAnimatingSurface.asStateFlow() constant in com.android.systemui.keyguard.data.repository.FakeKeyguardSurfaceBehindRepository
57 private var isAnimatingSurface: Boolean? = null in <lambda>() variable in com.android.systemui.keyguard.ui.binder.KeyguardSurfaceBehindParamsApplierTest