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.java752 float targetAmount = 0.0f; in setVisibleState() local
755 targetAmount = 1.0f; in setVisibleState()
759 if (targetAmount != currentAmount) { in setVisibleState()
761 currentAmount, targetAmount); in setVisibleState()
776 targetAmount = visibleState == STATE_ICON ? 2.0f : 0.0f; in setVisibleState()
779 targetAmount = 1.0f; in setVisibleState()
783 if (targetAmount != currentAmount) { in setVisibleState()
785 currentAmount, targetAmount); in setVisibleState()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackStateAnimator.java488 public void animateOverScrollToAmount(float targetAmount, final boolean onTop, in animateOverScrollToAmount() argument
491 if (targetAmount == startOverScrollAmount) { in animateOverScrollToAmount()
496 targetAmount); in animateOverScrollToAmount()