Searched defs:mHeight (Results 1 - 1 of 1) sorted by relevance

/dalvik/tests/079-phantom/src/
H A DBitmap.java23 int mWidth, mHeight; field in class:Bitmap
38 mHeight = height;
45 return "Bitmap " + mName + ": " + mWidth + "x" + mHeight + " (" +

Completed in 740 milliseconds