Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/bitmap/
DAbstractAvatarDrawable.java120 final float boundsHeight = (float) bounds.height(); in drawBitmap() local
121 final float scale = Math.max(boundsWidth / width, boundsHeight / height); in drawBitmap()