Merge "Merge "Fixed a screen flickering on tablets" into nyc-dev am: ce80acd73a am: be80263275" into nyc-mr1-dev-plus-aosp
This commit is contained in:
committed by
Android (Google) Code Review
commit
4713c4079d
@@ -1757,6 +1757,9 @@ public class NotificationStackScrollLayout extends ViewGroup
|
||||
}
|
||||
|
||||
private void startBackgroundAnimation() {
|
||||
// left and right are always instantly applied
|
||||
mCurrentBounds.left = mBackgroundBounds.left;
|
||||
mCurrentBounds.right = mBackgroundBounds.right;
|
||||
startBottomAnimation();
|
||||
startTopAnimation();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user