Searched refs:mAssetInputStream (Results 1 – 3 of 3) sorted by relevance
446 mAssetInputStream = ais; in AssetInputStreamSource()458 private AssetInputStream mAssetInputStream; field in ImageDecoder.AssetInputStreamSource473 if (mAssetInputStream == null) { in createImageDecoder()476 AssetInputStream ais = mAssetInputStream; in createImageDecoder()477 mAssetInputStream = null; in createImageDecoder()484 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()2238 if (mAssetInputStream != null) { in getThumbnailBytes()2239 in = mAssetInputStream; in getThumbnailBytes()2571 mAssetInputStream = null; in initForFilename()4354 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;