Searched refs:cropRatio (Results 1 – 2 of 2) sorted by relevance
287 float cropRatio = ((float) crop.width()) / crop.height(); in getAdjustedCrop() local289 if (cropRatio == screenRatio) return crop; in getAdjustedCrop()290 if (cropRatio > screenRatio) { in getAdjustedCrop()308 float additionalWidthForParallax = cropRatio / screenRatio - 1f; in getAdjustedCrop()
784 float cropRatio = (float) crop.width() / crop.height(); in sameCenter() local788 if (screenRatio < cropRatio) { in sameCenter()828 Slog.d(TAG, "cropRatio: " + cropRatio); in sameCenter()