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

Change-Id: I654665b065ad60414286ea16f7feae5054df604c
This commit is contained in:
Winson Chung
2011-02-23 17:07:10 -08:00
parent 199b299308
commit 03929773a4
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()) {