| /expo/apps/native-component-list/src/constants/ |
| H A D | Layout.ts | 1 import { Dimensions } from 'react-native'; 5 width: Dimensions.get('window').width, 6 height: Dimensions.get('window').height, 8 isSmallDevice: Dimensions.get('window').width < 375,
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Utilities/ |
| H A D | Dimensions.d.ts | 36 export interface Dimensions { interface 79 export const Dimensions: Dimensions;
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Utilities/ |
| H A D | Dimensions.d.ts | 36 export interface Dimensions { interface 79 export const Dimensions: Dimensions;
|
| /expo/packages/expo-dev-menu/vendored/react-native-safe-area-context/src/ |
| H A D | useWindowDimensions.tsx | 1 import { Dimensions } from 'react-native'; 14 const [dimensions, setDimensions] = useState(() => Dimensions.get('window')); 26 Dimensions.addEventListener('change', handleChange); 30 handleChange({ window: Dimensions.get('window') }); 32 Dimensions.removeEventListener('change', handleChange);
|
| H A D | SafeAreaContext.tsx | 2 import { Dimensions, StyleProp, StyleSheet, ViewStyle } from 'react-native'; 41 width: Dimensions.get('window').width, 42 height: Dimensions.get('window').height,
|
| /expo/home/components/ |
| H A D | Camera.android.tsx | 8 type Dimensions = { width: number; height: number }; 57 dimensions: Dimensions | null 58 ): [string | null, Dimensions | null, CameraRefCallback] { 61 const [suggestedDimensions, setSuggestedDimensions] = useState<Dimensions | null>(null); 106 const useComponentDimensions = (): [Dimensions | null, (e: any) => void] => { 107 const [dimensions, setDimensions] = useState<Dimensions | null>(null); 127 dimensions: Dimensions | null 153 containerDimensions: Dimensions | null,
|
| /expo/apps/native-component-list/src/screens/GL/ |
| H A D | PIXIBasicScreen.tsx | 4 import { Dimensions } from 'react-native'; 9 const { scale: resolution } = Dimensions.get('window');
|
| H A D | PIXISpriteScreen.tsx | 6 import { Dimensions } from 'react-native'; 11 const { scale: resolution } = Dimensions.get('window');
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/yoga/yoga/ |
| H A D | ABI49_0_0YGStyle.h | 30 using Dimensions = Values<ABI49_0_0YGDimension>; 118 Dimensions dimensions_{CompactValue::ofAuto()}; 119 Dimensions minDimensions_ = {}; 120 Dimensions maxDimensions_ = {}; 218 const Dimensions& dimensions() const { return dimensions_; } in dimensions() 221 const Dimensions& minDimensions() const { return minDimensions_; } in minDimensions() 226 const Dimensions& maxDimensions() const { return maxDimensions_; } in maxDimensions()
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/yoga/yoga/ |
| H A D | ABI48_0_0YGStyle.h | 30 using Dimensions = Values<ABI48_0_0YGDimension>; 118 Dimensions dimensions_{CompactValue::ofAuto()}; 119 Dimensions minDimensions_ = {}; 120 Dimensions maxDimensions_ = {}; 218 const Dimensions& dimensions() const { return dimensions_; } in dimensions() 221 const Dimensions& minDimensions() const { return minDimensions_; } in minDimensions() 226 const Dimensions& maxDimensions() const { return maxDimensions_; } in maxDimensions()
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/yoga/yoga/ |
| H A D | ABI47_0_0YGStyle.h | 30 using Dimensions = Values<ABI47_0_0YGDimension>; 116 Dimensions dimensions_{CompactValue::ofAuto()}; 117 Dimensions minDimensions_ = {}; 118 Dimensions maxDimensions_ = {}; 213 const Dimensions& dimensions() const { return dimensions_; } in dimensions() 216 const Dimensions& minDimensions() const { return minDimensions_; } in minDimensions() 221 const Dimensions& maxDimensions() const { return maxDimensions_; } in maxDimensions()
|
| /expo/apps/native-component-list/src/screens/Image/ |
| H A D | ImageFlashListScreen.tsx | 3 import { Dimensions, StyleSheet, View } from 'react-native'; 6 const WINDOW_SIZE = Dimensions.get('window');
|
| H A D | ImageTestListItem.tsx | 5 Dimensions, 84 width: (Dimensions.get('window').width - 30) / 2,
|
| H A D | ImageLiveTextInteractionScreen.tsx | 3 import { Dimensions, ScrollView, StyleSheet, Text, View } from 'react-native'; 7 const WINDOW_DIMENSIONS = Dimensions.get('window');
|
| H A D | ImageGifsScreen.tsx | 2 import { Dimensions, ScrollView, StyleSheet, View } from 'react-native'; 28 const WINDOW_SIZE = Dimensions.get('window');
|
| H A D | ImageResizableScreen.tsx | 4 Dimensions, 35 const WINDOW_DIMENSIONS = Dimensions.get('window');
|
| /expo/apps/native-component-list/src/screens/SVG/examples/ |
| H A D | VictoryNative.tsx | 3 import { Dimensions, Text, View } from 'react-native'; 55 <Svg.Svg width={Dimensions.get('window').width} height={50}>
|
| /expo/apps/native-component-list/src/screens/ |
| H A D | ViewShotScreen.tsx | 5 import { Dimensions, Image, ScrollView, StyleSheet, Text, View } from 'react-native'; 101 width: Dimensions.get('window').width, 102 height: Dimensions.get('window').height,
|
| H A D | GestureHandlerListScreen.tsx | 2 import { Dimensions, StyleSheet, Text, View } from 'react-native'; 62 fontSize: Dimensions.get('window').width < 375 ? 20 : 25,
|
| H A D | AccelerometerScreen.tsx | 8 Dimensions, 17 const ITEM_SIZE = Dimensions.get('window').width / COUNT;
|
| /expo/packages/expo-gl/build/ |
| H A D | GLView.web.js | 4 import { Dimensions } from 'react-native'; 81 const { width, height, scale } = Dimensions.get('window');
|
| /expo/apps/native-component-list/src/components/ |
| H A D | SearchBar.ios.tsx | 5 Dimensions, 18 width: Dimensions.get('window').width,
|
| /expo/apps/native-component-list/src/screens/Reanimated/ |
| H A D | ReanimatedSwipeable.tsx | 2 import { StyleSheet, View, Text, Dimensions, Alert } from 'react-native'; 19 const windowDimensions = Dimensions.get('window');
|
| /expo/packages/expo-web-browser/build/ |
| H A D | ExpoWebBrowser.web.js | 3 import { AppState, Dimensions } from 'react-native'; 251 const dimensions = Dimensions.get('screen');
|
| /expo/packages/expo-web-browser/src/ |
| H A D | ExpoWebBrowser.web.ts | 3 import { AppState, Dimensions, AppStateStatus, NativeEventSubscription } from 'react-native'; 309 const dimensions = Dimensions.get('screen');
|