Home | History | Annotate | Download | only in launcher3

Lines Matching refs:CONTAINER

50      * The id of the container that holds this item. For the desktop, this will be
55 public long container = NO_ID;
58 * Indicates the screen in which the shortcut appears if the container types is
59 * {@link LauncherSettings.Favorites#CONTAINER_DESKTOP}. (i.e., ignore if the container type is
130 container = info.container;
150 .put(LauncherSettings.Favorites.CONTAINER, container)
161 container = values.getAsLong(LauncherSettings.Favorites.CONTAINER);
191 + " container=" + LauncherSettings.Favorites.containerToString((int)container)