Searched defs:pathName (Results 1 – 9 of 9) sorted by relevance
182 public static BitmapRegionDecoder newInstance(@NonNull String pathName, in newInstance()195 public static BitmapRegionDecoder newInstance(@NonNull String pathName) throws IOException { in newInstance()
527 public static Bitmap decodeFile(String pathName, Options opts) { in decodeFile()558 public static Bitmap decodeFile(String pathName) { in decodeFile()
80 public static Movie decodeFile(String pathName) { in decodeFile()
58 String pathName, boolean isShareable) { in newInstance()101 public static DumbBitmapRegionDecoder newInstance(String pathName) { in newInstance()
367 bool okayToCompress(Bundle* bundle, const String8& pathName) in okayToCompress()
703 String8 pathName(srcDir); in slurpFullTree() local
1401 public static @Nullable Drawable createFromPath(String pathName) { in createFromPath()
1724 final String pathName = a.getString(R.styleable.VectorDrawableClipPath_name); in updateStateFromTypedArray() local2020 final String pathName = a.getString(R.styleable.VectorDrawablePath_name); in updateStateFromTypedArray() local
896 Asset* AssetManager::openAssetFromFileLocked(const String8& pathName, in openAssetFromFileLocked()