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.py17 CONTAINER_DESKTOP = -100 variable
168 if d["container"] == CONTAINER_DESKTOP:
258 if row["container"] != CONTAINER_DESKTOP:
/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncherSettings.java171 static final int CONTAINER_DESKTOP = -100; field in class:LauncherSettings.Favorites
176 case CONTAINER_DESKTOP: return "desktop";
183 * The screen holding the favorite (if container is CONTAINER_DESKTOP)
197 * (if container is CONTAINER_DESKTOP)

Completed in 107 milliseconds