Home
last modified time | relevance | path

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

/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() method in SafeAreaUtils
46 EdgeInsets windowInsets = getRootWindowInsetsCompat(rootView); in getSafeAreaInsets()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/api/safeareacontext/
H A DSafeAreaUtils.kt57 private fun getRootWindowInsetsCompat(rootView: View): EdgeInsets? { in getRootWindowInsetsCompat() method
71 val windowInsets = getRootWindowInsetsCompat(rootView) ?: return null in getSafeAreaInsets()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/api/safeareacontext/
H A DSafeAreaUtils.kt57 private fun getRootWindowInsetsCompat(rootView: View): EdgeInsets? { in getRootWindowInsetsCompat() method
71 val windowInsets = getRootWindowInsetsCompat(rootView) ?: return null in getSafeAreaInsets()
/expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/api/safeareacontext/
H A DSafeAreaUtils.kt53 private fun getRootWindowInsetsCompat(rootView: View): EdgeInsets? { in getRootWindowInsetsCompat() method
67 val windowInsets = getRootWindowInsetsCompat(rootView) ?: return null in getSafeAreaInsets()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/api/safeareacontext/
H A DSafeAreaUtils.kt57 private fun getRootWindowInsetsCompat(rootView: View): EdgeInsets? { in getRootWindowInsetsCompat() method
71 val windowInsets = getRootWindowInsetsCompat(rootView) ?: return null in getSafeAreaInsets()