| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Views/ |
| H A D | ABI48_0_0RCTSlider.m | 74 - (void)setThumbImage:(UIImage *)thumbImage 76 [self setThumbImage:thumbImage forState:UIControlStateNormal]; 79 - (UIImage *)thumbImage
|
| H A D | ABI48_0_0RCTSlider.h | 24 @property (nonatomic, strong) UIImage *thumbImage;
|
| H A D | ABI48_0_0RCTSliderManager.m | 80 ABI48_0_0RCT_EXPORT_VIEW_PROPERTY(thumbImage, UIImage); category
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Views/ |
| H A D | ABI47_0_0RCTSlider.m | 74 - (void)setThumbImage:(UIImage *)thumbImage 76 [self setThumbImage:thumbImage forState:UIControlStateNormal]; 79 - (UIImage *)thumbImage
|
| H A D | ABI47_0_0RCTSlider.h | 24 @property (nonatomic, strong) UIImage *thumbImage;
|
| H A D | ABI47_0_0RCTSliderManager.m | 80 ABI47_0_0RCT_EXPORT_VIEW_PROPERTY(thumbImage, UIImage); category
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Components/Slider/ |
| H A D | Slider.d.ts | 41 thumbImage?: ImageURISource | undefined; property
|
| /expo/ios/vendored/sdk47/@react-native-community/slider/ios/ |
| H A D | ABI47_0_0RNCSlider.m | 116 - (void)setThumbImage:(UIImage *)thumbImage 118 [self setThumbImage:thumbImage forState:UIControlStateNormal]; 121 - (UIImage *)thumbImage
|
| H A D | ABI47_0_0RNCSlider.h | 25 @property (nonatomic, strong) UIImage *thumbImage;
|
| /expo/ios/vendored/sdk48/@react-native-community/slider/ios/ |
| H A D | ABI48_0_0RNCSlider.m | 116 - (void)setThumbImage:(UIImage *)thumbImage 118 [self setThumbImage:thumbImage forState:UIControlStateNormal]; 121 - (UIImage *)thumbImage
|
| H A D | ABI48_0_0RNCSlider.h | 28 @property (nonatomic, strong) UIImage *thumbImage;
|
| H A D | ABI48_0_0RNCSliderComponentView.h | 28 @property (nonatomic, strong) UIImage *thumbImage;
|
| H A D | ABI48_0_0RNCSliderComponentView.mm | 206 if (oldScreenProps.thumbImage != newScreenProps.thumbImage) { 207 …[self loadImageFromImageSource:newScreenProps.thumbImage completionBlock:^(NSError *error, UIImage…
|
| /expo/ios/vendored/sdk49/@react-native-community/slider/ios/ |
| H A D | ABI49_0_0RNCSlider.m | 116 - (void)setThumbImage:(UIImage *)thumbImage 118 [self setThumbImage:thumbImage forState:UIControlStateNormal]; 121 - (UIImage *)thumbImage
|
| H A D | ABI49_0_0RNCSlider.h | 28 @property (nonatomic, strong) UIImage *thumbImage;
|
| H A D | ABI49_0_0RNCSliderComponentView.h | 28 @property (nonatomic, strong) UIImage *thumbImage;
|
| H A D | ABI49_0_0RNCSliderComponentView.mm | 206 if (oldScreenProps.thumbImage != newScreenProps.thumbImage) { 207 …[self loadImageFromImageSource:newScreenProps.thumbImage completionBlock:^(NSError *error, UIImage…
|
| /expo/ios/vendored/unversioned/@react-native-community/slider/ios/ |
| H A D | RNCSlider.m | 116 - (void)setThumbImage:(UIImage *)thumbImage 118 [self setThumbImage:thumbImage forState:UIControlStateNormal]; 121 - (UIImage *)thumbImage
|
| H A D | RNCSlider.h | 28 @property (nonatomic, strong) UIImage *thumbImage;
|
| H A D | RNCSliderComponentView.h | 28 @property (nonatomic, strong) UIImage *thumbImage;
|
| H A D | RNCSliderComponentView.mm | 206 if (oldScreenProps.thumbImage != newScreenProps.thumbImage) { 207 …[self loadImageFromImageSource:newScreenProps.thumbImage completionBlock:^(NSError *error, UIImage…
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Fabric/Mounting/ComponentViews/Slider/ |
| H A D | ABI47_0_0RCTSliderComponentView.mm | 277 - (void)setThumbImage:(UIImage *)thumbImage 279 if ([thumbImage isEqual:_thumbImage]) { 283 _thumbImage = thumbImage; 284 [_sliderView setThumbImage:thumbImage forState:UIControlStateNormal]; 335 self.thumbImage = image;
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Fabric/Mounting/ComponentViews/Slider/ |
| H A D | ABI48_0_0RCTSliderComponentView.mm | 277 - (void)setThumbImage:(UIImage *)thumbImage 279 if ([thumbImage isEqual:_thumbImage]) { 283 _thumbImage = thumbImage; 284 [_sliderView setThumbImage:thumbImage forState:UIControlStateNormal]; 335 self.thumbImage = image;
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/components/slider/ |
| H A D | ABI48_0_0SliderShadowNode.cpp | 80 return getConcreteProps().thumbImage; in getThumbImageSource()
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/components/slider/ |
| H A D | ABI47_0_0SliderShadowNode.cpp | 81 return getConcreteProps().thumbImage; in getThumbImageSource()
|