class ScreenCaptureResolutionCalculator
ScreenCaptureResolutionCalculator calculates scaled resolution based on input resolution and target resolution constraint
<init> |
ScreenCaptureResolutionCalculator calculates scaled resolution based on input resolution and target resolution constraint ScreenCaptureResolutionCalculator() |
alignToEven |
fun alignToEven(positiveNumber: Int): Int |
computeTargetSize |
fun computeTargetSize(displayWidth: Int, displayHeight: Int, targetResolutionLong: Int, targetResolutionShort: Int): IntArray |