Home
last modified time | relevance | path

Searched refs:maxScale (Results 1 – 6 of 6) sorted by relevance

/expo/packages/expo-updates/scripts/
H A DfilterPlatformAssetScales.js17 const maxScale = whitelist[whitelist.length - 1];
19 if (scale > maxScale) {
/expo/packages/@expo/cli/src/export/
H A DpersistMetroAssets.ts86 const maxScale = whitelist[whitelist.length - 1]; constant
88 if (scale > maxScale) {
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/av/video/scalablevideoview/
H A DScaleManager.java155 float maxScale = Math.max(sx, sy); in getCropScale() local
156 sx = maxScale / sx; in getCropScale()
157 sy = maxScale / sy; in getCropScale()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/av/video/scalablevideoview/
H A DScaleManager.java155 float maxScale = Math.max(sx, sy); in getCropScale() local
156 sx = maxScale / sx; in getCropScale()
157 sy = maxScale / sy; in getCropScale()
/expo/packages/expo-av/android/src/main/java/expo/modules/av/video/scalablevideoview/
H A DScaleManager.java155 float maxScale = Math.max(sx, sy); in getCropScale() local
156 sx = maxScale / sx; in getCropScale()
157 sy = maxScale / sy; in getCropScale()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/av/video/scalablevideoview/
H A DScaleManager.java155 float maxScale = Math.max(sx, sy); in getCropScale() local
156 sx = maxScale / sx; in getCropScale()
157 sy = maxScale / sy; in getCropScale()