Add ability to swipe from apps to widgets in AllAppsCustomize (issue 5453016)

Change-Id: I4d725cf1ee11d67f5149dbd0edbcb2e0af3b80ee
This commit is contained in:
Adam Cohen
2011-10-14 14:58:00 -07:00
parent 3f74f0cbc6
commit 0cd3b64e60
3 changed files with 157 additions and 186 deletions
+4
View File
@@ -1685,6 +1685,10 @@ public abstract class PagedView extends ViewGroup {
}
if (mContentIsRefreshable) {
// Force all scrolling-related behavior to end
mScroller.forceFinished(true);
mNextPage = INVALID_PAGE;
// Update all the pages
syncPages();