Home
last modified time | relevance | path

Searched refs:mSourceRes (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DAutoInstallsLayout.java165 protected final Resources mSourceRes; field in AutoInstallsLayout
196 mSourceRes = res; in AutoInstallsLayout()
264 return parseLayout(mSourceRes.getXml(resId), screenIds); in parseAndAddNode()
319 parsers.put(TAG_SHORTCUT, new ShortcutParser(mSourceRes)); in getFolderElementsMap()
330 parsers.put(TAG_SHORTCUT, new ShortcutParser(mSourceRes)); in getLayoutElementsMap()
460 return addShortcut(mSourceRes.getString(titleResId), in parseAndAdd()
587 title = mSourceRes.getString(titleResId); in parseAndAdd()
H A DDefaultLayoutParser.java58 return getFolderElementsMap(mSourceRes); in getFolderElementsMap()
75 parsers.put(TAG_SHORTCUT, new UriShortcutParser(mSourceRes)); in getLayoutElementsMap()
272 parser = mSourceRes.getXml(resId); in parseAndAdd()
/aosp12/frameworks/base/graphics/java/android/graphics/drawable/
H A DDrawableContainer.java686 Resources mSourceRes; field in DrawableContainer.DrawableContainerState
743 mSourceRes = res != null ? res : (orig != null ? orig.mSourceRes : null); in DrawableContainerState()
879 mDrawables[index] = prepareDrawable(cs.newDrawable(mSourceRes)); in createAllFutures()
918 final Drawable prepared = prepareDrawable(cs.newDrawable(mSourceRes)); in getChild()
960 mSourceRes = res; in updateDensity()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt19781 Landroid/graphics/drawable/DrawableContainer$DrawableContainerState;->mSourceRes:Landroid/content/r…