Home
last modified time | relevance | path

Searched refs:contain (Results 1 – 25 of 258) sorted by relevance

1234567891011

/expo/packages/expo-video/ios/
H A DVideoContentFit.swift9 case contain
31 case .contain: in toVideoGravity()
/expo/packages/expo-image/ios/
H A DContentFit.swift13 case contain
45 case .contain: in toContentMode()
/expo/ios/versioned/sdk49/ExpoImage/
H A DContentFit.swift13 case contain
45 case .contain: in toContentMode()
/expo/ios/versioned/sdk48/ExpoImage/
H A DContentFit.swift13 case contain
45 case .contain: in toContentMode()
/expo/packages/expo-secure-store/src/__tests__/__snapshots__/
H A DSecureStore-test.native.ts.snap.android3 …`[Error: Invalid key provided to SecureStore. Keys must not be empty and contain only alphanumeric…
5 …`[Error: Invalid key provided to SecureStore. Keys must not be empty and contain only alphanumeric…
7 …`[Error: Invalid key provided to SecureStore. Keys must not be empty and contain only alphanumeric…
9 …`[Error: Invalid key provided to SecureStore. Keys must not be empty and contain only alphanumeric…
11 …`[Error: Invalid key provided to SecureStore. Keys must not be empty and contain only alphanumeric…
H A DSecureStore-test.native.ts.snap.ios3 …`[Error: Invalid key provided to SecureStore. Keys must not be empty and contain only alphanumeric…
5 …`[Error: Invalid key provided to SecureStore. Keys must not be empty and contain only alphanumeric…
7 …`[Error: Invalid key provided to SecureStore. Keys must not be empty and contain only alphanumeric…
9 …`[Error: Invalid key provided to SecureStore. Keys must not be empty and contain only alphanumeric…
11 …`[Error: Invalid key provided to SecureStore. Keys must not be empty and contain only alphanumeric…
/expo/packages/expo-dev-menu/app/components/
H A DSplash.tsx9 <ExpoLogoIcon style={{ width: iconWidth, resizeMode: 'contain' }} resizeMode="contain" />
/expo/packages/expo-dev-launcher/bundle/components/
H A DSplash.tsx9 <ExpoLogoIcon style={{ width: iconWidth, resizeMode: 'contain' }} resizeMode="contain" />
/expo/apps/native-component-list/src/screens/Image/
H A DImageLiveTextInteractionScreen.tsx33 contentFit="contain"
40 contentFit="contain"
47 contentFit="contain"
54 contentFit="contain"
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Image/
H A DImageResizeMode.d.ts25 contain: ImageResizeMode; property
H A DABI48_0_0RCTResizeMode.m16 @"contain" : @(ABI48_0_0RCTResizeModeContain),
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Image/
H A DImageResizeMode.d.ts25 contain: ImageResizeMode; property
H A DABI49_0_0RCTResizeMode.m16 @"contain" : @(ABI49_0_0RCTResizeModeContain),
/expo/packages/expo-modules-core/ios/Tests/
H A DExpoModulesSpec.swift55 expect(keys).to(contain(registeredModuleNames)) in spec()
85 … expect(error.getProperty("message").getString()).to(contain(exceptionToThrow.debugDescription)) in spec()
H A DClassComponentSpec.swift89 expect(prototypeKeys).to(contain("myFunction")) in spec()
90 expect(prototypeKeys).notTo(contain("__native_constructor__")) in spec()
105 expect(object.getPropertyNames()).to(contain("foo")) in spec()
H A DJavaScriptObjectSpec.swift70 expect(object?.getPropertyNames()).notTo(contain(key)) in spec()
77 expect(object?.getPropertyNames()).to(contain(key)) in spec()
H A DJavaScriptRuntimeSpec.swift90 … expect((error as! JavaScriptEvalException).reason).to(contain("Property 'foo' doesn't exist")) in spec()
92 expect((error as! JavaScriptEvalException).reason).to(contain("Can't find variable: foo")) in spec()
/expo/apps/native-component-list/src/screens/Image/tests/
H A Dappearance.tsx18 name: `Resize mode: contain`,
20 resizeMode: 'contain',
/expo/ios/versioned/sdk49/ExpoModulesCore/ios/Tests/
H A DExpoModulesSpec.swift55 expect(keys).to(contain(registeredModuleNames)) in spec()
85 … expect(error.getProperty("message").getString()).to(contain(exceptionToThrow.debugDescription)) in spec()
H A DClassComponentSpec.swift89 expect(prototypeKeys).to(contain("myFunction")) in spec()
90 expect(prototypeKeys).notTo(contain("__native_constructor__")) in spec()
105 expect(object.getPropertyNames()).to(contain("foo")) in spec()
H A DJavaScriptObjectSpec.swift70 expect(object?.getPropertyNames()).notTo(contain(key)) in spec()
77 expect(object?.getPropertyNames()).to(contain(key)) in spec()
H A DJavaScriptRuntimeSpec.swift90 … expect((error as! JavaScriptEvalException).reason).to(contain("Property 'foo' doesn't exist")) in spec()
92 expect((error as! JavaScriptEvalException).reason).to(contain("Can't find variable: foo")) in spec()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/Image/
H A DABI47_0_0RCTResizeMode.m14 @"contain": @(ABI47_0_0RCTResizeModeContain),
/expo/packages/html-elements/src/primitives/
H A DView.tsx97 overscrollBehavior?: 'auto' | 'contain' | 'none';
99 overscrollBehaviorX?: 'auto' | 'contain' | 'none';
101 overscrollBehaviorY?: 'auto' | 'contain' | 'none';
/expo/packages/expo-splash-screen/ios/EXSplashScreen/
H A DEXSplashScreenViewNativeProvider.m24 …reason:[NSString stringWithFormat:@"'%@.storyboard'does not contain proper ViewController. Add cor…
38 …reason:[NSString stringWithFormat:@"'%@.xib' does not contain any views. Add a view to the '%@.xib…

1234567891011