Searched defs:height (Results 1 - 1 of 1) sorted by relevance

/art/test/079-phantom/src/
H A DBitmap.java36 Bitmap(String name, int width, int height, Bitmap.NativeWrapper nativeData) { argument
39 mHeight = height;
68 static Bitmap.NativeWrapper allocNativeStorage(int width, int height) { argument

Completed in 19 milliseconds