Home
last modified time | relevance | path

Searched refs:mDozeTransitionCallback (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DLegacyLockIconViewControllerWithCoroutinesTest.kt103 mUnderTest.mDozeTransitionCallback.accept(1f) in testBurnInOffsetsUpdated_onDozeAmountChanged()
112 mUnderTest.mDozeTransitionCallback.accept(0f) in testBurnInOffsetsUpdated_onDozeAmountChanged()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DLegacyLockIconViewController.java170 final Consumer<Float> mDozeTransitionCallback = (Float value) -> { field in LegacyLockIconViewController
269 mDozeTransitionCallback); in setLockIconView()