Home | History | Annotate | Download | only in cts

Lines Matching defs:decodeFile

361         Bitmap b = BitmapFactory.decodeFile(obtainPath(), mOpt1);
367 assertNull(BitmapFactory.decodeFile(obtainPath(), mOpt2));
372 Bitmap b = BitmapFactory.decodeFile(obtainPath());
702 BitmapFactory.decodeFile("barely/care.jpg", options);