Home | History | Annotate | Download | only in launcher3

Lines Matching defs:loader

381             AutoInstallsLayout loader = createWorkspaceLoaderFromAppRestriction();
382 if (loader == null) {
383 loader = AutoInstallsLayout.get(getContext(),
386 if (loader == null) {
393 loader = new DefaultLayoutParser(getContext(), mOpenHelper.mAppWidgetHost,
399 final boolean usingExternallyProvidedLayout = loader != null;
400 if (loader == null) {
401 loader = getDefaultLayoutParser();
408 if ((mOpenHelper.loadFavorites(mOpenHelper.getWritableDatabase(), loader) <= 0)
420 * Creates workspace loader from an XML resource listed in the app restrictions.
422 * @return the loader if the restrictions are set and the resource exists; null otherwise.
1094 @Thunk int loadFavorites(SQLiteDatabase db, AutoInstallsLayout loader) {
1097 int count = loader.loadLayout(db, screenIds);