am 75bf1fe9: Merge "Fixed panel top padding animation regression" into lmp-preview-dev

* commit '75bf1fe9132cb97c073e53b034d10807e602da4e':
  Fixed panel top padding animation regression
This commit is contained in:
Selim Cinek
2014-06-04 20:52:55 +00:00
committed by Android Git Automerger

View File

@@ -227,7 +227,6 @@ public class NotificationPanelView extends PanelView implements
}
mNotificationStackScroller.setIntrinsicPadding(stackScrollerPadding);
requestScrollerTopPaddingUpdate(animateClock);
mAnimateNextTopPaddingChange = false;
}
private void startClockAnimation(int y) {
@@ -591,6 +590,7 @@ public class NotificationPanelView extends PanelView implements
mNotificationStackScroller.updateTopPadding(mQsExpansionHeight,
mScrollView.getScrollY(),
mAnimateNextTopPaddingChange || animate);
mAnimateNextTopPaddingChange = false;
}
private void trackMovement(MotionEvent event) {