Searched refs:currentAnimation (Results 1 – 3 of 3) sorted by relevance
241 std::optional<LayoutAnimation> currentAnimation{}; in pullTransaction() local245 currentAnimation = std::move(currentAnimation_); in pullTransaction()250 if (currentAnimation.has_value()) { in pullTransaction()251 LayoutAnimation animation = std::move(currentAnimation).value(); in pullTransaction()
245 std::optional<LayoutAnimation> currentAnimation{}; in pullTransaction() local249 currentAnimation = std::move(currentAnimation_); in pullTransaction()254 if (currentAnimation.has_value()) { in pullTransaction()255 LayoutAnimation animation = std::move(currentAnimation).value(); in pullTransaction()
255 std::optional<LayoutAnimation> currentAnimation{}; in pullTransaction() local259 currentAnimation = std::move(currentAnimation_); in pullTransaction()264 if (currentAnimation.has_value()) { in pullTransaction()265 LayoutAnimation animation = std::move(currentAnimation).value(); in pullTransaction()