Merge "Fixing issue where flinging the Customize tray would scroll to the incorrect page after update."

This commit is contained in:
Winson Chung
2011-02-24 10:02:08 -08:00
committed by Android (Google) Code Review
2 changed files with 13 additions and 1 deletions
+5
View File
@@ -500,6 +500,11 @@ public abstract class PagedView extends ViewGroup {
}
}
protected void forceUpdateAdjacentPagesAlpha() {
mDirtyPageAlpha = true;
updateAdjacentPagesAlpha();
}
protected void updateAdjacentPagesAlpha() {
if (mFadeInAdjacentScreens) {
if (mDirtyPageAlpha || (mTouchState == TOUCH_STATE_SCROLLING) || !mScroller.isFinished()) {