Home
last modified time | relevance | path

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

/packages/apps/ContactsCommon/src/com/android/contacts/common/util/
DBitmapUtil.java153 final int yCropAmountHalved = (int) (scaleBy * targetHeight / 2); in getRoundedBitmap() local
157 inputHeight / 2 - yCropAmountHalved, in getRoundedBitmap()
159 inputHeight / 2 + yCropAmountHalved); in getRoundedBitmap()