Saving/restoring current page in AppsCustomize. (5050168)

Change-Id: Ib868033a2b71383abc4569082675f391d3e4cc76
This commit is contained in:
Winson Chung
2011-07-25 11:53:08 -07:00
parent c273c5814d
commit 5afbf7bdd6
4 changed files with 85 additions and 4 deletions

View File

@@ -192,6 +192,10 @@ public class PagedViewCellLayout extends ViewGroup implements Page {
return mChildren.getChildCount();
}
public PagedViewCellLayoutChildren getChildrenLayout() {
return mChildren;
}
@Override
public View getChildOnPageAt(int i) {
return mChildren.getChildAt(i);