Home
last modified time | relevance | path

Searched refs:movedTags (Results 1 – 3 of 3) sorted by relevance

/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/animations/
H A DABI48_0_0LayoutAnimationKeyFrameManager.cpp265 std::unordered_map<Tag, ShadowViewMutation> movedTags; in pullTransaction() local
331 movedTags.insert({mutation.oldChildShadowView.tag, mutation}); in pullTransaction()
337 auto movedIt = movedTags.end(); in pullTransaction()
345 movedIt = movedTags.find(mutation.newChildShadowView.tag); in pullTransaction()
346 wasInsertedTagRemoved = movedIt != movedTags.end(); in pullTransaction()
740 auto movedIt = movedTags.find(keyFrame.tag); in pullTransaction()
741 if (movedIt != movedTags.end()) { in pullTransaction()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/animations/
H A DABI49_0_0LayoutAnimationKeyFrameManager.cpp269 std::unordered_map<Tag, ShadowViewMutation> movedTags; in pullTransaction() local
335 movedTags.insert({mutation.oldChildShadowView.tag, mutation}); in pullTransaction()
341 auto movedIt = movedTags.end(); in pullTransaction()
349 movedIt = movedTags.find(mutation.newChildShadowView.tag); in pullTransaction()
350 wasInsertedTagRemoved = movedIt != movedTags.end(); in pullTransaction()
778 auto movedIt = movedTags.find(keyFrame.tag); in pullTransaction()
779 if (movedIt != movedTags.end()) { in pullTransaction()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/animations/
H A DABI47_0_0LayoutAnimationKeyFrameManager.cpp279 std::unordered_map<Tag, ShadowViewMutation> movedTags; in pullTransaction() local
345 movedTags.insert({mutation.oldChildShadowView.tag, mutation}); in pullTransaction()
351 auto movedIt = movedTags.end(); in pullTransaction()
359 movedIt = movedTags.find(mutation.newChildShadowView.tag); in pullTransaction()
360 wasInsertedTagRemoved = movedIt != movedTags.end(); in pullTransaction()
754 auto movedIt = movedTags.find(keyFrame.tag); in pullTransaction()
755 if (movedIt != movedTags.end()) { in pullTransaction()