| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/api/safeareacontext/ |
| H A D | SafeAreaUtils.kt | 13 private fun getRootWindowInsetsCompatR(rootView: View): EdgeInsets? { in getRootWindowInsetsCompatR() 21 return EdgeInsets( in getRootWindowInsetsCompatR() 31 private fun getRootWindowInsetsCompatM(rootView: View): EdgeInsets? { in getRootWindowInsetsCompatM() 33 return EdgeInsets( in getRootWindowInsetsCompatM() 46 private fun getRootWindowInsetsCompatBase(rootView: View): EdgeInsets? { in getRootWindowInsetsCompatBase() 49 return EdgeInsets( in getRootWindowInsetsCompatBase() 57 private fun getRootWindowInsetsCompat(rootView: View): EdgeInsets? { in getRootWindowInsetsCompat() 65 fun getSafeAreaInsets(view: View): EdgeInsets? { in getSafeAreaInsets() 78 return EdgeInsets( in getSafeAreaInsets()
|
| H A D | SafeAreaProvider.kt | 8 typealias OnInsetsChangeHandler = (view: SafeAreaProvider, insets: EdgeInsets, frame: Rect) -> Unit 13 private var mLastInsets: EdgeInsets? = null
|
| H A D | SafeAreaViewLocalData.kt | 6 val insets: EdgeInsets,
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/api/safeareacontext/ |
| H A D | SafeAreaUtils.kt | 13 private fun getRootWindowInsetsCompatR(rootView: View): EdgeInsets? { in getRootWindowInsetsCompatR() 21 return EdgeInsets( in getRootWindowInsetsCompatR() 31 private fun getRootWindowInsetsCompatM(rootView: View): EdgeInsets? { in getRootWindowInsetsCompatM() 33 return EdgeInsets( in getRootWindowInsetsCompatM() 46 private fun getRootWindowInsetsCompatBase(rootView: View): EdgeInsets? { in getRootWindowInsetsCompatBase() 49 return EdgeInsets( in getRootWindowInsetsCompatBase() 57 private fun getRootWindowInsetsCompat(rootView: View): EdgeInsets? { in getRootWindowInsetsCompat() 65 fun getSafeAreaInsets(view: View): EdgeInsets? { in getSafeAreaInsets() 78 return EdgeInsets( in getSafeAreaInsets()
|
| H A D | SafeAreaProvider.kt | 8 typealias OnInsetsChangeHandler = (view: SafeAreaProvider, insets: EdgeInsets, frame: Rect) -> Unit 13 private var mLastInsets: EdgeInsets? = null
|
| /expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/api/safeareacontext/ |
| H A D | SafeAreaUtils.kt | 13 private fun getRootWindowInsetsCompatR(rootView: View): EdgeInsets? { in getRootWindowInsetsCompatR() 20 return EdgeInsets( in getRootWindowInsetsCompatR() 29 private fun getRootWindowInsetsCompatM(rootView: View): EdgeInsets? { in getRootWindowInsetsCompatM() 31 return EdgeInsets( in getRootWindowInsetsCompatM() 43 private fun getRootWindowInsetsCompatBase(rootView: View): EdgeInsets? { in getRootWindowInsetsCompatBase() 46 return EdgeInsets( in getRootWindowInsetsCompatBase() 53 private fun getRootWindowInsetsCompat(rootView: View): EdgeInsets? { in getRootWindowInsetsCompat() 61 fun getSafeAreaInsets(view: View): EdgeInsets? { in getSafeAreaInsets() 74 return EdgeInsets( in getSafeAreaInsets()
|
| H A D | SafeAreaProvider.kt | 8 typealias OnInsetsChangeHandler = (view: SafeAreaProvider, insets: EdgeInsets, frame: Rect) -> Unit 13 private var mLastInsets: EdgeInsets? = null
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/api/safeareacontext/ |
| H A D | SafeAreaUtils.kt | 13 private fun getRootWindowInsetsCompatR(rootView: View): EdgeInsets? { in getRootWindowInsetsCompatR() 21 return EdgeInsets( in getRootWindowInsetsCompatR() 31 private fun getRootWindowInsetsCompatM(rootView: View): EdgeInsets? { in getRootWindowInsetsCompatM() 33 return EdgeInsets( in getRootWindowInsetsCompatM() 46 private fun getRootWindowInsetsCompatBase(rootView: View): EdgeInsets? { in getRootWindowInsetsCompatBase() 49 return EdgeInsets( in getRootWindowInsetsCompatBase() 57 private fun getRootWindowInsetsCompat(rootView: View): EdgeInsets? { in getRootWindowInsetsCompat() 65 fun getSafeAreaInsets(view: View): EdgeInsets? { in getSafeAreaInsets() 78 return EdgeInsets( in getSafeAreaInsets()
|
| H A D | SafeAreaProvider.kt | 8 typealias OnInsetsChangeHandler = (view: SafeAreaProvider, insets: EdgeInsets, frame: Rect) -> Unit 13 private var mLastInsets: EdgeInsets? = null
|
| /expo/packages/expo-dev-menu/vendored/react-native-safe-area-context/src/ |
| H A D | InitialWindow.ts | 1 import { EdgeInsets, Metrics } from './SafeArea.types'; 8 export const initialWindowSafeAreaInsets: EdgeInsets | null = null;
|
| H A D | SafeAreaContext.tsx | 4 import { EdgeInsets, InsetChangedEvent, Metrics, Rect } from './SafeArea.types'; 6 export const SafeAreaInsetsContext = React.createContext<EdgeInsets | null>( 20 initialSafeAreaInsets?: EdgeInsets | null; 32 const [insets, setInsets] = React.useState<EdgeInsets | null>( 95 function useParentSafeAreaInsets(): EdgeInsets | null { 103 export function useSafeAreaInsets(): EdgeInsets { 136 export function useSafeArea(): EdgeInsets {
|
| H A D | SafeArea.types.ts | 11 export interface EdgeInsets { interface 26 insets: EdgeInsets;
|
| /expo/packages/expo-dev-menu/vendored/react-native-safe-area-context/android/devmenu/com/th3rdwave/safeareacontext/ |
| H A D | SafeAreaUtils.java | 13 private static @Nullable EdgeInsets getRootWindowInsetsCompat(View rootView) { in getRootWindowInsetsCompat() 19 return new EdgeInsets( in getRootWindowInsetsCompat() 32 return new EdgeInsets( in getRootWindowInsetsCompat() 40 static @Nullable EdgeInsets getSafeAreaInsets(View view) { in getSafeAreaInsets() 46 EdgeInsets windowInsets = getRootWindowInsetsCompat(rootView); in getSafeAreaInsets()
|
| H A D | SafeAreaProvider.kt | 19 override fun onInsetsChange(view: SafeAreaProvider, insets: EdgeInsets, frame: Rect) { in onInsetsChange() 29 fun onInsetsChange(view: SafeAreaProvider, insets: EdgeInsets, frame: Rect) in onInsetsChange() 33 private var mLastInsets: EdgeInsets? = null in onInsetsChange()
|
| H A D | InsetsChangeEvent.kt | 8 insets: EdgeInsets, 12 val parsedInsets = EdgeInsets(
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/core/ |
| H A D | ABI47_0_0LayoutMetrics.h | 24 EdgeInsets contentInsets{0}; 25 EdgeInsets borderWidth{0}; 29 EdgeInsets overflowInset{};
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/core/ |
| H A D | ABI48_0_0LayoutMetrics.h | 24 EdgeInsets contentInsets{0}; 25 EdgeInsets borderWidth{0}; 29 EdgeInsets overflowInset{};
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/core/ |
| H A D | ABI49_0_0LayoutMetrics.h | 25 EdgeInsets contentInsets{0}; 26 EdgeInsets borderWidth{0}; 30 EdgeInsets overflowInset{};
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/components/scrollview/ |
| H A D | ABI47_0_0ScrollViewProps.h | 56 EdgeInsets contentInset{}; 58 EdgeInsets scrollIndicatorInsets{};
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/components/scrollview/ |
| H A D | ABI48_0_0ScrollViewProps.h | 56 EdgeInsets contentInset{}; 58 EdgeInsets scrollIndicatorInsets{};
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/components/scrollview/ |
| H A D | ABI49_0_0ScrollViewProps.h | 60 EdgeInsets contentInset{}; 62 EdgeInsets scrollIndicatorInsets{};
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/components/safeareaview/ |
| H A D | ABI48_0_0SafeAreaViewState.h | 20 EdgeInsets padding{};
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/components/safeareaview/ |
| H A D | ABI47_0_0SafeAreaViewState.h | 20 EdgeInsets padding{};
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/components/safeareaview/ |
| H A D | ABI49_0_0SafeAreaViewState.h | 20 EdgeInsets padding{};
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/graphics/ |
| H A D | ABI49_0_0RectangleEdges.h | 74 using EdgeInsets = RectangleEdges<Float>; variable 79 inline Rect insetBy(Rect const &rect, EdgeInsets const &insets) noexcept { in insetBy() 89 inline Rect outsetBy(Rect const &rect, EdgeInsets const &outsets) noexcept { in outsetBy()
|