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.java655 float currentAmount = getIconAppearAmount(); in setVisibleState() local
656 if (targetAmount != currentAmount) { in setVisibleState()
658 currentAmount, targetAmount); in setVisibleState()
678 currentAmount = getDotAppearAmount(); in setVisibleState()
679 if (targetAmount != currentAmount) { in setVisibleState()
681 currentAmount, targetAmount); in setVisibleState()