Home
last modified time | relevance | path

Searched refs:Types (Results 1 – 25 of 37) sorted by relevance

12

/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/bridging/
H A DABI47_0_0Array.h72 template <typename... Types>
73 struct Bridging<std::tuple<Types...>>
74 : array_detail::BridgingStatic<std::tuple<Types...>, sizeof...(Types)> {};
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/bridging/
H A DABI49_0_0Array.h73 template <typename... Types>
74 struct Bridging<std::tuple<Types...>>
75 : array_detail::BridgingStatic<std::tuple<Types...>, sizeof...(Types)> {};
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/bridging/
H A DABI48_0_0Array.h73 template <typename... Types>
74 struct Bridging<std::tuple<Types...>>
75 : array_detail::BridgingStatic<std::tuple<Types...>, sizeof...(Types)> {};
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/LayoutAnimation/
H A DLayoutAnimation.d.ts70 Types: LayoutAnimationTypes; property
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/LayoutAnimation/
H A DLayoutAnimation.d.ts70 Types: LayoutAnimationTypes; property
/expo/apps/native-component-list/src/screens/ExpoMaps/navigators/
H A DMainNavigator.tsx16 'Map Types': undefined;
/expo/android/vendored/sdk49/react-native-reanimated/android/src/main/java/abi49_0_0/com/swmansion/reanimated/layoutReanimation/
H A DAnimationsManager.java99 if (!hasAnimationForTag(view.getId(), LayoutAnimations.Types.ENTERING)) { in onViewCreate()
112 mNativeMethodsHolder.startAnimation(tag, LayoutAnimations.Types.ENTERING, preparedValues); in onViewCreate()
124 if (!hasAnimationForTag(tag, LayoutAnimations.Types.LAYOUT)) { in onViewUpdate()
173 mNativeMethodsHolder.startAnimation(tag, LayoutAnimations.Types.LAYOUT, preparedValues); in onViewUpdate()
177 if (hasAnimationForTag(view.getId(), LayoutAnimations.Types.SHARED_ELEMENT_TRANSITION)) { in maybeRegisterSharedView()
486 hasAnimationForTag(tag, LayoutAnimations.Types.EXITING) || mExitingViews.containsKey(tag); in removeOrAnimateExitRecursive()
490 if (hasAnimationForTag(tag, LayoutAnimations.Types.SHARED_ELEMENT_TRANSITION)) { in removeOrAnimateExitRecursive()
521 mNativeMethodsHolder.startAnimation(tag, LayoutAnimations.Types.EXITING, preparedValues); in removeOrAnimateExitRecursive()
H A DLayoutAnimations.java12 public static class Types { class in LayoutAnimations
H A DSharedTransitionManager.java406 view.getId(), LayoutAnimations.Types.SHARED_ELEMENT_TRANSITION, preparedValues); in startSharedAnimationForView()
506 view.getId(), LayoutAnimations.Types.SHARED_ELEMENT_TRANSITION)) { in run()
569 view.getId(), LayoutAnimations.Types.SHARED_ELEMENT_TRANSITION)) { in visitNativeTreeAndMakeSnapshot()
587 viewTag, LayoutAnimations.Types.SHARED_ELEMENT_TRANSITION, true, true); in cancelAnimation()
/expo/android/vendored/unversioned/react-native-reanimated/android/src/main/java/com/swmansion/reanimated/layoutReanimation/
H A DAnimationsManager.java99 if (!hasAnimationForTag(view.getId(), LayoutAnimations.Types.ENTERING)) { in onViewCreate()
112 mNativeMethodsHolder.startAnimation(tag, LayoutAnimations.Types.ENTERING, preparedValues); in onViewCreate()
124 if (!hasAnimationForTag(tag, LayoutAnimations.Types.LAYOUT)) { in onViewUpdate()
173 mNativeMethodsHolder.startAnimation(tag, LayoutAnimations.Types.LAYOUT, preparedValues); in onViewUpdate()
177 if (hasAnimationForTag(view.getId(), LayoutAnimations.Types.SHARED_ELEMENT_TRANSITION)) { in maybeRegisterSharedView()
486 hasAnimationForTag(tag, LayoutAnimations.Types.EXITING) || mExitingViews.containsKey(tag); in removeOrAnimateExitRecursive()
490 if (hasAnimationForTag(tag, LayoutAnimations.Types.SHARED_ELEMENT_TRANSITION)) { in removeOrAnimateExitRecursive()
521 mNativeMethodsHolder.startAnimation(tag, LayoutAnimations.Types.EXITING, preparedValues); in removeOrAnimateExitRecursive()
H A DLayoutAnimations.java12 public static class Types { class in LayoutAnimations
H A DSharedTransitionManager.java406 view.getId(), LayoutAnimations.Types.SHARED_ELEMENT_TRANSITION, preparedValues); in startSharedAnimationForView()
506 view.getId(), LayoutAnimations.Types.SHARED_ELEMENT_TRANSITION)) { in run()
569 view.getId(), LayoutAnimations.Types.SHARED_ELEMENT_TRANSITION)) { in visitNativeTreeAndMakeSnapshot()
587 viewTag, LayoutAnimations.Types.SHARED_ELEMENT_TRANSITION, true, true); in cancelAnimation()
/expo/apps/native-component-list/src/components/
H A DSearchBar.ios.tsx74 type: LayoutAnimation.Types.linear,
78 type: LayoutAnimation.Types.spring,
/expo/docs/components/plugins/api/
H A DAPISectionTypes.tsx112 // Object Types
260 <H2 key="types-header">Types</H2>
/expo/docs/components/plugins/
H A DAPISection.test.tsx85 expect(screen.queryByText('Types'));
/expo/docs/pages/versions/v46.0.0/sdk/
H A Dbarometer.mdx152 ## Types
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/hermes/inspector/
H A DREADME.md50 # Adding Support For New Message Types
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/hermes/inspector/
H A DREADME.md50 # Adding Support For New Message Types
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/hermes/inspector/
H A DREADME.md50 # Adding Support For New Message Types
/expo/docs/pages/router/reference/
H A Dhooks.mdx175 ## Types
/expo/packages/expo-auth-session/build/
H A DDiscovery.js.map1Types.\n * If omitted, the default value is [\"authorization_code\", \"implicit\"].\n */\n…
/expo/docs/pages/versions/unversioned/sdk/
H A Dsafe-area-context.mdx105 ## Types
/expo/docs/pages/versions/v49.0.0/sdk/
H A Dsafe-area-context.mdx105 ## Types
/expo/android/vendored/sdk49/react-native-reanimated/android/src/reactNativeVersionPatch/nativeHierarchyManager/latest/com/swmansion/reanimated/layoutReanimation/
H A DReanimatedNativeHierarchyManager.java105 if (!mAnimationsManager.hasAnimationForTag(view.getId(), LayoutAnimations.Types.ENTERING)) { in applyLayoutUpdate()
/expo/android/vendored/unversioned/react-native-reanimated/android/src/reactNativeVersionPatch/nativeHierarchyManager/latest/com/swmansion/reanimated/layoutReanimation/
H A DReanimatedNativeHierarchyManager.java105 if (!mAnimationsManager.hasAnimationForTag(view.getId(), LayoutAnimations.Types.ENTERING)) { in applyLayoutUpdate()

12