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.java589 target.batteryLevelAlpha = getAlphaForVisibility(mBatteryLevel); in captureLayoutValues()
657 applyAlpha(mBatteryLevel, values.batteryLevelAlpha); in applyLayoutValues()
685 float batteryLevelAlpha; field in StatusBarHeaderView.LayoutValues
711 batteryLevelAlpha = v1.batteryLevelAlpha * (1 - t3) + v2.batteryLevelAlpha * t3; in interpoloate()