| /expo/android/vendored/sdk49/react-native-reanimated/android/src/reactNativeVersionPatch/nativeHierarchyManager/latest/com/swmansion/reanimated/layoutReanimation/ |
| H A D | ReanimatedNativeHierarchyManager.java | 309 ViewGroup viewGroup; in manageChildren() local 312 viewGroup = (ViewGroup) resolveView(tag); in manageChildren() 325 animationsManager.makeSnapshotOfTopScreenViews(viewGroup); in manageChildren() 331 View child = viewGroupManager.getChildAt(viewGroup, index); in manageChildren() 345 while (viewGroupManager.getChildCount(viewGroup) != 0) { in manageChildren() 347 viewGroupManager.getChildAt(viewGroup, viewGroupManager.getChildCount(viewGroup) - 1); in manageChildren() 349 viewGroupManager.removeViewAt(viewGroup, viewGroupManager.getChildCount(viewGroup) - 1); in manageChildren() 375 viewGroupManager.removeView(viewGroup, view); in manageChildren() 392 viewGroupManager.addView(viewGroup, child, viewGroupManager.getChildCount(viewGroup)); in manageChildren()
|
| /expo/android/vendored/unversioned/react-native-reanimated/android/src/reactNativeVersionPatch/nativeHierarchyManager/latest/com/swmansion/reanimated/layoutReanimation/ |
| H A D | ReanimatedNativeHierarchyManager.java | 309 ViewGroup viewGroup; in manageChildren() local 312 viewGroup = (ViewGroup) resolveView(tag); in manageChildren() 325 animationsManager.makeSnapshotOfTopScreenViews(viewGroup); in manageChildren() 331 View child = viewGroupManager.getChildAt(viewGroup, index); in manageChildren() 345 while (viewGroupManager.getChildCount(viewGroup) != 0) { in manageChildren() 347 viewGroupManager.getChildAt(viewGroup, viewGroupManager.getChildCount(viewGroup) - 1); in manageChildren() 349 viewGroupManager.removeViewAt(viewGroup, viewGroupManager.getChildCount(viewGroup) - 1); in manageChildren() 375 viewGroupManager.removeView(viewGroup, view); in manageChildren() 392 viewGroupManager.addView(viewGroup, child, viewGroupManager.getChildCount(viewGroup)); in manageChildren()
|
| /expo/android/vendored/unversioned/react-native-reanimated/android/src/reactNativeVersionPatch/nativeHierarchyManager/62/com/swmansion/reanimated/layoutReanimation/ |
| H A D | ReanimatedNativeHierarchyManager.java | 274 ViewGroup viewGroup; in manageChildren() local 277 viewGroup = (ViewGroup) resolveView(tag); in manageChildren() 298 while (viewGroupManager.getChildCount(viewGroup) != 0) { in manageChildren() 300 viewGroupManager.getChildAt(viewGroup, viewGroupManager.getChildCount(viewGroup) - 1); in manageChildren() 302 viewGroupManager.removeViewAt(viewGroup, viewGroupManager.getChildCount(viewGroup) - 1); in manageChildren() 329 viewGroupManager.removeView(viewGroup, view); in manageChildren() 347 viewGroupManager.addView(viewGroup, child, viewGroupManager.getChildCount(viewGroup)); in manageChildren()
|
| /expo/android/vendored/sdk48/react-native-reanimated/android/src/reactNativeVersionPatch/nativeHierarchyManager/latest/com/swmansion/reanimated/layoutReanimation/ |
| H A D | ReanimatedNativeHierarchyManager.java | 282 ViewGroup viewGroup; in manageChildren() local 285 viewGroup = (ViewGroup) resolveView(tag); in manageChildren() 306 while (viewGroupManager.getChildCount(viewGroup) != 0) { in manageChildren() 308 viewGroupManager.getChildAt(viewGroup, viewGroupManager.getChildCount(viewGroup) - 1); in manageChildren() 310 viewGroupManager.removeViewAt(viewGroup, viewGroupManager.getChildCount(viewGroup) - 1); in manageChildren() 337 viewGroupManager.removeView(viewGroup, view); in manageChildren() 355 viewGroupManager.addView(viewGroup, child, viewGroupManager.getChildCount(viewGroup)); in manageChildren()
|
| /expo/android/vendored/sdk49/react-native-reanimated/android/src/reactNativeVersionPatch/nativeHierarchyManager/62/com/swmansion/reanimated/layoutReanimation/ |
| H A D | ReanimatedNativeHierarchyManager.java | 274 ViewGroup viewGroup; in manageChildren() local 277 viewGroup = (ViewGroup) resolveView(tag); in manageChildren() 298 while (viewGroupManager.getChildCount(viewGroup) != 0) { in manageChildren() 300 viewGroupManager.getChildAt(viewGroup, viewGroupManager.getChildCount(viewGroup) - 1); in manageChildren() 302 viewGroupManager.removeViewAt(viewGroup, viewGroupManager.getChildCount(viewGroup) - 1); in manageChildren() 329 viewGroupManager.removeView(viewGroup, view); in manageChildren() 347 viewGroupManager.addView(viewGroup, child, viewGroupManager.getChildCount(viewGroup)); in manageChildren()
|
| /expo/android/vendored/sdk48/react-native-reanimated/android/src/reactNativeVersionPatch/nativeHierarchyManager/62/com/swmansion/reanimated/layoutReanimation/ |
| H A D | ReanimatedNativeHierarchyManager.java | 310 ViewGroup viewGroup; in manageChildren() local 313 viewGroup = (ViewGroup) resolveView(tag); in manageChildren() 334 while (viewGroupManager.getChildCount(viewGroup) != 0) { in manageChildren() 336 viewGroupManager.getChildAt(viewGroup, viewGroupManager.getChildCount(viewGroup) - 1); in manageChildren() 338 viewGroupManager.removeViewAt(viewGroup, viewGroupManager.getChildCount(viewGroup) - 1); in manageChildren() 365 viewGroupManager.removeView(viewGroup, view); in manageChildren() 383 viewGroupManager.addView(viewGroup, child, viewGroupManager.getChildCount(viewGroup)); in manageChildren()
|
| /expo/android/vendored/sdk47/react-native-reanimated/android/src/main/java/abi47_0_0/com/swmansion/reanimated/layoutReanimation/ |
| H A D | ReanimatedNativeHierarchyManager.java | 309 ViewGroup viewGroup; in manageChildren() local 312 viewGroup = (ViewGroup) resolveView(tag); in manageChildren() 333 while (viewGroupManager.getChildCount(viewGroup) != 0) { in manageChildren() 335 viewGroupManager.getChildAt(viewGroup, viewGroupManager.getChildCount(viewGroup) - 1); in manageChildren() 337 viewGroupManager.removeViewAt(viewGroup, viewGroupManager.getChildCount(viewGroup) - 1); in manageChildren() 364 viewGroupManager.removeView(viewGroup, view); in manageChildren() 382 viewGroupManager.addView(viewGroup, child, viewGroupManager.getChildCount(viewGroup)); in manageChildren()
|
| /expo/android/vendored/unversioned/react-native-gesture-handler/android/src/main/java/com/swmansion/gesturehandler/react/ |
| H A D | RNGestureHandlerRootView.kt | 47 private fun hasGestureHandlerEnabledRootView(viewGroup: ViewGroup): Boolean { in hasGestureHandlerEnabledRootView() 50 var parent = viewGroup.parent in hasGestureHandlerEnabledRootView()
|
| H A D | RNGestureHandlerRootHelper.kt | 122 private fun findRootViewTag(viewGroup: ViewGroup): ViewGroup { in findRootViewTag() 124 var parent: ViewParent? = viewGroup in findRootViewTag() 129 "View $viewGroup has not been mounted under ReactRootView" in findRootViewTag()
|
| /expo/android/vendored/sdk49/react-native-gesture-handler/android/src/main/java/abi49_0_0/com/swmansion/gesturehandler/react/ |
| H A D | RNGestureHandlerRootView.kt | 47 private fun hasGestureHandlerEnabledRootView(viewGroup: ViewGroup): Boolean { in hasGestureHandlerEnabledRootView() 50 var parent = viewGroup.parent in hasGestureHandlerEnabledRootView()
|
| H A D | RNGestureHandlerRootHelper.kt | 122 private fun findRootViewTag(viewGroup: ViewGroup): ViewGroup { in findRootViewTag() 124 var parent: ViewParent? = viewGroup in findRootViewTag() 129 "View $viewGroup has not been mounted under ReactRootView" in findRootViewTag()
|
| /expo/android/vendored/sdk47/react-native-gesture-handler/android/src/main/java/abi47_0_0/com/swmansion/gesturehandler/react/ |
| H A D | RNGestureHandlerRootView.kt | 47 private fun hasGestureHandlerEnabledRootView(viewGroup: ViewGroup): Boolean { in hasGestureHandlerEnabledRootView() 50 var parent = viewGroup.parent in hasGestureHandlerEnabledRootView()
|
| H A D | RNGestureHandlerRootHelper.kt | 122 private fun findRootViewTag(viewGroup: ViewGroup): ViewGroup { in findRootViewTag() 124 var parent: ViewParent? = viewGroup in findRootViewTag() 129 "View $viewGroup has not been mounted under ReactRootView" in findRootViewTag()
|
| /expo/android/vendored/sdk48/react-native-gesture-handler/android/src/main/java/abi48_0_0/com/swmansion/gesturehandler/react/ |
| H A D | RNGestureHandlerRootView.kt | 47 private fun hasGestureHandlerEnabledRootView(viewGroup: ViewGroup): Boolean { in hasGestureHandlerEnabledRootView() 50 var parent = viewGroup.parent in hasGestureHandlerEnabledRootView()
|
| H A D | RNGestureHandlerRootHelper.kt | 122 private fun findRootViewTag(viewGroup: ViewGroup): ViewGroup { in findRootViewTag() 124 var parent: ViewParent? = viewGroup in findRootViewTag() 129 "View $viewGroup has not been mounted under ReactRootView" in findRootViewTag()
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/api/components/sharedelement/ |
| H A D | RNSharedElementTransitionItem.java | 134 ViewGroup viewGroup = (ViewGroup) parentView; in getClippedLayout() local 136 if (viewGroup.getClipChildren()) { in getClippedLayout() 137 RNSharedElementStyle.getLayoutOnScreen(viewGroup, bounds); in getClippedLayout()
|
| H A D | RNSharedElementNode.java | 117 ViewGroup viewGroup = (ViewGroup) view; in resolveView() local 118 if (viewGroup.getChildCount() == 1) { in resolveView() 119 View childView = viewGroup.getChildAt(0); in resolveView() 127 int expectedWidth = Math.round((float) viewGroup.getWidth() - (style.borderWidth * 2)); in resolveView() 128 int expectedHeight = Math.round((float) viewGroup.getHeight() - (style.borderWidth * 2)); in resolveView()
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/api/components/sharedelement/ |
| H A D | RNSharedElementTransitionItem.java | 134 ViewGroup viewGroup = (ViewGroup) parentView; in getClippedLayout() local 136 if (viewGroup.getClipChildren()) { in getClippedLayout() 137 RNSharedElementStyle.getLayoutOnScreen(viewGroup, bounds); in getClippedLayout()
|
| H A D | RNSharedElementNode.java | 117 ViewGroup viewGroup = (ViewGroup) view; in resolveView() local 118 if (viewGroup.getChildCount() == 1) { in resolveView() 119 View childView = viewGroup.getChildAt(0); in resolveView() 127 int expectedWidth = Math.round((float) viewGroup.getWidth() - (style.borderWidth * 2)); in resolveView() 128 int expectedHeight = Math.round((float) viewGroup.getHeight() - (style.borderWidth * 2)); in resolveView()
|
| /expo/android/vendored/sdk47/react-native-screens/android/src/main/java/abi47_0_0/com/swmansion/rnscreens/ |
| H A D | Screen.kt | 109 private fun hasWebView(viewGroup: ViewGroup): Boolean { in hasWebView() 110 for (i in 0 until viewGroup.childCount) { in hasWebView() 111 val child = viewGroup.getChildAt(i) in hasWebView()
|
| /expo/android/vendored/sdk49/react-native-screens/android/src/main/java/abi49_0_0/com/swmansion/rnscreens/ |
| H A D | Screen.kt | 109 private fun hasWebView(viewGroup: ViewGroup): Boolean { in hasWebView() 110 for (i in 0 until viewGroup.childCount) { in hasWebView() 111 val child = viewGroup.getChildAt(i) in hasWebView()
|
| /expo/android/vendored/sdk48/react-native-screens/android/src/main/java/abi48_0_0/com/swmansion/rnscreens/ |
| H A D | Screen.kt | 109 private fun hasWebView(viewGroup: ViewGroup): Boolean { in hasWebView() 110 for (i in 0 until viewGroup.childCount) { in hasWebView() 111 val child = viewGroup.getChildAt(i) in hasWebView()
|
| /expo/android/vendored/unversioned/react-native-screens/android/src/main/java/com/swmansion/rnscreens/ |
| H A D | Screen.kt | 109 private fun hasWebView(viewGroup: ViewGroup): Boolean { in hasWebView() 110 for (i in 0 until viewGroup.childCount) { in hasWebView() 111 val child = viewGroup.getChildAt(i) in hasWebView()
|
| /expo/android/vendored/sdk49/react-native-reanimated/android/src/main/java/abi49_0_0/com/swmansion/reanimated/layoutReanimation/ |
| H A D | SharedTransitionManager.java | 536 ViewGroup viewGroup; in visitTree() local 546 viewGroup = (ViewGroup) view; in visitTree() 557 for (int i = 0; i < viewGroupManager.getChildCount(viewGroup); i++) { in visitTree() 558 View child = viewGroupManager.getChildAt(viewGroup, i); in visitTree() 567 ViewGroup viewGroup = (ViewGroup) view; in visitNativeTreeAndMakeSnapshot() local 572 for (int i = 0; i < viewGroup.getChildCount(); i++) { in visitNativeTreeAndMakeSnapshot() 573 View child = viewGroup.getChildAt(i); in visitNativeTreeAndMakeSnapshot()
|
| /expo/android/vendored/unversioned/react-native-reanimated/android/src/main/java/com/swmansion/reanimated/layoutReanimation/ |
| H A D | SharedTransitionManager.java | 536 ViewGroup viewGroup; in visitTree() local 546 viewGroup = (ViewGroup) view; in visitTree() 557 for (int i = 0; i < viewGroupManager.getChildCount(viewGroup); i++) { in visitTree() 558 View child = viewGroupManager.getChildAt(viewGroup, i); in visitTree() 567 ViewGroup viewGroup = (ViewGroup) view; in visitNativeTreeAndMakeSnapshot() local 572 for (int i = 0; i < viewGroup.getChildCount(); i++) { in visitNativeTreeAndMakeSnapshot() 573 View child = viewGroup.getChildAt(i); in visitNativeTreeAndMakeSnapshot()
|