Home | History | Annotate | Download | only in launcher3

Lines Matching refs:currentIndex

1220             int currentIndex = savedState.getInt("apps_customize_currentIndex");
1221 mAppsCustomizeContent.restorePageForIndex(currentIndex);
1916 int currentIndex = mAppsCustomizeContent.getSaveInstanceStateIndex();
1917 outState.putInt("apps_customize_currentIndex", currentIndex);