Searched refs:parallax (Results 1 – 6 of 6) sorted by relevance
75 val parallax = cropRect.width() - displaySize.x * cropRect.height() / displaySize.y in fitCropRectToLayoutDirection() constant76 return Rect(cropRect).apply { if (isRtl) left += parallax else right -= parallax } in fitCropRectToLayoutDirection()