| /expo/packages/@expo/config-plugins/src/ios/__tests__/ |
| H A D | Orientation-test.ts | 5 setOrientation, 19 expect(setOrientation({ orientation: 'portrait' }, {})).toMatchObject({ 23 expect(setOrientation({ orientation: 'landscape' }, {})).toMatchObject({ 27 expect(setOrientation({}, {})).toMatchObject({
|
| /expo/packages/@expo/config-plugins/build/ios/ |
| H A D | Orientation.js | 8 exports.setOrientation = setOrientation; 17 const withOrientation = (0, _iosPlugins().createInfoPlistPluginWithPropertyGuard)(setOrientation, { 39 function setOrientation(config, infoPlist) { function
|
| H A D | Orientation.d.ts | 7 export declare function setOrientation(config: Pick<ExpoConfig, 'orientation'>, infoPlist: InfoPlis…
|
| H A D | Orientation.js.map | 1 …setOrientation","infoPlistProperty","expoConfigProperty","exports","getOrientation","config","_con…
|
| /expo/packages/@expo/config-plugins/src/ios/ |
| H A D | Orientation.ts | 7 setOrientation, 39 export function setOrientation( function
|
| /expo/android/vendored/unversioned/react-native-pager-view/android/src/paper/java/com/reactnativepagerview/ |
| H A D | PagerViewViewManager.kt | 109 fun setOrientation(host: NestedScrollableHost, value: String) { in setOrientation() method 110 PagerViewViewManagerImpl.setOrientation(host, value) in setOrientation()
|
| /expo/android/vendored/sdk48/react-native-pager-view/android/src/paper/java/abi48_0_0/com/reactnativepagerview/ |
| H A D | PagerViewViewManager.kt | 109 fun setOrientation(host: NestedScrollableHost, value: String) { in setOrientation() method in abi48_0_0.com.reactnativepagerview.PagerViewViewManager 110 PagerViewViewManagerImpl.setOrientation(host, value) in setOrientation()
|
| /expo/android/vendored/sdk49/react-native-pager-view/android/src/paper/java/abi49_0_0/com/reactnativepagerview/ |
| H A D | PagerViewViewManager.kt | 109 fun setOrientation(host: NestedScrollableHost, value: String) { in setOrientation() method 110 PagerViewViewManagerImpl.setOrientation(host, value) in setOrientation()
|
| /expo/android/vendored/unversioned/react-native-pager-view/android/src/fabric/java/com/reactnativepagerview/ |
| H A D | PagerViewViewManager.kt | 130 override fun setOrientation(view: NestedScrollableHost?, value: String?) { in setOrientation() method in com.reactnativepagerview.PagerViewViewManager 132 PagerViewViewManagerImpl.setOrientation(view, value) in setOrientation()
|
| /expo/android/vendored/sdk48/react-native-pager-view/android/src/fabric/java/abi48_0_0/com/reactnativepagerview/ |
| H A D | PagerViewViewManager.kt | 130 override fun setOrientation(view: NestedScrollableHost?, value: String?) { in setOrientation() method in abi48_0_0.com.reactnativepagerview.PagerViewViewManager 132 PagerViewViewManagerImpl.setOrientation(view, value) in setOrientation()
|
| /expo/android/vendored/sdk49/react-native-pager-view/android/src/fabric/java/abi49_0_0/com/reactnativepagerview/ |
| H A D | PagerViewViewManager.kt | 130 override fun setOrientation(view: NestedScrollableHost?, value: String?) { in setOrientation() method in abi49_0_0.com.reactnativepagerview.PagerViewViewManager 132 PagerViewViewManagerImpl.setOrientation(view, value) in setOrientation()
|
| /expo/android/vendored/sdk47/react-native-screens/android/src/main/java/abi47_0_0/com/swmansion/rnscreens/ |
| H A D | ScreenWindowTraits.kt | 41 internal fun setOrientation(screen: Screen, activity: Activity?) { in <lambda>() method 197 setOrientation(screen, activity) in <lambda>()
|
| H A D | Screen.kt | 152 fragment?.let { ScreenWindowTraits.setOrientation(this, it.tryGetActivity()) } in setScreenOrientation()
|
| /expo/android/vendored/sdk49/react-native-screens/android/src/main/java/abi49_0_0/com/swmansion/rnscreens/ |
| H A D | ScreenWindowTraits.kt | 41 internal fun setOrientation(screen: Screen, activity: Activity?) { in <lambda>() method 197 setOrientation(screen, activity) in <lambda>()
|
| H A D | Screen.kt | 152 fragment?.let { ScreenWindowTraits.setOrientation(this, it.tryGetActivity()) } in setScreenOrientation()
|
| /expo/android/vendored/unversioned/react-native-screens/android/src/main/java/com/swmansion/rnscreens/ |
| H A D | ScreenWindowTraits.kt | 41 internal fun setOrientation(screen: Screen, activity: Activity?) { in <lambda>() method 197 setOrientation(screen, activity) in <lambda>()
|
| H A D | Screen.kt | 152 fragment?.let { ScreenWindowTraits.setOrientation(this, it.tryGetActivity()) } in setScreenOrientation()
|
| /expo/android/vendored/sdk48/react-native-screens/android/src/main/java/abi48_0_0/com/swmansion/rnscreens/ |
| H A D | ScreenWindowTraits.kt | 41 internal fun setOrientation(screen: Screen, activity: Activity?) { in <lambda>() method 197 setOrientation(screen, activity) in <lambda>()
|
| H A D | Screen.kt | 152 fragment?.let { ScreenWindowTraits.setOrientation(this, it.tryGetActivity()) } in setScreenOrientation()
|
| /expo/android/vendored/unversioned/react-native-pager-view/android/src/main/java/com/reactnativepagerview/ |
| H A D | PagerViewViewManagerImpl.kt | 112 fun setOrientation(host: NestedScrollableHost, value: String) { in <lambda>() method
|
| /expo/android/vendored/sdk48/react-native-pager-view/android/src/main/java/abi48_0_0/com/reactnativepagerview/ |
| H A D | PagerViewViewManagerImpl.kt | 112 fun setOrientation(host: NestedScrollableHost, value: String) { in <lambda>() method
|
| /expo/android/vendored/sdk49/react-native-pager-view/android/src/main/java/abi49_0_0/com/reactnativepagerview/ |
| H A D | PagerViewViewManagerImpl.kt | 112 fun setOrientation(host: NestedScrollableHost, value: String) { in <lambda>() method
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/api/components/maps/ |
| H A D | MapMarker.java | 588 LL.setOrientation(LinearLayout.VERTICAL); in wrapCalloutView() 597 LL2.setOrientation(LinearLayout.HORIZONTAL); in wrapCalloutView()
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/api/components/maps/ |
| H A D | AirMapMarker.java | 586 LL.setOrientation(LinearLayout.VERTICAL); in wrapCalloutView() 595 LL2.setOrientation(LinearLayout.HORIZONTAL); in wrapCalloutView()
|
| /expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/api/components/maps/ |
| H A D | MapMarker.java | 588 LL.setOrientation(LinearLayout.VERTICAL); in wrapCalloutView() 597 LL2.setOrientation(LinearLayout.HORIZONTAL); in wrapCalloutView()
|