Searched refs:destH (Results 1 – 1 of 1) sorted by relevance
158 final int destH = destinationBounds.height(); in rotateAndScaleWithCrop() local161 final float scale = srcW <= srcH ? (float) destW / srcW : (float) destH / srcH; in rotateAndScaleWithCrop()163 crop.set(0, 0, Transitions.SHELL_TRANSITIONS_ROTATION ? destH in rotateAndScaleWithCrop()164 : destW, Transitions.SHELL_TRANSITIONS_ROTATION ? destW : destH); in rotateAndScaleWithCrop()