Home
last modified time | relevance | path

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

/expo/packages/expo-dev-menu/vendored/react-native-safe-area-context/ios/SafeAreaView/
H A DRCTView+DevMenuSafeAreaCompat.swift29 let topLayoutOffset = vc.topLayoutGuide.length in emulatedSafeAreaInsets() variable
32 safeArea.origin.y += topLayoutOffset in emulatedSafeAreaInsets()
33 safeArea.size.height -= topLayoutOffset + bottomLayoutOffset in emulatedSafeAreaInsets()