Searched refs:mAssetManager (Results 1 – 4 of 4) sorted by relevance
454 private final AssetManager mAssetManager; field in Typeface.Builder471 mAssetManager = null; in Builder()494 mAssetManager = null; in Builder()505 mAssetManager = null; in Builder()530 mAssetManager = assetManager; in Builder()688 final String key = mAssetManager == null ? null : createAssetUid( in build()689 mAssetManager, mPath, font.getTtcIndex(), font.getAxes(), in build()
74 private final AssetManager mAssetManager = mContext.getAssets(); field in CpuInfoReaderTest560 String[] assets = mAssetManager.list(assetPath); in copyAssets()562 try (InputStream in = mAssetManager.open(assetPath); in copyAssets()
383 return mAssetManager; in getAssets()729 private final AssetManager mAssetManager = new AssetManager(); field in ContextFixture
18454 Landroid/graphics/Typeface$Builder;->mAssetManager:Landroid/content/res/AssetManager;