Home
last modified time | relevance | path

Searched defs:startRevealAmountAnimator (Results 1 – 2 of 2) sorted by relevance

/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/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