Searched defs:assetMgr (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/tests/src/androidx/media/filterfw/samples/simplecamera/
H A DAvgBrightnessFilterTest.java33 private AssetManager assetMgr = null; field in class:AvgBrightnessFilterTest
36 assetMgr = mffContext.getApplicationContext().getAssets();
47 Bitmap bitmap = BitmapFactory.decodeStream(assetMgr.open("0002_000390.jpg"));
H A DContrastRatioFilterTest.java39 private AssetManager assetMgr = null; field in class:ContrastRatioFilterTest
43 assetMgr = mffContext.getApplicationContext().getAssets();
55 Bitmap bitmap = BitmapFactory.decodeStream(assetMgr.open("0002_000390.jpg"));
H A DExposureFilterTest.java38 private AssetManager assetMgr = null; field in class:ExposureFilterTest
41 assetMgr = mffContext.getApplicationContext().getAssets();
52 Bitmap bitmap = BitmapFactory.decodeStream(assetMgr.open("0002_000390.jpg"));
H A DFaceSquareFilterTest.java45 private AssetManager assetMgr = null; field in class:FaceSquareFilterTest
48 assetMgr = mffContext.getApplicationContext().getAssets();
62 Bitmap bitmap = BitmapFactory.decodeStream(assetMgr.open("XZZ019.jpg"));
H A DIfElseFilterTest.java43 private AssetManager assetMgr = null; field in class:IfElseFilterTest
46 assetMgr = mffContext.getApplicationContext().getAssets();
59 Bitmap videoBitmap = BitmapFactory.decodeStream(assetMgr.open("0002_000390.jpg"));
61 Bitmap imageBitmap = BitmapFactory.decodeStream(assetMgr.open("XZZ019.jpg"));
90 Bitmap videoBitmap = BitmapFactory.decodeStream(assetMgr.open("0002_000390.jpg"));
92 Bitmap imageBitmap = BitmapFactory.decodeStream(assetMgr.open("XZZ019.jpg"));
/frameworks/base/core/java/android/app/
H A DNativeActivity.java96 AssetManager assetMgr, byte[] savedState);
94 loadNativeCode(String path, String funcname, MessageQueue queue, String internalDataPath, String obbPath, String externalDataPath, int sdkVersion, AssetManager assetMgr, byte[] savedState) argument

Completed in 93 milliseconds