Home
last modified time | relevance | path

Searched refs:LayoutAnimationType (Results 1 – 25 of 26) sorted by relevance

12

/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/LayoutAnimation/
H A DLayoutAnimation.d.ts10 export type LayoutAnimationType = alias
19 [type in LayoutAnimationType]: type;
37 type?: LayoutAnimationType | undefined;
67 type?: LayoutAnimationType,
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/LayoutAnimation/
H A DLayoutAnimation.d.ts10 export type LayoutAnimationType = alias
19 [type in LayoutAnimationType]: type;
37 type?: LayoutAnimationType | undefined;
67 type?: LayoutAnimationType,
/expo/ios/vendored/sdk49/react-native-reanimated/Common/cpp/LayoutAnimations/
H A DLayoutAnimationsManager.h24 LayoutAnimationType type,
27 bool hasLayoutAnimation(int tag, LayoutAnimationType type);
31 LayoutAnimationType type,
37 LayoutAnimationType type,
44 LayoutAnimationType type);
H A DLayoutAnimationType.h3 typedef enum LayoutAnimationType { enum
8 } LayoutAnimationType; typedef
H A DLayoutAnimationsManager.cpp11 LayoutAnimationType type, in configureAnimation()
24 LayoutAnimationType type) { in hasLayoutAnimation()
51 LayoutAnimationType type, in startLayoutAnimation()
77 LayoutAnimationType type, in cancelLayoutAnimation()
116 &LayoutAnimationsManager::getConfigsForType(LayoutAnimationType type) { in getConfigsForType()
/expo/android/vendored/unversioned/react-native-reanimated/Common/cpp/LayoutAnimations/
H A DLayoutAnimationsManager.h24 LayoutAnimationType type,
27 bool hasLayoutAnimation(int tag, LayoutAnimationType type);
31 LayoutAnimationType type,
37 LayoutAnimationType type,
44 LayoutAnimationType type);
H A DLayoutAnimationType.h3 typedef enum LayoutAnimationType { enum
8 } LayoutAnimationType; typedef
H A DLayoutAnimationsManager.cpp11 LayoutAnimationType type, in configureAnimation()
24 LayoutAnimationType type) { in hasLayoutAnimation()
51 LayoutAnimationType type, in startLayoutAnimation()
77 LayoutAnimationType type, in cancelLayoutAnimation()
116 &LayoutAnimationsManager::getConfigsForType(LayoutAnimationType type) { in getConfigsForType()
/expo/android/vendored/sdk49/react-native-reanimated/Common/cpp/LayoutAnimations/
H A DLayoutAnimationsManager.h24 LayoutAnimationType type,
27 bool hasLayoutAnimation(int tag, LayoutAnimationType type);
31 LayoutAnimationType type,
37 LayoutAnimationType type,
44 LayoutAnimationType type);
H A DLayoutAnimationType.h3 typedef enum LayoutAnimationType { enum
8 } LayoutAnimationType; typedef
H A DLayoutAnimationsManager.cpp11 LayoutAnimationType type, in configureAnimation()
24 LayoutAnimationType type) { in hasLayoutAnimation()
51 LayoutAnimationType type, in startLayoutAnimation()
77 LayoutAnimationType type, in cancelLayoutAnimation()
116 &LayoutAnimationsManager::getConfigsForType(LayoutAnimationType type) { in getConfigsForType()
/expo/ios/vendored/unversioned/react-native-reanimated/Common/cpp/LayoutAnimations/
H A DLayoutAnimationsManager.h24 LayoutAnimationType type,
27 bool hasLayoutAnimation(int tag, LayoutAnimationType type);
31 LayoutAnimationType type,
37 LayoutAnimationType type,
44 LayoutAnimationType type);
H A DLayoutAnimationType.h3 typedef enum LayoutAnimationType { enum
8 } LayoutAnimationType; typedef
H A DLayoutAnimationsManager.cpp11 LayoutAnimationType type, in configureAnimation()
24 LayoutAnimationType type) { in hasLayoutAnimation()
51 LayoutAnimationType type, in startLayoutAnimation()
77 LayoutAnimationType type, in cancelLayoutAnimation()
116 &LayoutAnimationsManager::getConfigsForType(LayoutAnimationType type) { in getConfigsForType()
/expo/ios/vendored/unversioned/react-native-reanimated/ios/LayoutReanimation/
H A DREAAnimationsManager.h2 #import <RNReanimated/LayoutAnimationType.h>
17 typedef BOOL (^REAHasAnimationBlock)(NSNumber *_Nonnull tag, LayoutAnimationType type);
20 LayoutAnimationType type,
25 …^REACancelAnimationBlock)(NSNumber *_Nonnull tag, LayoutAnimationType type, BOOL cancelled, BOOL r…
59 - (BOOL)hasAnimationForTag:(NSNumber *)tag type:(LayoutAnimationType)type;
62 type:(LayoutAnimationType)type
H A DREAAnimationsManager.m523 LayoutAnimationType type = before == nil ? ENTERING : LAYOUT;
562 - (BOOL)hasAnimationForTag:(NSNumber *)tag type:(LayoutAnimationType)type
577 type:(LayoutAnimationType)type argument
/expo/ios/vendored/sdk49/react-native-reanimated/ios/LayoutReanimation/
H A DABI49_0_0REAAnimationsManager.h2 #import <ABI49_0_0RNReanimated/LayoutAnimationType.h>
17 typedef BOOL (^ABI49_0_0REAHasAnimationBlock)(NSNumber *_Nonnull tag, LayoutAnimationType type);
20 LayoutAnimationType type,
25 …^ABI49_0_0REACancelAnimationBlock)(NSNumber *_Nonnull tag, LayoutAnimationType type, BOOL cancelle…
59 - (BOOL)hasAnimationForTag:(NSNumber *)tag type:(LayoutAnimationType)type;
62 type:(LayoutAnimationType)type
H A DABI49_0_0REAAnimationsManager.m523 LayoutAnimationType type = before == nil ? ENTERING : LAYOUT;
562 - (BOOL)hasAnimationForTag:(NSNumber *)tag type:(LayoutAnimationType)type
577 type:(LayoutAnimationType)type argument
/expo/android/vendored/unversioned/react-native-reanimated/android/src/main/cpp/
H A DNativeProxy.cpp525 rt, tag, static_cast<LayoutAnimationType>(type), yogaValues); in setupLayoutAnimations()
536 tag, static_cast<LayoutAnimationType>(type)); in setupLayoutAnimations()
556 static_cast<LayoutAnimationType>(type), in setupLayoutAnimations()
/expo/android/vendored/sdk49/react-native-reanimated/android/src/main/cpp/
H A DNativeProxy.cpp525 rt, tag, static_cast<LayoutAnimationType>(type), yogaValues); in setupLayoutAnimations()
536 tag, static_cast<LayoutAnimationType>(type)); in setupLayoutAnimations()
556 static_cast<LayoutAnimationType>(type), in setupLayoutAnimations()
/expo/ios/vendored/unversioned/react-native-reanimated/ios/native/
H A DNativeProxy.mm306 …NSNumber *_Nonnull tag, LayoutAnimationType type, NSDictionary *_Nonnull values, NSNumber *depth) {
331 [animationsManager setHasAnimationBlock:^(NSNumber *_Nonnull tag, LayoutAnimationType type) {
349 …setCancelAnimationBlock:^(NSNumber *_Nonnull tag, LayoutAnimationType type, BOOL cancelled, BOOL r…
/expo/ios/vendored/sdk49/react-native-reanimated/ios/native/
H A DNativeProxy.mm306 …NSNumber *_Nonnull tag, LayoutAnimationType type, NSDictionary *_Nonnull values, NSNumber *depth) {
331 [animationsManager setHasAnimationBlock:^(NSNumber *_Nonnull tag, LayoutAnimationType type) {
349 …setCancelAnimationBlock:^(NSNumber *_Nonnull tag, LayoutAnimationType type, BOOL cancelled, BOOL r…
/expo/android/vendored/unversioned/react-native-reanimated/Common/cpp/NativeModules/
H A DNativeReanimatedModule.cpp399 static_cast<LayoutAnimationType>(type.asNumber()), in configureLayoutAnimation()
/expo/ios/vendored/sdk49/react-native-reanimated/Common/cpp/NativeModules/
H A DNativeReanimatedModule.cpp399 static_cast<LayoutAnimationType>(type.asNumber()), in configureLayoutAnimation()
/expo/ios/vendored/unversioned/react-native-reanimated/Common/cpp/NativeModules/
H A DNativeReanimatedModule.cpp399 static_cast<LayoutAnimationType>(type.asNumber()), in configureLayoutAnimation()

12