Home
last modified time | relevance | path

Searched defs:FileSource (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/graphics/java/android/graphics/
H A DImageDecoder.java579 private static class FileSource extends Source { class in ImageDecoder
580 FileSource(@NonNull File file) { in FileSource() method in ImageDecoder.FileSource
/aosp14/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
H A DExifInterface.java581 public static interface FileSource { interface in ExifInterface