Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarHeaderView.java566 target.batteryLevelAlpha = getAlphaForVisibility(mBatteryLevel); in captureLayoutValues()
632 applyAlpha(mBatteryLevel, values.batteryLevelAlpha); in applyLayoutValues()
660 float batteryLevelAlpha; field in StatusBarHeaderView.LayoutValues
686 batteryLevelAlpha = v1.batteryLevelAlpha * (1 - t3) + v2.batteryLevelAlpha * t3; in interpoloate()