Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/domain/interactor/
DKeyguardSurfaceBehindInteractorTest.kt235 val isAnimatingSurface by collectLastValue(underTest.isAnimatingSurface) in notificationLaunchFromLockscreen_isAnimatingSurfaceTrue() constant
258 val isAnimatingSurface by collectLastValue(underTest.isAnimatingSurface) in notificationLaunchFromGone_isAnimatingSurfaceFalse() constant
281 val isAnimatingSurface by collectLastValue(underTest.isAnimatingSurface) in notificationLaunchFalse_isAnimatingSurfaceFalse() 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.kt116 val isAnimatingSurface = in <lambda>() constant
DWindowManagerLockscreenVisibilityInteractor.kt160 ) { transition, isAnimatingSurface, isLaunchAnimationRunning -> in <lambda>() method
182 ) { isInTransitionToGone, finishedState, 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/tests/src/com/android/systemui/keyguard/ui/binder/
DKeyguardSurfaceBehindParamsApplierTest.kt57 private var isAnimatingSurface: Boolean? = null in <lambda>() variable in com.android.systemui.keyguard.ui.binder.KeyguardSurfaceBehindParamsApplierTest