Home
last modified time | relevance | path

Searched refs:mLibDirs (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/content/res/
DResourcesKey.java38 public final String[] mLibDirs; field in ResourcesKey
60 mLibDirs = libDirs; in ResourcesKey()
69 hash = 31 * hash + Arrays.hashCode(mLibDirs); in ResourcesKey()
85 || anyStartsWith(mLibDirs, path); in isPathReferenced()
126 if (!Arrays.equals(mLibDirs, peer.mLibDirs)) { in equals()
157 if (mLibDirs != null) { in toString()
158 builder.append(TextUtils.join(",", mLibDirs)); in toString()
/frameworks/base/core/java/android/app/
DResourcesManager.java272 if (key.mLibDirs != null) { in createAssetManager()
273 for (final String libDir : key.mLibDirs) { in createAssetManager()
737 oldKey.mOverlayDirs, oldKey.mLibDirs, oldKey.mDisplayId, in updateResourcesForActivity()
860 if (!ArrayUtils.contains(key.mLibDirs, libAsset)) { in appendLibAssetForMainAssetPath()
862 (key.mLibDirs != null ? key.mLibDirs.length : 0); in appendLibAssetForMainAssetPath()
864 if (key.mLibDirs != null) { in appendLibAssetForMainAssetPath()
865 System.arraycopy(key.mLibDirs, 0, newLibAssets, 0, key.mLibDirs.length); in appendLibAssetForMainAssetPath()