Home
last modified time | relevance | path

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

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