Home
last modified time | relevance | path

Searched refs:PixelRatio (Results 1 – 25 of 42) sorted by relevance

12

/expo/packages/html-elements/src/css/
H A Dunits.ts1 import { PixelRatio, Platform } from 'react-native';
5 return PixelRatio.getFontScale() * 16 * value;
/expo/packages/html-elements/build/css/
H A Dunits.js1 import { PixelRatio, Platform } from 'react-native';
5 return PixelRatio.getFontScale() * 16 * value;
H A Dunits.js.map1PixelRatio, Platform } from 'react-native';\n\nexport function rem(value: number): number | string…
/expo/packages/expo-image/src/utils/
H A DAssetSourceResolver.web.ts2 import { PixelRatio } from 'react-native';
15 const scale = AssetSourceResolver.pickScale(asset.scales, PixelRatio.get());
76 scale: AssetSourceResolver.pickScale(this.asset.scales, PixelRatio.get()),
/expo/packages/expo-image/build/utils/
H A DAssetSourceResolver.web.js2 import { PixelRatio } from 'react-native';
5 const scale = AssetSourceResolver.pickScale(asset.scales, PixelRatio.get());
55 scale: AssetSourceResolver.pickScale(this.asset.scales, PixelRatio.get()),
/expo/packages/expo-asset/src/
H A DAssetSourceResolver.web.ts2 import { PixelRatio } from 'react-native';
15 const scale = AssetSourceResolver.pickScale(asset.scales, PixelRatio.get());
76 scale: AssetSourceResolver.pickScale(this.asset.scales, PixelRatio.get()),
H A DAssetSources.ts3 import { PixelRatio } from 'react-native';
42 const scale = AssetSourceResolver.pickScale(meta.scales, PixelRatio.get());
/expo/packages/expo-asset/build/
H A DAssetSourceResolver.web.js2 import { PixelRatio } from 'react-native';
5 const scale = AssetSourceResolver.pickScale(asset.scales, PixelRatio.get());
55 scale: AssetSourceResolver.pickScale(this.asset.scales, PixelRatio.get()),
H A DAssetSources.js3 import { PixelRatio } from 'react-native';
22 const scale = AssetSourceResolver.pickScale(meta.scales, PixelRatio.get());
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Utilities/
H A DPixelRatio.js.flow13 declare class PixelRatio {
21 module.exports = PixelRatio;
H A DPixelRatio.d.ts64 export const PixelRatio: PixelRatioStatic; constant
/expo/apps/native-component-list/src/screens/AV/
H A DAndroidImplementationSelector.tsx2 import { PixelRatio, Switch, Text, View } from 'react-native';
25 borderBottomWidth: 1.0 / PixelRatio.get(),
H A DVideoScreen.tsx2 import { PixelRatio, ScrollView, StyleSheet } from 'react-native';
37 borderBottomWidth: 1.0 / PixelRatio.get(),
H A DRecordingScreen.tsx2 import { PixelRatio, ScrollView, StyleSheet } from 'react-native';
68 borderBottomWidth: 1.0 / PixelRatio.get(),
H A DAudioScreen.tsx4 import { PixelRatio, ScrollView, StyleSheet } from 'react-native';
48 borderBottomWidth: 1.0 / PixelRatio.get(),
/expo/apps/native-component-list/src/components/
H A DListButton.tsx3 PixelRatio,
33 borderBottomWidth: 1.0 / PixelRatio.get(),
H A DSimpleActionDemo.tsx4 PixelRatio,
58 borderBottomWidth: 1.0 / PixelRatio.get(),
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Utilities/
H A DPixelRatio.d.ts64 export const PixelRatio: PixelRatioStatic; constant
/expo/apps/native-component-list/src/screens/SVG/
H A DSVGScreen.tsx7 PixelRatio,
75 borderBottomWidth: 1.0 / PixelRatio.get(),
/expo/docs/pages/versions/v46.0.0/sdk/
H A DcaptureRef.mdx56PixelRatio` into account. When you work with pixel values in a UI, most of the time those units ar…
62 const pixelRatio = PixelRatio.get(); // The pixel ratio of the device
/expo/docs/pages/versions/unversioned/sdk/
H A DcaptureRef.mdx56PixelRatio` into account. When you work with pixel values in a UI, most of the time those units ar…
62 const pixelRatio = PixelRatio.get(); // The pixel ratio of the device
/expo/docs/pages/versions/v49.0.0/sdk/
H A DcaptureRef.mdx56PixelRatio` into account. When you work with pixel values in a UI, most of the time those units ar…
62 const pixelRatio = PixelRatio.get(); // The pixel ratio of the device
/expo/docs/pages/versions/v47.0.0/sdk/
H A DcaptureRef.mdx56PixelRatio` into account. When you work with pixel values in a UI, most of the time those units ar…
62 const pixelRatio = PixelRatio.get(); // The pixel ratio of the device
/expo/docs/pages/versions/v48.0.0/sdk/
H A DcaptureRef.mdx56PixelRatio` into account. When you work with pixel values in a UI, most of the time those units ar…
62 const pixelRatio = PixelRatio.get(); // The pixel ratio of the device
/expo/packages/expo-gl/build/
H A DCanvas.js4 import { PixelRatio, StyleSheet, View } from 'react-native';
35 const scale = PixelRatio.get();

12