Home
last modified time | relevance | path

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

/art/tools/ahat/src/main/com/android/ahat/heapdump/
DAhatBitmapInstance.java199 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/
DBitmap.java37 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/
DBitmap.java29 public Bitmap(int width, int height, long nativePtr, byte[] buffer) { in Bitmap()