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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
StackStateAnimator.java 334 int newStartValue = previousStartValue + relativeDiff;
335 values[0].setIntValues(newStartValue, newEndValue);
336 child.setTag(TAG_START_HEIGHT, newStartValue);
393 int newStartValue = previousStartValue + relativeDiff;
394 values[0].setIntValues(newStartValue, newEndValue);
395 child.setTag(TAG_START_TOP_INSET, newStartValue);
451 float newStartValue = previousStartValue + relativeDiff;
452 values[0].setFloatValues(newStartValue, newEndValue);
453 child.setTag(TAG_START_ALPHA, newStartValue);
530 float newStartValue = previousStartValue + relativeDiff
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NotificationPanelView.java     [all...]

Completed in 405 milliseconds