Home | History | Annotate | Download | only in launcher3

Lines Matching refs:launcher

66  * Maintains in-memory state of the Launcher. It is expected that there should be only one
68 * for the Launcher.
72 static final String TAG = "Launcher.Model";
96 // clear all queued binding runnables when the Launcher activity is destroyed.
101 private static final HandlerThread sWorkerThread = new HandlerThread("launcher-loader");
230 boolean canMigrateFromOldLauncherDb(Launcher launcher) {
231 return mOldContentProviderExists && !launcher.isLauncherPreinstalled() ;
287 // Update the Launcher db
712 if (context instanceof Launcher && screenId < 0 &&
714 item.screenId = ((Launcher) context).getHotseat().getOrderInHotseat(cellX, cellY);
744 if (context instanceof Launcher && screen < 0 &&
746 item.screenId = ((Launcher) context).getHotseat().getOrderInHotseat(item.cellX,
776 if (context instanceof Launcher && screenId < 0 &&
778 item.screenId = ((Launcher) context).getHotseat().getOrderInHotseat(cellX, cellY);
941 if (context instanceof Launcher && screenId < 0 &&
943 item.screenId = ((Launcher) context).getHotseat().getOrderInHotseat(cellX, cellY);
1053 Launcher.addDumpLog(TAG, "11683562 - updateWorkspaceScreenOrder()", true);
1054 Launcher.addDumpLog(TAG, "11683562 - screens: " + TextUtils.join(", ", screens), true);
1131 * Set this as the current Launcher activity object for the loader.
1235 // Do this here because if the launcher activity is running it will be restarted.
1252 * When the launcher is in the background, it's possible for it to miss paired
1254 * tell the launcher that it needs to re-run the loader when it comes back instead
1354 Launcher.addDumpLog(TAG, "Desktop items loading interrupted - invalid screens: " + e, true);
1362 Launcher.addDumpLog(TAG, "11683562 - loadWorkspaceScreensDb()", true);
1367 Launcher.addDumpLog(TAG, "11683562 - screens: " +
1386 * Runnable for the thread that loads the contents of the launcher:
1519 // Optimize for end-user experience: if the Launcher is up and // running with the
1596 * Gets the callbacks object. If we've been stopped, or if the launcher object
1754 Launcher.addDumpLog(TAG, "11683562 - loadWorkspace()", true);
1770 Launcher.addDumpLog(TAG, "loadWorkspace: resetting launcher database", true);
1776 Launcher.addDumpLog(TAG, "loadWorkspace: migrating from launcher2", true);
1780 Launcher.addDumpLog(TAG, "loadWorkspace: loading default favorites", false);
1789 Launcher.addDumpLog(TAG, "11683562 - loadedOldDb: " + loadedOldDb, true);
1866 Launcher.addDumpLog(TAG,
1871 Launcher.addDumpLog(TAG,
1878 Launcher.addDumpLog(TAG,
1889 Launcher.addDumpLog(TAG,
1895 Launcher.addDumpLog(TAG,
1909 // App shortcuts that used to be automatically added to Launcher
2005 // Read all Launcher-specific widget details
2019 Launcher.addDumpLog(TAG, log, false);
2030 int[] minSpan = Launcher.getMinSpanForWidget(context, provider);
2067 Launcher.addDumpLog(TAG, "Desktop items loading interrupted", e, true);
2134 Launcher.addDumpLog(TAG, "11683562 - maxScreenId: " + maxScreenId, true);
2135 Launcher.addDumpLog(TAG, "11683562 - sBgWorkspaceScreens: " +
2154 Launcher.addDumpLog(TAG, "11683562 - sBgWorkspaceScreens: " +
2170 Launcher.addDumpLog(TAG, "11683562 - unusedScreens (to be removed): " +
2298 int containerOffset = screenOffset * (Launcher.SCREEN_COUNT + 1); // +1 hotseat
2400 // This launcher has exited and nobody bothered to tell us. Just bail.
2401 Log.w(TAG, "LoaderTask running with no launcher");
2533 // This launcher has exited and nobody bothered to tell us. Just bail.
2534 Log.w(TAG, "LoaderTask running with no launcher (onlyBindAllApps)");
2568 // This launcher has exited and nobody bothered to tell us. Just bail.
2569 Log.w(TAG, "LoaderTask running with no launcher (loadAllApps)");
2625 Log.i(TAG, "not binding apps: no Launcher activity");
2718 Log.w(TAG, "Nobody to tell about the new app. Launcher is probably loading.");
2735 // Update the launcher db to reflect the changes