HomeSort by relevance Sort by last modified time
    Searched refs:mSourceRes (Results 1 - 4 of 4) sorted by null

  /packages/apps/Launcher3/src/com/android/launcher3/
DefaultLayoutParser.java 57 return getFolderElementsMap(mSourceRes);
72 parsers.put(TAG_SHORTCUT, new UriShortcutParser(mSourceRes));
267 parser = mSourceRes.getXml(resId);
CommonAppTypeParser.java 109 XmlResourceParser parser = mSourceRes.getXml(mLayoutId);
AutoInstallsLayout.java 157 protected final Resources mSourceRes;
181 mSourceRes = res;
208 XmlResourceParser parser = mSourceRes.getXml(layoutId);
309 parsers.put(TAG_SHORTCUT, new ShortcutParser(mSourceRes));
319 parsers.put(TAG_SHORTCUT, new ShortcutParser(mSourceRes));
445 return addShortcut(mSourceRes.getString(titleResId),
568 title = mSourceRes.getString(titleResId);
  /frameworks/base/graphics/java/android/graphics/drawable/
DrawableContainer.java 667 Resources mSourceRes;
717 mSourceRes = res != null ? res : (orig != null ? orig.mSourceRes : null);
845 mDrawables[index] = prepareDrawable(cs.newDrawable(mSourceRes));
884 final Drawable prepared = prepareDrawable(cs.newDrawable(mSourceRes));
926 mSourceRes = res;
    [all...]

Completed in 361 milliseconds