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.java757 float currentAmount = getIconAppearAmount(); in setVisibleState() local
758 if (targetAmount != currentAmount) { in setVisibleState()
760 currentAmount, targetAmount); in setVisibleState()
781 currentAmount = getDotAppearAmount(); in setVisibleState()
782 if (targetAmount != currentAmount) { in setVisibleState()
784 currentAmount, targetAmount); in setVisibleState()