Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DStatusBarIconView.java649 float targetAmount = 0.0f; in setVisibleState() local
652 targetAmount = 1.0f; in setVisibleState()
656 if (targetAmount != currentAmount) { in setVisibleState()
658 currentAmount, targetAmount); in setVisibleState()
672 targetAmount = visibleState == STATE_ICON ? 2.0f : 0.0f; in setVisibleState()
675 targetAmount = 1.0f; in setVisibleState()
679 if (targetAmount != currentAmount) { in setVisibleState()
681 currentAmount, targetAmount); in setVisibleState()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DStackStateAnimator.java465 public void animateOverScrollToAmount(float targetAmount, final boolean onTop, in animateOverScrollToAmount() argument
468 if (targetAmount == startOverScrollAmount) { in animateOverScrollToAmount()
473 targetAmount); in animateOverScrollToAmount()