Home
last modified time | relevance | path

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

/expo/packages/expo-dev-menu/ios/OverlayContainer/Internal/
H A DInterruptibleAnimatorOverlayContainerTransitionCoordinator.swift12 private let animator: UIViewImplicitlyAnimating variable
17 … init(animator: UIViewImplicitlyAnimating, context: OverlayContainerTransitionCoordinatorContext) {
18 self.animator = animator
68 animator.addAnimations? { [weak self] in
71 animator.addCompletion? { [weak self] _ in
H A DHeightContraintOverlayTranslationController.swift123 let animator = animationController.interruptibleAnimator(using: context) in overlayViewController() variable
125 animator: animator, in overlayViewController()
128 animator.addCompletion?({ [weak self] _ in in overlayViewController()
130 if self.lastScheduledTranslationAnimator === animator { in overlayViewController()
140 animator.startAnimation() in overlayViewController()
141 lastScheduledTranslationAnimator = animator in overlayViewController()
/expo/packages/expo-blur/ios/
H A DBlurEffectView.swift28 private var animator: UIViewPropertyAnimator? variable
37 animator?.stopAnimation(true)
52 animator?.stopAnimation(true) in draw()
53 animator = UIViewPropertyAnimator(duration: 1, curve: .linear) { [unowned self] in in draw()
56 animator?.fractionComplete = CGFloat(intensity) in draw()
/expo/ios/versioned/sdk48/ExpoBlur/
H A DBlurEffectView.swift28 private var animator: UIViewPropertyAnimator? variable
37 animator?.stopAnimation(true)
43 animator?.stopAnimation(true) in draw()
44 animator = UIViewPropertyAnimator(duration: 1, curve: .linear) { [unowned self] in in draw()
47 animator?.fractionComplete = CGFloat(intensity) in draw()
/expo/ios/versioned/sdk47/EXBlur/EXBlur/
H A DBlurEffectView.swift28 private var animator: UIViewPropertyAnimator? variable
37 animator?.stopAnimation(true)
43 animator?.stopAnimation(true) in draw()
44 animator = UIViewPropertyAnimator(duration: 1, curve: .linear) { [unowned self] in in draw()
47 animator?.fractionComplete = CGFloat(intensity) in draw()
/expo/ios/versioned/sdk49/ExpoBlur/
H A DBlurEffectView.swift28 private var animator: UIViewPropertyAnimator? variable
37 animator?.stopAnimation(true)
52 animator?.stopAnimation(true) in draw()
53 animator = UIViewPropertyAnimator(duration: 1, curve: .linear) { [unowned self] in in draw()
56 animator?.fractionComplete = CGFloat(intensity) in draw()
/expo/android/vendored/sdk48/react-native-reanimated/android/src/main/java/abi48_0_0/com/swmansion/reanimated/transitions/
H A DScale.java59 AnimatorSet animator = new AnimatorSet(); in createAnimation() local
60 animator.playTogether( in createAnimation()
72 return animator; in createAnimation()
/expo/android/vendored/sdk47/react-native-reanimated/android/src/main/java/abi47_0_0/com/swmansion/reanimated/transitions/
H A DScale.java59 AnimatorSet animator = new AnimatorSet(); in createAnimation() local
60 animator.playTogether( in createAnimation()
72 return animator; in createAnimation()
/expo/android/vendored/sdk47/react-native-screens/android/src/main/java/abi47_0_0/com/swmansion/rnscreens/
H A DScreenWindowTraits.kt69 colorAnimation.addUpdateListener { animator -> in <lambda>() method
70 window.statusBarColor = animator.animatedValue as Int in <lambda>()
/expo/android/vendored/sdk49/react-native-screens/android/src/main/java/abi49_0_0/com/swmansion/rnscreens/
H A DScreenWindowTraits.kt69 colorAnimation.addUpdateListener { animator -> in <lambda>() method
70 window.statusBarColor = animator.animatedValue as Int in <lambda>()
/expo/android/vendored/unversioned/react-native-screens/android/src/main/java/com/swmansion/rnscreens/
H A DScreenWindowTraits.kt69 colorAnimation.addUpdateListener { animator -> in <lambda>() method
70 window.statusBarColor = animator.animatedValue as Int in <lambda>()
/expo/android/vendored/sdk48/react-native-screens/android/src/main/java/abi48_0_0/com/swmansion/rnscreens/
H A DScreenWindowTraits.kt69 colorAnimation.addUpdateListener { animator -> in <lambda>() method
70 window.statusBarColor = animator.animatedValue as Int in <lambda>()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/api/components/maps/
H A DMapMarker.java308 ObjectAnimator animator = ObjectAnimator.ofObject( in animateToCoodinate() local
313 animator.setDuration(duration); in animateToCoodinate()
314 animator.start(); in animateToCoodinate()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/api/components/maps/
H A DAirMapMarker.java308 ObjectAnimator animator = ObjectAnimator.ofObject( in animateToCoodinate() local
313 animator.setDuration(duration); in animateToCoodinate()
314 animator.start(); in animateToCoodinate()
/expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/api/components/maps/
H A DMapMarker.java308 ObjectAnimator animator = ObjectAnimator.ofObject( in animateToCoodinate() local
313 animator.setDuration(duration); in animateToCoodinate()
314 animator.start(); in animateToCoodinate()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/api/components/maps/
H A DAirMapMarker.java308 ObjectAnimator animator = ObjectAnimator.ofObject( in animateToCoodinate() local
313 animator.setDuration(duration); in animateToCoodinate()
314 animator.start(); in animateToCoodinate()
/expo/ios/vendored/sdk49/react-native-screens/ios/
H A DABI49_0_0RNSScreenStack.mm587 // when preventing the native dismiss with back button, we have to return the animator.
588 …// Also, we need to return the animator when full width swiping even if the animation is not custo…
773 (id<UIViewControllerAnimatedTransitioning>)animator
/expo/ios/vendored/unversioned/react-native-screens/ios/
H A DRNSScreenStack.mm587 // when preventing the native dismiss with back button, we have to return the animator.
588 …// Also, we need to return the animator when full width swiping even if the animation is not custo…
773 (id<UIViewControllerAnimatedTransitioning>)animator
/expo/ios/vendored/sdk47/react-native-screens/ios/
H A DABI47_0_0RNSScreenStack.mm570 // we need to return the animator when full width swiping even if the animation is not custom,
734 (id<UIViewControllerAnimatedTransitioning>)animator
/expo/ios/vendored/sdk48/react-native-screens/ios/
H A DABI48_0_0RNSScreenStack.mm570 // we need to return the animator when full width swiping even if the animation is not custom,
734 (id<UIViewControllerAnimatedTransitioning>)animator