Home
last modified time | relevance | path

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

/packages/apps/ContactsCommon/src/com/android/contacts/common/util/
DBitmapUtil.java152 final int xCropAmountHalved = (int) (scaleBy * targetWidth / 2); in getRoundedBitmap() local
156 inputWidth / 2 - xCropAmountHalved, in getRoundedBitmap()
158 inputWidth / 2 + xCropAmountHalved, in getRoundedBitmap()