Home
last modified time | relevance | path

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

/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/main/com/android/ahat/heapdump/
DAhatClassInstance.java241 public final int height; field in AhatClassInstance.BitmapInfo
244 public BitmapInfo(int width, int height, byte[] buffer) { in BitmapInfo()
265 Integer height = getIntField("mHeight", null); in getBitmapInfo() local