Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DScrimController.java1112 float stateBehind = mClipsQsScrim ? state.getNotifAlpha() : state.getBehindAlpha(); in calculateBackStateForState() local
1116 behindAlpha = MathUtils.lerp(mDefaultScrimAlpha, stateBehind, in calculateBackStateForState()
1119 behindAlpha = MathUtils.lerp(0 /* start */, stateBehind, in calculateBackStateForState()