Home
last modified time | relevance | path

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

/art/test/079-phantom/src/
DBitmap.java36 Bitmap(String name, int width, int height, Bitmap.NativeWrapper nativeData) { in Bitmap()
68 static Bitmap.NativeWrapper allocNativeStorage(int width, int height) { in allocNativeStorage()
/art/tools/ahat/src/
DInstanceUtils.java131 Integer height = getIntField(inst, "mHeight", null); in asBitmap() local