Home
last modified time | relevance | path

Searched refs:dheight (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/detail/
DTransformableImageView.java48 int dheight = getDrawable().getIntrinsicHeight(); in onDraw() local
55 if (dwidth * vheight > vwidth * dheight) { in onDraw()
56 scale = (float) vheight / (float) dheight; in onDraw()
60 dy = (vheight - dheight * scale) * 0.5f; in onDraw()