Home | History | Annotate | Download | only in launcher2

Lines Matching refs:SCREEN

281                     "screen INTEGER," +
364 final int screenIndex = c.getColumnIndexOrThrow(LauncherSettings.Favorites.SCREEN);
384 values.put(LauncherSettings.Favorites.SCREEN, c.getInt(screenIndex));
454 db.execSQL("UPDATE favorites SET screen=(screen + 1);");
824 String screen = a.getString(R.styleable.Favorite_screen);
828 // If we are adding to the hotseat, the screen is used as the position in the
829 // hotseat. This screen can't be at position 0 because AllApps is in the
832 && Integer.valueOf(screen) == allAppsButtonRank) {
833 throw new RuntimeException("Invalid screen position for hotseat item");
838 values.put(LauncherSettings.Favorites.SCREEN, screen);