Home
last modified time | relevance | path

Searched refs:topInset (Results 1 – 9 of 9) sorted by relevance

/expo/packages/expo-dev-menu/ios/OverlayContainer/Internal/
H A DScrollViewOverlayTranslationDriver.swift116 let topInset = -scrollView.oc_adjustedContentInset.top in adjustedContentOffset() variable
122 if contentOffset.y < topInset { in adjustedContentOffset()
123 contentOffset.y = topInset in adjustedContentOffset()
130 if (contentOffset.y - topInset) * (scrollView.contentOffset.y - topInset) < 0 { in adjustedContentOffset()
131 contentOffset.y = topInset in adjustedContentOffset()
/expo/ios/versioned-react-native/ABI48_0_0/Expo/ExpoKit/Core/Api/Components/Picker/
H A DABI48_0_0RNCPickerLabel.m9 self.topInset = 0.0;
19 …UIEdgeInsets insets = UIEdgeInsetsMake(self.topInset, self.leftInset, self.bottomInset, self.right…
26 intrinsicSuperViewContentSize.height += self.topInset + self.bottomInset;
H A DABI48_0_0RNCPickerLabel.h5 @property (nonatomic, assign) CGFloat topInset;
/expo/ios/versioned-react-native/ABI49_0_0/Expo/ExpoKit/Core/Api/Components/Picker/
H A DABI49_0_0RNCPickerLabel.m9 self.topInset = 0.0;
19 …UIEdgeInsets insets = UIEdgeInsetsMake(self.topInset, self.leftInset, self.bottomInset, self.right…
26 intrinsicSuperViewContentSize.height += self.topInset + self.bottomInset;
H A DABI49_0_0RNCPickerLabel.h5 @property (nonatomic, assign) CGFloat topInset;
/expo/ios/Exponent/Versioned/Core/Api/Components/Picker/
H A DRNCPickerLabel.m9 self.topInset = 0.0;
19 …UIEdgeInsets insets = UIEdgeInsetsMake(self.topInset, self.leftInset, self.bottomInset, self.right…
26 intrinsicSuperViewContentSize.height += self.topInset + self.bottomInset;
H A DRNCPickerLabel.h5 @property (nonatomic, assign) CGFloat topInset;
/expo/ios/versioned-react-native/ABI47_0_0/Expo/ExpoKit/Core/Api/Components/Picker/
H A DABI47_0_0RNCPickerLabel.m9 self.topInset = 0.0;
19 …UIEdgeInsets insets = UIEdgeInsetsMake(self.topInset, self.leftInset, self.bottomInset, self.right…
26 intrinsicSuperViewContentSize.height += self.topInset + self.bottomInset;
H A DABI47_0_0RNCPickerLabel.h5 @property (nonatomic, assign) CGFloat topInset;