Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DScrimControllerTest.java658 final float runningProgress = 0.2f; in lockscreenToHubTransition_setsBehindScrimAlpha() local
659 expectedAlpha = (1 - runningProgress) * ScrimState.KEYGUARD.getBehindAlpha(); in lockscreenToHubTransition_setsBehindScrimAlpha()
664 runningProgress, in lockscreenToHubTransition_setsBehindScrimAlpha()
704 final float runningProgress = 0.2f; in hubToLockscreenTransition_setsViewAlpha() local
705 expectedAlpha = runningProgress * ScrimState.KEYGUARD.getBehindAlpha(); in hubToLockscreenTransition_setsViewAlpha()
710 runningProgress, in hubToLockscreenTransition_setsViewAlpha()