Home | History | Annotate | Download | only in launcher3

Lines Matching refs:CONTAINER

137          * The container holding the favorite
140 public static final String CONTAINER = "container";
148 static final String containerToString(int container) {
149 switch (container) {
152 default: return String.valueOf(container);
169 * The screen holding the favorite (if container is CONTAINER_DESKTOP)
176 * (if container is CONTAINER_HOTSEAT or CONTAINER_HOTSEAT)
183 * (if container is CONTAINER_DESKTOP)
266 "container INTEGER," +