Searched refs:getBehindAlpha (Results 1 – 3 of 3) sorted by relevance
295 mBehindAlpha = alphas.getBehindAlpha();311 final float baseAlpha = ScrimState.KEYGUARD.getBehindAlpha();983 mBehindAlpha = mState.getBehindAlpha(); in applyState()1112 float stateBehind = mClipsQsScrim ? state.getNotifAlpha() : state.getBehindAlpha(); in calculateBackStateForState()1220 float newBehindAlpha = mState.getBehindAlpha(); in setWakeLockScreenSensorActive()1722 float newBehindAlpha = mState.getBehindAlpha(); in setHasBackdrop()
407 public float getBehindAlpha() { in getBehindAlpha() method in ScrimState
646 float expectedAlpha = ScrimState.KEYGUARD.getBehindAlpha(); in lockscreenToHubTransition_setsBehindScrimAlpha()659 expectedAlpha = (1 - runningProgress) * ScrimState.KEYGUARD.getBehindAlpha(); in lockscreenToHubTransition_setsBehindScrimAlpha()705 expectedAlpha = runningProgress * ScrimState.KEYGUARD.getBehindAlpha(); in hubToLockscreenTransition_setsViewAlpha()718 expectedAlpha = finishedProgress * ScrimState.KEYGUARD.getBehindAlpha(); in hubToLockscreenTransition_setsViewAlpha()1985 .isWithin(0.01f).of(ScrimState.KEYGUARD.getBehindAlpha()); in setUnOccludingAnimationKeyguard()