HomeSort by relevance Sort by last modified time
    Searched refs:newEndValue (Results 1 - 2 of 2) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
StackStateAnimator.java 401 float newEndValue = viewState.shadowAlpha;
402 if (previousEndValue != null && previousEndValue == newEndValue) {
412 float relativeDiff = newEndValue - previousEndValue;
414 values[0].setFloatValues(newStartValue, newEndValue);
416 child.setTag(TAG_END_SHADOW_ALPHA, newEndValue);
421 child.setShadowAlpha(newEndValue);
426 ValueAnimator animator = ValueAnimator.ofFloat(child.getShadowAlpha(), newEndValue);
453 child.setTag(TAG_END_SHADOW_ALPHA, newEndValue);
460 int newEndValue = viewState.height;
461 if (previousEndValue != null && previousEndValue == newEndValue) {
    [all...]
NotificationStackScrollLayout.java     [all...]

Completed in 99 milliseconds