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 322 int newEndValue = viewState.height;
323 if (previousEndValue != null && previousEndValue == newEndValue) {
333 int relativeDiff = newEndValue - previousEndValue;
335 values[0].setIntValues(newStartValue, newEndValue);
337 child.setTag(TAG_END_HEIGHT, newEndValue);
342 child.setActualHeight(newEndValue, false);
347 ValueAnimator animator = ValueAnimator.ofInt(child.getActualHeight(), newEndValue);
374 child.setTag(TAG_END_HEIGHT, newEndValue);
381 int newEndValue = viewState.clipTopAmount;
382 if (previousEndValue != null && previousEndValue == newEndValue) {
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NotificationPanelView.java     [all...]

Completed in 55 milliseconds