Searched refs:behindAlpha (Results 1 – 1 of 1) sorted by relevance
693 float behindAlpha = result.second; in applyState() local697 behindAlpha = MathUtils.lerp(behindAlpha, shadeResult.second, in applyState()704 mNotificationsAlpha = behindAlpha; in applyState()709 mBehindAlpha = behindAlpha; in applyState()756 float behindAlpha; in calculateBackStateForState() local759 behindAlpha = MathUtils.lerp(mDefaultScrimAlpha, stateBehind, in calculateBackStateForState()762 behindAlpha = MathUtils.lerp(0 /* start */, stateBehind, in calculateBackStateForState()773 behindAlpha = MathUtils.lerp(behindAlpha, mDefaultScrimAlpha, mQsExpansion); in calculateBackStateForState()778 return new Pair<>(behindTint, behindAlpha); in calculateBackStateForState()