Home
last modified time | relevance | path

Searched refs:widthInches (Results 1 – 4 of 4) sorted by relevance

/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/device/
H A DDeviceModule.kt176 val widthInches: Double in <lambda>() constant
183 widthInches = windowBounds.width() / densityDpi.toDouble() in <lambda>()
189 widthInches = metrics.widthPixels / metrics.xdpi.toDouble() in <lambda>()
194 val diagonalSizeInches = sqrt(widthInches.pow(2.0) + heightInches.pow(2.0)) in <lambda>()
/expo/packages/expo-device/android/src/main/java/expo/modules/device/
H A DDeviceModule.kt172 val widthInches: Double in <lambda>() constant
179 widthInches = windowBounds.width() / densityDpi.toDouble() in <lambda>()
185 widthInches = metrics.widthPixels / metrics.xdpi.toDouble() in <lambda>()
190 val diagonalSizeInches = sqrt(widthInches.pow(2.0) + heightInches.pow(2.0)) in <lambda>()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/device/
H A DDeviceModule.kt158 val widthInches = metrics.widthPixels / metrics.xdpi.toDouble() in <lambda>() constant
160 val diagonalSizeInches = sqrt(widthInches.pow(2.0) + heightInches.pow(2.0)) in <lambda>()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/device/
H A DDeviceModule.kt182 val widthInches = metrics.widthPixels / metrics.xdpi.toDouble() in getDeviceType() constant
184 val diagonalSizeInches = sqrt(widthInches.pow(2.0) + heightInches.pow(2.0)) in getDeviceType()