Searched defs:height (Results 1 – 3 of 3) sorted by relevance
/art/tools/ahat/src/main/com/android/ahat/heapdump/ |
D | AhatBitmapInstance.java | 199 private final int height; field in AhatBitmapInstance.BitmapInfo 204 public BitmapInfo(int width, int height, int format, byte[] buffer) { in BitmapInfo() 251 Integer height = getIntField("mHeight", null); in getBitmapInfo() local
|
/art/test/079-phantom/src/ |
D | Bitmap.java | 37 Bitmap(String name, int width, int height, Bitmap.NativeWrapper nativeData) { in Bitmap() 69 static Bitmap.NativeWrapper allocNativeStorage(int width, int height) { in allocNativeStorage()
|
/art/tools/ahat/src/test-dump/android/graphics/ |
D | Bitmap.java | 29 public Bitmap(int width, int height, long nativePtr, byte[] buffer) { in Bitmap()
|