Home
last modified time | relevance | path

Searched refs:endLayoutAnimation (Results 1 – 20 of 20) sorted by relevance

/expo/android/vendored/unversioned/react-native-reanimated/android/src/main/java/com/swmansion/reanimated/layoutReanimation/
H A DLayoutAnimations.java51 private void endLayoutAnimation(int tag, boolean cancelled, boolean removeView) { in endLayoutAnimation() method in LayoutAnimations
56 animationsManager.endLayoutAnimation(tag, cancelled, removeView); in endLayoutAnimation()
H A DAnimationsManager.java206 public void endLayoutAnimation(int tag, boolean cancelled, boolean removeView) { in endLayoutAnimation() method in AnimationsManager
620 endLayoutAnimation(view.getId(), true, true); in cancelAnimationsRecursive()
635 endLayoutAnimation(child.getId(), true, true); in cancelAnimationsInSubviews()
/expo/android/vendored/sdk49/react-native-reanimated/android/src/main/java/abi49_0_0/com/swmansion/reanimated/layoutReanimation/
H A DLayoutAnimations.java51 private void endLayoutAnimation(int tag, boolean cancelled, boolean removeView) { in endLayoutAnimation() method in LayoutAnimations
56 animationsManager.endLayoutAnimation(tag, cancelled, removeView); in endLayoutAnimation()
H A DAnimationsManager.java206 public void endLayoutAnimation(int tag, boolean cancelled, boolean removeView) { in endLayoutAnimation() method in AnimationsManager
620 endLayoutAnimation(view.getId(), true, true); in cancelAnimationsRecursive()
635 endLayoutAnimation(child.getId(), true, true); in cancelAnimationsInSubviews()
/expo/android/vendored/unversioned/react-native-reanimated/android/src/main/cpp/
H A DLayoutAnimations.h50 void endLayoutAnimation(int tag, bool cancelled, bool removeView);
H A DLayoutAnimations.cpp39 void LayoutAnimations::endLayoutAnimation( in endLayoutAnimation() function in reanimated::LayoutAnimations
H A DNativeProxy.cpp431 auto endLayoutAnimation = [this](int tag, bool isCancelled, bool removeView) { in getPlatformDependentMethods() local
432 this->layoutAnimations_->cthis()->endLayoutAnimation( in getPlatformDependentMethods()
451 endLayoutAnimation, in getPlatformDependentMethods()
/expo/android/vendored/sdk49/react-native-reanimated/android/src/main/cpp/
H A DLayoutAnimations.h50 void endLayoutAnimation(int tag, bool cancelled, bool removeView);
H A DLayoutAnimations.cpp39 void LayoutAnimations::endLayoutAnimation( in endLayoutAnimation() function in reanimated::LayoutAnimations
H A DNativeProxy.cpp431 auto endLayoutAnimation = [this](int tag, bool isCancelled, bool removeView) { in getPlatformDependentMethods() local
432 this->layoutAnimations_->cthis()->endLayoutAnimation( in getPlatformDependentMethods()
451 endLayoutAnimation, in getPlatformDependentMethods()
/expo/ios/vendored/unversioned/react-native-reanimated/Common/cpp/Tools/
H A DPlatformDepMethodsHolder.h85 EndLayoutAnimationFunction endLayoutAnimation; member
/expo/ios/vendored/sdk49/react-native-reanimated/Common/cpp/Tools/
H A DPlatformDepMethodsHolder.h85 EndLayoutAnimationFunction endLayoutAnimation; member
/expo/android/vendored/unversioned/react-native-reanimated/Common/cpp/Tools/
H A DPlatformDepMethodsHolder.h85 EndLayoutAnimationFunction endLayoutAnimation; member
/expo/android/vendored/sdk49/react-native-reanimated/Common/cpp/Tools/
H A DPlatformDepMethodsHolder.h85 EndLayoutAnimationFunction endLayoutAnimation; member
/expo/ios/vendored/unversioned/react-native-reanimated/ios/native/
H A DNativeProxy.mm174 auto endLayoutAnimation = [=](int tag, bool isCancelled, bool removeView) {
203 auto endLayoutAnimation = [=](int tag, bool isCancelled, bool removeView) {
262 endLayoutAnimation,
/expo/ios/vendored/sdk49/react-native-reanimated/ios/native/
H A DNativeProxy.mm174 auto endLayoutAnimation = [=](int tag, bool isCancelled, bool removeView) {
203 auto endLayoutAnimation = [=](int tag, bool isCancelled, bool removeView) {
262 endLayoutAnimation,
/expo/android/vendored/unversioned/react-native-reanimated/Common/cpp/NativeModules/
H A DNativeReanimatedModule.cpp160 platformDepMethodsHolder.endLayoutAnimation, in NativeReanimatedModule()
/expo/ios/vendored/sdk49/react-native-reanimated/Common/cpp/NativeModules/
H A DNativeReanimatedModule.cpp160 platformDepMethodsHolder.endLayoutAnimation, in NativeReanimatedModule()
/expo/ios/vendored/unversioned/react-native-reanimated/Common/cpp/NativeModules/
H A DNativeReanimatedModule.cpp160 platformDepMethodsHolder.endLayoutAnimation, in NativeReanimatedModule()
/expo/android/vendored/sdk49/react-native-reanimated/Common/cpp/NativeModules/
H A DNativeReanimatedModule.cpp160 platformDepMethodsHolder.endLayoutAnimation, in NativeReanimatedModule()