Home
last modified time | relevance | path

Searched refs:stopAnimation (Results 1 – 25 of 47) sorted by relevance

12

/expo/packages/expo-blur/ios/
H A DBlurEffectView.swift37 animator?.stopAnimation(true)
52 animator?.stopAnimation(true) in draw()
/expo/ios/versioned/sdk48/ExpoBlur/
H A DBlurEffectView.swift37 animator?.stopAnimation(true)
43 animator?.stopAnimation(true) in draw()
/expo/ios/versioned/sdk47/EXBlur/EXBlur/
H A DBlurEffectView.swift37 animator?.stopAnimation(true)
43 animator?.stopAnimation(true) in draw()
/expo/ios/versioned/sdk49/ExpoBlur/
H A DBlurEffectView.swift37 animator?.stopAnimation(true)
52 animator?.stopAnimation(true) in draw()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/NativeAnimation/Drivers/
H A DABI47_0_0RCTAnimationDriver.h33 - (void)stopAnimation;
H A DABI47_0_0RCTDecayAnimation.m72 - (void)stopAnimation
H A DABI47_0_0RCTFrameAnimation.m78 - (void)stopAnimation
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/NativeAnimation/Drivers/
H A DABI48_0_0RCTAnimationDriver.h33 - (void)stopAnimation;
H A DABI48_0_0RCTDecayAnimation.m71 - (void)stopAnimation
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/NativeAnimation/Drivers/
H A DABI49_0_0RCTAnimationDriver.h33 - (void)stopAnimation;
H A DABI49_0_0RCTDecayAnimation.m71 - (void)stopAnimation
/expo/ios/vendored/sdk47/react-native-reanimated/ios/keyboardObserver/
H A DABI47_0_0REAKeyboardEventObserver.m86 - (void)stopAnimation
123 [self stopAnimation];
135 [self stopAnimation];
/expo/ios/vendored/sdk48/react-native-reanimated/ios/keyboardObserver/
H A DABI48_0_0REAKeyboardEventObserver.m86 - (void)stopAnimation
123 [self stopAnimation];
135 [self stopAnimation];
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Animated/
H A DAnimated.d.ts98 stopAnimation: (callback: (value: ColorValue) => unknown) => void;
184 stopAnimation(callback?: (value: number) => void): void;
236 stopAnimation(callback?: (value: {x: number; y: number}) => void): void;
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Animated/
H A DAnimated.d.ts94 stopAnimation: (callback: (value: ColorValue) => unknown) => void;
180 stopAnimation(callback?: (value: number) => void): void;
232 stopAnimation(callback?: (value: {x: number; y: number}) => void): void;
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/NativeAnimation/Nodes/
H A DABI47_0_0RCTTrackingAnimatedNode.m33 [self.manager stopAnimation:_animationId];
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/NativeAnimation/Nodes/
H A DABI48_0_0RCTTrackingAnimatedNode.m32 [self.manager stopAnimation:_animationId];
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/NativeAnimation/Nodes/
H A DABI49_0_0RCTTrackingAnimatedNode.m32 [self.manager stopAnimation:_animationId];
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/NativeAnimation/
H A DABI47_0_0RCTNativeAnimatedNodesManager.h76 - (void)stopAnimation:(NSNumber *)animationId;
H A DABI47_0_0RCTNativeAnimatedNodesManager.m318 - (void)stopAnimation:(NSNumber *)animationId
322 [driver stopAnimation];
338 [driver stopAnimation];
471 [animationDriver stopAnimation];
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/NativeAnimation/
H A DABI48_0_0RCTNativeAnimatedNodesManager.h68 - (void)stopAnimation:(NSNumber *)animationId;
H A DABI48_0_0RCTNativeAnimatedNodesManager.m312 - (void)stopAnimation:(NSNumber *)animationId
316 [driver stopAnimation];
332 [driver stopAnimation];
463 [animationDriver stopAnimation];
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/NativeAnimation/
H A DABI49_0_0RCTNativeAnimatedNodesManager.h68 - (void)stopAnimation:(NSNumber *)animationId;
H A DABI49_0_0RCTNativeAnimatedNodesManager.m312 - (void)stopAnimation:(NSNumber *)animationId
316 [driver stopAnimation];
332 [driver stopAnimation];
463 [animationDriver stopAnimation];
/expo/apps/native-component-list/src/components/
H A DMonoTextWithCountdown.tsx36 animatedValue.stopAnimation((value) => {

12