| /expo/packages/expo-dev-menu/ios/OverlayContainer/Internal/ |
| H A D | InterruptibleAnimatorOverlayContainerTransitionCoordinator.swift | 12 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 D | HeightContraintOverlayTranslationController.swift | 123 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 D | BlurEffectView.swift | 28 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 D | BlurEffectView.swift | 28 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 D | BlurEffectView.swift | 28 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 D | BlurEffectView.swift | 28 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 D | Scale.java | 59 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 D | Scale.java | 59 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 D | ScreenWindowTraits.kt | 69 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 D | ScreenWindowTraits.kt | 69 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 D | ScreenWindowTraits.kt | 69 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 D | ScreenWindowTraits.kt | 69 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 D | MapMarker.java | 308 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 D | AirMapMarker.java | 308 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 D | MapMarker.java | 308 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 D | AirMapMarker.java | 308 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 D | ABI49_0_0RNSScreenStack.mm | 587 // 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 D | RNSScreenStack.mm | 587 // 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 D | ABI47_0_0RNSScreenStack.mm | 570 // 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 D | ABI48_0_0RNSScreenStack.mm | 570 // we need to return the animator when full width swiping even if the animation is not custom, 734 (id<UIViewControllerAnimatedTransitioning>)animator
|