Home | History | Annotate | Download | only in launcher3

Lines Matching defs:Launcher

64  * Maintains in-memory state of the Launcher. It is expected that there should be only one
66 * for the Launcher.
70 static final String TAG = "Launcher.Model";
87 // clear all queued binding runnables when the Launcher activity is destroyed.
92 private static final HandlerThread sWorkerThread = new HandlerThread("launcher-loader");
275 // Update the Launcher db
642 if (context instanceof Launcher && screenId < 0 &&
644 item.screenId = ((Launcher) context).getHotseat().getOrderInHotseat(cellX, cellY);
674 if (context instanceof Launcher && screen < 0 &&
676 item.screenId = ((Launcher) context).getHotseat().getOrderInHotseat(item.cellX,
706 if (context instanceof Launcher && screenId < 0 &&
708 Launcher) context).getHotseat().getOrderInHotseat(cellX, cellY);
847 if (context instanceof Launcher && screenId < 0 &&
849 item.screenId = ((Launcher) context).getHotseat().getOrderInHotseat(cellX, cellY);
1028 * Set this as the current Launcher activity object for the loader.
1118 // Do this here because if the launcher activity is running it will be restarted.
1135 * When the launcher is in the background, it's possible for it to miss paired
1137 * tell the launcher that it needs to re-run the loader when it comes back instead
1232 Launcher.addDumpLog(TAG, "Desktop items loading interrupted - invalid screens: " + e, true);
1255 * Runnable for the thread that loads the contents of the launcher:
1386 // Optimize for end-user experience: if the Launcher is up and // running with the
1463 * Gets the callbacks object. If we've been stopped, or if the launcher object
1692 Launcher.addDumpLog(TAG, "Invalid package removed: " + cn, true);
1698 Launcher.addDumpLog(TAG, "Invalid package found: " + cn, true);
1703 Launcher.addDumpLog(TAG, "Invalid uri: " + intentDescription, true);
1715 // App shortcuts that used to be automatically added to Launcher
1741 Launcher.addDumpLog(TAG, "Skipped loading out of bounds shortcut: "
1820 // Read all Launcher-specific widget details
1834 Launcher.addDumpLog(TAG, log, false);
1845 int[] minSpan = Launcher.getMinSpanForWidget(context, provider);
1889 Launcher.addDumpLog(TAG, "Desktop items loading interrupted: " + e, true);
2106 int containerOffset = screenOffset * (Launcher.SCREEN_COUNT + 1); // +1 hotseat
2208 // This launcher has exited and nobody bothered to tell us. Just bail.
2209 Log.w(TAG, "LoaderTask running with no launcher");
2331 // This launcher has exited and nobody bothered to tell us. Just bail.
2332 Log.w(TAG, "LoaderTask running with no launcher (onlyBindAllApps)");
2366 // This launcher has exited and nobody bothered to tell us. Just bail.
2367 Log.w(TAG, "LoaderTask running with no launcher (loadAllApps)");
2423 Log.i(TAG, "not binding apps: no Launcher activity");
2515 Log.w(TAG, "Nobody to tell about the new app. Launcher is probably loading.");
2532 // Update the launcher db to reflect the changes
2561 // Update the launcher db to reflect the removal of apps