Home
last modified time | relevance | path

Searched refs:EdgeInsets (Results 1 – 25 of 102) sorted by relevance

12345

/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/api/safeareacontext/
H A DSafeAreaUtils.kt13 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 DSafeAreaProvider.kt8 typealias OnInsetsChangeHandler = (view: SafeAreaProvider, insets: EdgeInsets, frame: Rect) -> Unit
13 private var mLastInsets: EdgeInsets? = null
H A DSafeAreaViewLocalData.kt6 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 DSafeAreaUtils.kt13 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 DSafeAreaProvider.kt8 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 DSafeAreaUtils.kt13 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 DSafeAreaProvider.kt8 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 DSafeAreaUtils.kt13 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 DSafeAreaProvider.kt8 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 DInitialWindow.ts1 import { EdgeInsets, Metrics } from './SafeArea.types';
8 export const initialWindowSafeAreaInsets: EdgeInsets | null = null;
H A DSafeAreaContext.tsx4 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 DSafeArea.types.ts11 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 DSafeAreaUtils.java13 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 DSafeAreaProvider.kt19 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 DInsetsChangeEvent.kt8 insets: EdgeInsets,
12 val parsedInsets = EdgeInsets(
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/core/
H A DABI47_0_0LayoutMetrics.h24 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 DABI48_0_0LayoutMetrics.h24 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 DABI49_0_0LayoutMetrics.h25 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 DABI47_0_0ScrollViewProps.h56 EdgeInsets contentInset{};
58 EdgeInsets scrollIndicatorInsets{};
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/components/scrollview/
H A DABI48_0_0ScrollViewProps.h56 EdgeInsets contentInset{};
58 EdgeInsets scrollIndicatorInsets{};
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/components/scrollview/
H A DABI49_0_0ScrollViewProps.h60 EdgeInsets contentInset{};
62 EdgeInsets scrollIndicatorInsets{};
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/components/safeareaview/
H A DABI48_0_0SafeAreaViewState.h20 EdgeInsets padding{};
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/components/safeareaview/
H A DABI47_0_0SafeAreaViewState.h20 EdgeInsets padding{};
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/components/safeareaview/
H A DABI49_0_0SafeAreaViewState.h20 EdgeInsets padding{};
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/graphics/
H A DABI49_0_0RectangleEdges.h74 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()

12345