Searched defs:height (Results 1 – 2 of 2) sorted by relevance
36 Bitmap(String name, int width, int height, Bitmap.NativeWrapper nativeData) { in Bitmap()68 static Bitmap.NativeWrapper allocNativeStorage(int width, int height) { in allocNativeStorage()
131 Integer height = getIntField(inst, "mHeight", null); in asBitmap() local