Home
last modified time | relevance | path

Searched refs:startRevealAmountAnimator (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/data/repository/
DLightRevealScrimRepositoryTest.kt199 underTest.startRevealAmountAnimator(true, 500L) in <lambda>()
211 underTest.startRevealAmountAnimator(true, 500L) in <lambda>()
215 underTest.startRevealAmountAnimator(true, 500L) in <lambda>()
226 underTest.startRevealAmountAnimator(true, 500L) in <lambda>()
228 underTest.startRevealAmountAnimator(false, 500L) in <lambda>()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/keyguard/data/repository/
DFakeLightRevealScrimRepository.kt41 override fun startRevealAmountAnimator(reveal: Boolean, duration: Long) { in startRevealAmountAnimator() method in com.android.systemui.keyguard.data.repository.FakeLightRevealScrimRepository
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/
DLightRevealScrimRepository.kt68 fun startRevealAmountAnimator(reveal: Boolean, duration: Long = DEFAULT_REVEAL_DURATION) in <lambda>() method
148 override fun startRevealAmountAnimator(reveal: Boolean, duration: Long) { in startRevealAmountAnimator() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/
DLightRevealScrimInteractor.kt53 lightRevealScrimRepository.startRevealAmountAnimator(willBeRevealedInState(it.to)) in listenForStartedKeyguardTransitionStep()