Home | History | Annotate | Download | only in model

Lines Matching refs:CONTAINER

94     public long container;
112 containerIndex = getColumnIndexOrThrow(LauncherSettings.Favorites.CONTAINER);
128 container = getInt(containerIndex);
355 return container == LauncherSettings.Favorites.CONTAINER_DESKTOP ||
356 container == LauncherSettings.Favorites.CONTAINER_HOTSEAT;
362 * {@link ItemInfo#container}
369 info.container = container;
392 if (item.container == LauncherSettings.Favorites.CONTAINER_HOTSEAT) {
429 } else if (item.container == LauncherSettings.Favorites.CONTAINER_DESKTOP) {
435 // Skip further checking if it is not the hotseat or workspace container
441 if (item.container == LauncherSettings.Favorites.CONTAINER_DESKTOP &&