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.java891 float currentAmount = getIconAppearAmount(); in setVisibleState() local
892 if (targetAmount != currentAmount) { in setVisibleState()
894 currentAmount, targetAmount); in setVisibleState()
915 currentAmount = getDotAppearAmount(); in setVisibleState()
916 if (targetAmount != currentAmount) { in setVisibleState()
918 currentAmount, targetAmount); in setVisibleState()