Home
last modified time | relevance | path

Searched refs:setLayoutDirection (Results 1 – 25 of 35) sorted by relevance

12

/expo/android/vendored/unversioned/react-native-pager-view/android/src/paper/java/com/reactnativepagerview/
H A DPagerViewViewManager.kt124 fun setLayoutDirection(host: NestedScrollableHost, value: String) { in setLayoutDirection() method in com.reactnativepagerview.PagerViewViewManager
125 PagerViewViewManagerImpl.setLayoutDirection(host, value) in setLayoutDirection()
/expo/android/vendored/sdk48/react-native-pager-view/android/src/paper/java/abi48_0_0/com/reactnativepagerview/
H A DPagerViewViewManager.kt124 fun setLayoutDirection(host: NestedScrollableHost, value: String) { in setLayoutDirection() method in abi48_0_0.com.reactnativepagerview.PagerViewViewManager
125 PagerViewViewManagerImpl.setLayoutDirection(host, value) in setLayoutDirection()
/expo/android/vendored/sdk49/react-native-pager-view/android/src/paper/java/abi49_0_0/com/reactnativepagerview/
H A DPagerViewViewManager.kt124 fun setLayoutDirection(host: NestedScrollableHost, value: String) { in setLayoutDirection() method
125 PagerViewViewManagerImpl.setLayoutDirection(host, value) in setLayoutDirection()
/expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/api/components/picker/
H A DReactPicker.java117 this.setLayoutDirection(View.LAYOUT_DIRECTION_RTL); in handleRTL()
120 this.setLayoutDirection(View.LAYOUT_DIRECTION_LTR); in handleRTL()
H A DReactPickerManager.java307 convertView.setLayoutDirection(View.LAYOUT_DIRECTION_RTL); in getView()
310 convertView.setLayoutDirection(View.LAYOUT_DIRECTION_LTR); in getView()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/api/components/picker/
H A DReactPicker.java117 this.setLayoutDirection(View.LAYOUT_DIRECTION_RTL); in handleRTL()
120 this.setLayoutDirection(View.LAYOUT_DIRECTION_LTR); in handleRTL()
H A DReactPickerManager.java307 convertView.setLayoutDirection(View.LAYOUT_DIRECTION_RTL); in getView()
310 convertView.setLayoutDirection(View.LAYOUT_DIRECTION_LTR); in getView()
/expo/android/vendored/unversioned/react-native-pager-view/android/src/fabric/java/com/reactnativepagerview/
H A DPagerViewViewManager.kt116 override fun setLayoutDirection(view: NestedScrollableHost?, value: String?) { in setLayoutDirection() method in com.reactnativepagerview.PagerViewViewManager
118 PagerViewViewManagerImpl.setLayoutDirection(view, value) in setLayoutDirection()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/api/components/picker/
H A DReactPicker.java117 this.setLayoutDirection(View.LAYOUT_DIRECTION_RTL); in handleRTL()
120 this.setLayoutDirection(View.LAYOUT_DIRECTION_LTR); in handleRTL()
H A DReactPickerManager.java307 convertView.setLayoutDirection(View.LAYOUT_DIRECTION_RTL); in getView()
310 convertView.setLayoutDirection(View.LAYOUT_DIRECTION_LTR); in getView()
/expo/android/vendored/sdk48/react-native-pager-view/android/src/fabric/java/abi48_0_0/com/reactnativepagerview/
H A DPagerViewViewManager.kt116 override fun setLayoutDirection(view: NestedScrollableHost?, value: String?) { in setLayoutDirection() method in abi48_0_0.com.reactnativepagerview.PagerViewViewManager
118 PagerViewViewManagerImpl.setLayoutDirection(view, value) in setLayoutDirection()
/expo/android/vendored/sdk49/react-native-pager-view/android/src/fabric/java/abi49_0_0/com/reactnativepagerview/
H A DPagerViewViewManager.kt116 override fun setLayoutDirection(view: NestedScrollableHost?, value: String?) { in setLayoutDirection() method in abi49_0_0.com.reactnativepagerview.PagerViewViewManager
118 PagerViewViewManagerImpl.setLayoutDirection(view, value) in setLayoutDirection()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/api/components/picker/
H A DReactPicker.java117 this.setLayoutDirection(View.LAYOUT_DIRECTION_RTL); in handleRTL()
120 this.setLayoutDirection(View.LAYOUT_DIRECTION_LTR); in handleRTL()
H A DReactPickerManager.java307 convertView.setLayoutDirection(View.LAYOUT_DIRECTION_RTL); in getView()
310 convertView.setLayoutDirection(View.LAYOUT_DIRECTION_LTR); in getView()
/expo/android/vendored/unversioned/react-native-pager-view/android/src/main/java/com/reactnativepagerview/
H A DPagerViewViewManagerImpl.kt88 fun setLayoutDirection(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 DPagerViewViewManagerImpl.kt88 fun setLayoutDirection(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 DPagerViewViewManagerImpl.kt88 fun setLayoutDirection(host: NestedScrollableHost, value: String) { in <lambda>() method
/expo/android/vendored/sdk47/@react-native-community/slider/android/src/main/java/abi47_0_0/com/reactnativecommunity/slider/
H A DReactSlider.java72 …super.setLayoutDirection(sharedI18nUtilInstance.isRTL(context) ? LAYOUT_DIRECTION_RTL : LAYOUT_DIR… in ReactSlider()
/expo/android/vendored/unversioned/@react-native-community/slider/android/src/main/java/com/reactnativecommunity/slider/
H A DReactSlider.java84 …super.setLayoutDirection(sharedI18nUtilInstance.isRTL(context) ? LAYOUT_DIRECTION_RTL : LAYOUT_DIR… in ReactSlider()
/expo/ios/versioned-react-native/ABI48_0_0/Expo/ExpoKit/Core/Api/Components/SharedElement/
H A DABI48_0_0RNSharedElementCornerRadii.m39 - (void)setLayoutDirection:(UIUserInterfaceLayoutDirection)layoutDirection
H A DABI48_0_0RNSharedElementStyle.m145 [cornerRadii setLayoutDirection:[rctView ABI48_0_0ReactLayoutDirection]];
/expo/ios/versioned-react-native/ABI47_0_0/Expo/ExpoKit/Core/Api/Components/SharedElement/
H A DABI47_0_0RNSharedElementCornerRadii.m39 - (void)setLayoutDirection:(UIUserInterfaceLayoutDirection)layoutDirection
/expo/android/vendored/sdk48/@react-native-community/slider/android/src/main/java/abi48_0_0/com/reactnativecommunity/slider/
H A DReactSlider.java84 …super.setLayoutDirection(sharedI18nUtilInstance.isRTL(context) ? LAYOUT_DIRECTION_RTL : LAYOUT_DIR… in ReactSlider()
/expo/android/vendored/sdk49/@react-native-community/slider/android/src/main/java/abi49_0_0/com/reactnativecommunity/slider/
H A DReactSlider.java84 …super.setLayoutDirection(sharedI18nUtilInstance.isRTL(context) ? LAYOUT_DIRECTION_RTL : LAYOUT_DIR… in ReactSlider()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/yoga/yoga/
H A DABI47_0_0YGNode.h309 void setLayoutDirection(ABI47_0_0YGDirection direction);

12