Merge changes Ida9603e3,I3dfa45cc into jb-ub-now-jolly-elf

* changes:
  Initialize FastBitmapDrawable bounds with default bitmap dimensions.
  Updating LauncherModel filtering to use screen ids. (Bug 11685286)
This commit is contained in:
Winson Chung
2013-11-18 22:12:11 +00:00
committed by Android (Google) Code Review
5 changed files with 38 additions and 26 deletions

View File

@@ -3961,7 +3961,7 @@ public class Workspace extends SmoothPagedView
return mDragInfo;
}
public int getRestorePage() {
public int getCurrentPageOffsetFromCustomContent() {
return getNextPage() - numCustomPages();
}