Home | History | Annotate | Download | only in launcher2

Lines Matching refs:loaded

102     // We start off with everything not loaded.  After that, we assume that
962 // Post the remaining side pages to be loaded
1087 // loaded already (we should load everything asynchronously in that case)
1088 throw new RuntimeException("Expecting AllApps and Workspace to be loaded");
1107 // Divide the set of loaded items into those that we are binding synchronously, and
1161 if (DEBUG_LOADERS) Log.d(TAG, "Comparing loaded icons to database icons");
1275 // Make sure the default workspace is loaded, if needed
1291 // Load workspace in reverse order to ensure that latest items are loaded first (and
1411 // now that we've loaded everthing re-save it with the
1526 Log.d(TAG, "loaded workspace in " + (SystemClock.uptimeMillis()-t) + "ms");
1731 * Binds all loaded data to actual views on the main thread.
2501 Bitmap loaded = info.getIcon(mIconCache);
2502 needSave = !saved.sameAs(loaded);