Searched refs:scaleBy (Results 1 – 4 of 4) sorted by relevance
125 final float scaleBy = in getRoundedBitmap() local128 final int xCropAmountHalved = (int) (scaleBy * targetWidth / 2); in getRoundedBitmap()129 final int yCropAmountHalved = (int) (scaleBy * targetHeight / 2); in getRoundedBitmap()
149 final float scaleBy = Math.min((float) inputWidth / targetWidth, in getRoundedBitmap() local152 final int xCropAmountHalved = (int) (scaleBy * targetWidth / 2); in getRoundedBitmap()153 final int yCropAmountHalved = (int) (scaleBy * targetHeight / 2); in getRoundedBitmap()
1166 int outOfRange = mPositionController.scaleBy(scale, focusX, focusY);
515 public int scaleBy(float s, float focusX, float focusY) { in scaleBy() method in PositionController