Searched defs:CONTAINER_DESKTOP (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DLauncherSettings.java135 static final int CONTAINER_DESKTOP = -100; field in class:LauncherSettings.Favorites
139 * The screen holding the favorite (if container is CONTAINER_DESKTOP)
153 * (if container is CONTAINER_DESKTOP)
/packages/apps/Launcher3/
H A Dprint_db.py18 CONTAINER_DESKTOP = -100 variable
170 if d["container"] == CONTAINER_DESKTOP:
260 if row["container"] != CONTAINER_DESKTOP:
/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncherSettings.java145 public static final int CONTAINER_DESKTOP = -100; field in class:LauncherSettings.Favorites
150 case CONTAINER_DESKTOP: return "desktop";
169 * The screen holding the favorite (if container is CONTAINER_DESKTOP)
183 * (if container is CONTAINER_DESKTOP)

Completed in 426 milliseconds