Home | History | Annotate | Download | only in app

Lines Matching refs:mResDir

278         if (key.mResDir != null) {
279 if (assets.addAssetPath(key.mResDir) == 0) {
280 Log.e(TAG, "failed to add asset path " + key.mResDir);
807 final ResourcesKey newKey = new ResourcesKey(oldKey.mResDir,
939 if (impl != null && Objects.equals(key.mResDir, assetPath)) {
950 key.mResDir,
978 if (impl != null && (key.mResDir == null || key.mResDir.equals(baseCodePath))) {
980 key.mResDir,