Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DScrimController.java1006 float behindFraction = getInterpolatedFraction(); in applyState() local
1007 behindFraction = (float) Math.pow(behindFraction, 0.8f); in applyState()
1009 mNotificationsAlpha = behindFraction * mDefaultScrimAlpha; in applyState()