Searched refs:AssetInputStream (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/content/res/
H A DAssetManager.java315 AssetInputStream res = new AssetInputStream(asset);
407 AssetInputStream res = new AssetInputStream(asset);
536 public final class AssetInputStream extends InputStream { class in class:AssetManager
540 private AssetInputStream(int asset) method in class:AssetManager.AssetInputStream
/frameworks/base/graphics/java/android/graphics/
H A DBitmapFactory.java446 if (is instanceof AssetManager.AssetInputStream) {
447 bm = nativeDecodeAsset(((AssetManager.AssetInputStream) is).getAssetInt(),
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DBitmapFactory.java448 if (is instanceof AssetManager.AssetInputStream) {
/frameworks/base/graphics/java/android/renderscript/
H A DAllocation.java340 int asset = ((AssetManager.AssetInputStream) is).getAssetInt();

Completed in 141 milliseconds