Searched refs:mAssetInputStream (Results 1 – 3 of 3) sorted by relevance
444 mAssetInputStream = ais; in AssetInputStreamSource()456 private AssetInputStream mAssetInputStream; field in ImageDecoder.AssetInputStreamSource471 if (mAssetInputStream == null) { in createImageDecoder()474 AssetInputStream ais = mAssetInputStream; in createImageDecoder()475 mAssetInputStream = null; in createImageDecoder()482 return "AssetInputStream{s=" + mAssetInputStream + "}"; in toString()
1456 private AssetManager.AssetInputStream mAssetInputStream; field in ExifInterface1545 mAssetInputStream = null; in ExifInterface()1625 mAssetInputStream = null; in ExifInterface()1629 mAssetInputStream = (AssetManager.AssetInputStream) inputStream; in ExifInterface()1633 mAssetInputStream = null; in ExifInterface()1636 mAssetInputStream = null; in ExifInterface()2237 if (mAssetInputStream != null) { in getThumbnailBytes()2238 in = mAssetInputStream; in getThumbnailBytes()2570 mAssetInputStream = null; in initForFilename()4353 if (mFilename == null && mAssetInputStream == null in handleThumbnailFromJfif()
17792 Landroid/graphics/ImageDecoder$AssetInputStreamSource;->mAssetInputStream:Landroid/content/res/Asse…25876 Landroid/media/ExifInterface;->mAssetInputStream:Landroid/content/res/AssetManager$AssetInputStream;