Home
last modified time | relevance | path

Searched refs:layoutAnimationRepositoryAsValue (Results 1 – 8 of 8) sorted by relevance

/expo/android/vendored/sdk47/react-native-reanimated/android/src/main/cpp/
H A DLayoutAnimations.cpp25 jsi::Value layoutAnimationRepositoryAsValue = in startAnimationForTag() local
29 if (!layoutAnimationRepositoryAsValue.isUndefined()) { in startAnimationForTag()
31 layoutAnimationRepositoryAsValue.getObject(*rt).getPropertyAsFunction( in startAnimationForTag()
52 jsi::Value layoutAnimationRepositoryAsValue = in removeConfigForTag() local
56 if (!layoutAnimationRepositoryAsValue.isUndefined()) { in removeConfigForTag()
58 layoutAnimationRepositoryAsValue.getObject(*rt).getPropertyAsFunction( in removeConfigForTag()
/expo/android/vendored/sdk48/react-native-reanimated/android/src/main/cpp/
H A DLayoutAnimations.cpp25 jsi::Value layoutAnimationRepositoryAsValue = in startAnimationForTag() local
29 if (!layoutAnimationRepositoryAsValue.isUndefined()) { in startAnimationForTag()
31 layoutAnimationRepositoryAsValue.getObject(*rt).getPropertyAsFunction( in startAnimationForTag()
52 jsi::Value layoutAnimationRepositoryAsValue = in removeConfigForTag() local
56 if (!layoutAnimationRepositoryAsValue.isUndefined()) { in removeConfigForTag()
58 layoutAnimationRepositoryAsValue.getObject(*rt).getPropertyAsFunction( in removeConfigForTag()
/expo/ios/vendored/sdk49/react-native-reanimated/Common/cpp/LayoutAnimations/
H A DLayoutAnimationsManager.cpp59 jsi::Value layoutAnimationRepositoryAsValue = in startLayoutAnimation() local
64 layoutAnimationRepositoryAsValue.getObject(rt).getPropertyAsFunction( in startLayoutAnimation()
80 jsi::Value layoutAnimationRepositoryAsValue = in cancelLayoutAnimation() local
85 layoutAnimationRepositoryAsValue.getObject(rt).getPropertyAsFunction( in cancelLayoutAnimation()
/expo/android/vendored/unversioned/react-native-reanimated/Common/cpp/LayoutAnimations/
H A DLayoutAnimationsManager.cpp59 jsi::Value layoutAnimationRepositoryAsValue = in startLayoutAnimation() local
64 layoutAnimationRepositoryAsValue.getObject(rt).getPropertyAsFunction( in startLayoutAnimation()
80 jsi::Value layoutAnimationRepositoryAsValue = in cancelLayoutAnimation() local
85 layoutAnimationRepositoryAsValue.getObject(rt).getPropertyAsFunction( in cancelLayoutAnimation()
/expo/ios/vendored/unversioned/react-native-reanimated/Common/cpp/LayoutAnimations/
H A DLayoutAnimationsManager.cpp59 jsi::Value layoutAnimationRepositoryAsValue = in startLayoutAnimation() local
64 layoutAnimationRepositoryAsValue.getObject(rt).getPropertyAsFunction( in startLayoutAnimation()
80 jsi::Value layoutAnimationRepositoryAsValue = in cancelLayoutAnimation() local
85 layoutAnimationRepositoryAsValue.getObject(rt).getPropertyAsFunction( in cancelLayoutAnimation()
/expo/android/vendored/sdk49/react-native-reanimated/Common/cpp/LayoutAnimations/
H A DLayoutAnimationsManager.cpp59 jsi::Value layoutAnimationRepositoryAsValue = in startLayoutAnimation() local
64 layoutAnimationRepositoryAsValue.getObject(rt).getPropertyAsFunction( in startLayoutAnimation()
80 jsi::Value layoutAnimationRepositoryAsValue = in cancelLayoutAnimation() local
85 layoutAnimationRepositoryAsValue.getObject(rt).getPropertyAsFunction( in cancelLayoutAnimation()
/expo/ios/vendored/sdk47/react-native-reanimated/ios/native/
H A DNativeProxy.mm256 jsi::Value layoutAnimationRepositoryAsValue =
258 if (!layoutAnimationRepositoryAsValue.isUndefined()) {
260layoutAnimationRepositoryAsValue.getObject(*rt).getPropertyAsFunction(*rt, "startAnimationForTag");
275 jsi::Value layoutAnimationRepositoryAsValue =
277 if (!layoutAnimationRepositoryAsValue.isUndefined()) {
279layoutAnimationRepositoryAsValue.getObject(*rt).getPropertyAsFunction(*rt, "removeConfig");
/expo/ios/vendored/sdk48/react-native-reanimated/ios/native/
H A DNativeProxy.mm260 jsi::Value layoutAnimationRepositoryAsValue =
262 if (!layoutAnimationRepositoryAsValue.isUndefined()) {
264layoutAnimationRepositoryAsValue.getObject(*rt).getPropertyAsFunction(*rt, "startAnimationForTag");
279 jsi::Value layoutAnimationRepositoryAsValue =
281 if (!layoutAnimationRepositoryAsValue.isUndefined()) {
283layoutAnimationRepositoryAsValue.getObject(*rt).getPropertyAsFunction(*rt, "removeConfig");