Home | History | Annotate | Download | only in launcher2

Lines Matching full:currentscreen

860         int currentScreen = savedState.getInt(RUNTIME_STATE_CURRENT_SCREEN, -1);
861 if (currentScreen > -1) {
862 mWorkspace.setCurrentPage(currentScreen);