Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DStatusBarIconView.java758 float currentAmount = getIconAppearAmount(); in setVisibleState() local
759 if (targetAmount != currentAmount) { in setVisibleState()
761 currentAmount, targetAmount); in setVisibleState()
782 currentAmount = getDotAppearAmount(); in setVisibleState()
783 if (targetAmount != currentAmount) { in setVisibleState()
785 currentAmount, targetAmount); in setVisibleState()