Searched refs:srcName (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
H A DNinePatch.java50 * @param srcName The name of the source for the bitmap. Might be null.
52 public NinePatch(Bitmap bitmap, byte[] chunk, String srcName) { argument
55 mSrcName = srcName;
/frameworks/base/graphics/java/android/graphics/drawable/
H A DDrawable.java743 public static Drawable createFromStream(InputStream is, String srcName) { argument
744 return createFromResourceStream(null, null, is, srcName, null);
752 InputStream is, String srcName) {
753 return createFromResourceStream(res, value, is, srcName, null);
761 InputStream is, String srcName, BitmapFactory.Options opts) {
798 return drawableFromBitmap(res, bm, np, pad, layoutBoundsRect, srcName);
981 Rect pad, Rect layoutBounds, String srcName) {
984 return new NinePatchDrawable(res, bm, np, pad, layoutBounds, srcName);
751 createFromResourceStream(Resources res, TypedValue value, InputStream is, String srcName) argument
760 createFromResourceStream(Resources res, TypedValue value, InputStream is, String srcName, BitmapFactory.Options opts) argument
980 drawableFromBitmap(Resources res, Bitmap bm, byte[] np, Rect pad, Rect layoutBounds, String srcName) argument
H A DNinePatchDrawable.java78 public NinePatchDrawable(Bitmap bitmap, byte[] chunk, Rect padding, String srcName) { argument
79 this(new NinePatchState(new NinePatch(bitmap, chunk, srcName), padding), null);
87 Rect padding, String srcName) {
88 this(new NinePatchState(new NinePatch(bitmap, chunk, srcName), padding), res);
99 Rect padding, Rect layoutInsets, String srcName) {
100 this(new NinePatchState(new NinePatch(bitmap, chunk, srcName), padding, layoutInsets), res);
86 NinePatchDrawable(Resources res, Bitmap bitmap, byte[] chunk, Rect padding, String srcName) argument
98 NinePatchDrawable(Resources res, Bitmap bitmap, byte[] chunk, Rect padding, Rect layoutInsets, String srcName) argument
/frameworks/base/cmds/rawbu/
H A Dbackup.cpp197 const char* srcName)
207 if (srcName != NULL) {
209 amt, origSize, srcName, errno != 0 ? strerror(errno) : "unexpected EOF");
196 copy_file(FILE* dest, FILE* src, off_t size, const char* destName, const char* srcName) argument
/frameworks/base/tools/aapt/
H A DPackage.cpp342 const String8& srcName = file->getSourceFile(); local
344 fileModWhen = getFileModDate(srcName.string());
H A DResource.cpp2265 const char* pkg, const String8& srcName, int line)
2289 location += srcName;
2299 const char* pkg, const String8& srcName, int line)
2306 location += srcName;
2264 addProguardKeepRule(ProguardKeepSet* keep, const String8& inClassName, const char* pkg, const String8& srcName, int line) argument
2298 addProguardKeepMethodRule(ProguardKeepSet* keep, const String8& memberName, const char* pkg, const String8& srcName, int line) argument

Completed in 5116 milliseconds