HomeSort by relevance Sort by last modified time
    Searched full:assetmgr (Results 1 - 7 of 7) sorted by null

  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/tests/src/androidx/media/filterfw/samples/simplecamera/
IfElseFilterTest.java 43 private AssetManager assetMgr = null;
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"));
AvgBrightnessFilterTest.java 33 private AssetManager assetMgr = null;
36 assetMgr = mffContext.getApplicationContext().getAssets();
47 Bitmap bitmap = BitmapFactory.decodeStream(assetMgr.open("0002_000390.jpg"));
ContrastRatioFilterTest.java 39 private AssetManager assetMgr = null;
43 assetMgr = mffContext.getApplicationContext().getAssets();
55 Bitmap bitmap = BitmapFactory.decodeStream(assetMgr.open("0002_000390.jpg"));
ExposureFilterTest.java 38 private AssetManager assetMgr = null;
41 assetMgr = mffContext.getApplicationContext().getAssets();
52 Bitmap bitmap = BitmapFactory.decodeStream(assetMgr.open("0002_000390.jpg"));
FaceSquareFilterTest.java 45 private AssetManager assetMgr = null;
48 assetMgr = mffContext.getApplicationContext().getAssets();
62 Bitmap bitmap = BitmapFactory.decodeStream(assetMgr.open("XZZ019.jpg"));
  /frameworks/base/include/android_runtime/
android_util_AssetManager.h 26 extern AssetManager* assetManagerForJavaObject(JNIEnv* env, jobject assetMgr);
  /frameworks/base/core/java/android/app/
NativeActivity.java 96 AssetManager assetMgr, byte[] savedState);

Completed in 298 milliseconds