Home
last modified time | relevance | path

Searched refs:removeView (Results 1 – 25 of 105) sorted by relevance

12345

/expo/android/vendored/unversioned/react-native-reanimated/android/src/main/cpp/
H A DLayoutAnimations.cpp42 bool removeView) { in endLayoutAnimation() argument
46 method(javaPart_.get(), tag, cancelled, removeView); in endLayoutAnimation()
76 jboolean removeView) { in cancelAnimationForTag() argument
77 this->cancelAnimationBlock_(tag, type, cancelled, removeView); in cancelAnimationForTag()
H A DLayoutAnimations.h50 void endLayoutAnimation(int tag, bool cancelled, bool removeView);
56 jboolean removeView);
/expo/android/vendored/sdk49/react-native-reanimated/android/src/main/cpp/
H A DLayoutAnimations.cpp42 bool removeView) { in endLayoutAnimation() argument
46 method(javaPart_.get(), tag, cancelled, removeView); in endLayoutAnimation()
76 jboolean removeView) { in cancelAnimationForTag() argument
77 this->cancelAnimationBlock_(tag, type, cancelled, removeView); in cancelAnimationForTag()
H A DLayoutAnimations.h50 void endLayoutAnimation(int tag, bool cancelled, bool removeView);
56 jboolean removeView);
/expo/android/vendored/unversioned/react-native-reanimated/android/src/main/java/com/swmansion/reanimated/layoutReanimation/
H A DLayoutAnimations.java45 int tag, int type, boolean cancelled, boolean removeView); in cancelAnimationForTag() argument
51 private void endLayoutAnimation(int tag, boolean cancelled, boolean removeView) { in endLayoutAnimation() argument
56 animationsManager.endLayoutAnimation(tag, cancelled, removeView); in endLayoutAnimation()
H A DNativeMethodsHolder.java12 void cancelAnimation(int tag, int type, boolean cancelled, boolean removeView); in cancelAnimation() argument
/expo/android/vendored/sdk49/react-native-reanimated/android/src/main/java/abi49_0_0/com/swmansion/reanimated/layoutReanimation/
H A DLayoutAnimations.java45 int tag, int type, boolean cancelled, boolean removeView); in cancelAnimationForTag() argument
51 private void endLayoutAnimation(int tag, boolean cancelled, boolean removeView) { in endLayoutAnimation() argument
56 animationsManager.endLayoutAnimation(tag, cancelled, removeView); in endLayoutAnimation()
H A DNativeMethodsHolder.java12 void cancelAnimation(int tag, int type, boolean cancelled, boolean removeView); in cancelAnimation() argument
/expo/ios/vendored/unversioned/react-native-reanimated/ios/LayoutReanimation/
H A DREAAnimationsManager.h25 …AnimationBlock)(NSNumber *_Nonnull tag, LayoutAnimationType type, BOOL cancelled, BOOL removeView);
43 …ayoutAnimationForTag:(NSNumber *_Nonnull)tag cancelled:(BOOL)cancelled removeView:(BOOL)removeView;
/expo/ios/vendored/sdk49/react-native-reanimated/ios/LayoutReanimation/
H A DABI49_0_0REAAnimationsManager.h25 …AnimationBlock)(NSNumber *_Nonnull tag, LayoutAnimationType type, BOOL cancelled, BOOL removeView);
43 …ayoutAnimationForTag:(NSNumber *_Nonnull)tag cancelled:(BOOL)cancelled removeView:(BOOL)removeView;
/expo/android/vendored/unversioned/react-native-pager-view/android/src/main/java/com/reactnativepagerview/
H A DViewPagerAdapter.kt26 (child.parent as FrameLayout).removeView(child) in onBindViewHolder()
57 (child.parent.parent as ViewGroup).removeView(child.parent as View) in removeAll()
/expo/android/vendored/sdk48/react-native-pager-view/android/src/main/java/abi48_0_0/com/reactnativepagerview/
H A DViewPagerAdapter.kt26 (child.parent as FrameLayout).removeView(child) in onBindViewHolder()
57 (child.parent.parent as ViewGroup).removeView(child.parent as View) in removeAll()
/expo/android/vendored/sdk49/react-native-pager-view/android/src/main/java/abi49_0_0/com/reactnativepagerview/
H A DViewPagerAdapter.kt26 (child.parent as FrameLayout).removeView(child) in onBindViewHolder()
57 (child.parent.parent as ViewGroup).removeView(child.parent as View) in removeAll()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/api/components/pagerview/
H A DViewPagerAdapter.kt25 (child.parent as FrameLayout).removeView(child) in onBindViewHolder()
56 (child.parent.parent as ViewGroup).removeView(child.parent as View) in removeAll()
/expo/packages/expo-splash-screen/android/src/main/java/expo/modules/splashscreen/
H A DSplashScreenViewController.kt32 (splashScreenView.parent as? ViewGroup)?.removeView(splashScreenView) in <lambda>()
67 contentView.removeView(splashScreenView) in <lambda>()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/splashscreen/
H A DSplashScreenViewController.kt32 (splashScreenView.parent as? ViewGroup)?.removeView(splashScreenView) in <lambda>()
67 contentView.removeView(splashScreenView) in <lambda>()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/splashscreen/
H A DSplashScreenViewController.kt31 (splashScreenView.parent as? ViewGroup)?.removeView(splashScreenView) in <lambda>()
66 contentView.removeView(splashScreenView) in <lambda>()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/splashscreen/
H A DSplashScreenViewController.kt31 (splashScreenView.parent as? ViewGroup)?.removeView(splashScreenView) in <lambda>()
66 contentView.removeView(splashScreenView) in <lambda>()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/kotlin/views/
H A DGroupViewManagerWrapper.kt85 override fun removeView(parent: ViewGroup, view: View) { in <lambda>() method in abi47_0_0.expo.modules.kotlin.views.GroupViewManagerWrapper
90 super.removeView(parent, view) in <lambda>()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/kotlin/views/
H A DGroupViewManagerWrapper.kt85 override fun removeView(parent: ViewGroup, view: View) { in <lambda>() method in abi48_0_0.expo.modules.kotlin.views.GroupViewManagerWrapper
90 super.removeView(parent, view) in <lambda>()
/expo/packages/expo-modules-core/android/src/main/java/expo/modules/kotlin/views/
H A DGroupViewManagerWrapper.kt105 override fun removeView(parent: ViewGroup, view: View) { in <lambda>() method in expo.modules.kotlin.views.GroupViewManagerWrapper
110 super.removeView(parent, view) in <lambda>()
/expo/android/vendored/unversioned/react-native-reanimated/android/src/paper/java/com/swmansion/reanimated/
H A DNativeProxy.java102 public void cancelAnimation(int tag, int type, boolean cancelled, boolean removeView) { in createNativeMethodsHolder() argument
105 layoutAnimations.cancelAnimationForTag(tag, type, cancelled, removeView); in createNativeMethodsHolder()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/kotlin/views/
H A DGroupViewManagerWrapper.kt105 override fun removeView(parent: ViewGroup, view: View) { in <lambda>() method in abi49_0_0.expo.modules.kotlin.views.GroupViewManagerWrapper
110 super.removeView(parent, view) in <lambda>()
/expo/android/vendored/sdk49/react-native-reanimated/android/src/paper/java/abi49_0_0/com/swmansion/reanimated/
H A DNativeProxy.java102 public void cancelAnimation(int tag, int type, boolean cancelled, boolean removeView) { in createNativeMethodsHolder() argument
105 layoutAnimations.cancelAnimationForTag(tag, type, cancelled, removeView); in createNativeMethodsHolder()
/expo/ios/vendored/sdk49/react-native-reanimated/Common/cpp/LayoutAnimations/
H A DLayoutAnimationsManager.cpp79 bool removeView = true) { in cancelLayoutAnimation() argument
94 rt, jsi::Value(tag), config->getJSValue(rt), cancelled, removeView); in cancelLayoutAnimation()

12345