Home
last modified time | relevance | path

Searched defs:tag (Results 1 – 25 of 691) sorted by relevance

12345678910>>...28

/expo/android/vendored/sdk49/react-native-svg/android/src/paper/java/abi49_0_0/com/horcrux/svg/
H A DNativeSvgRenderableModuleSpec.java28 public abstract boolean isPointInFill(Double tag, ReadableMap options); in isPointInFill()
32 public abstract boolean isPointInStroke(Double tag, ReadableMap options); in isPointInStroke()
36 public abstract double getTotalLength(Double tag); in getTotalLength()
40 public abstract WritableMap getPointAtLength(Double tag, ReadableMap options); in getPointAtLength()
44 public abstract WritableMap getBBox(Double tag, ReadableMap options); in getBBox()
48 public abstract WritableMap getCTM(Double tag); in getCTM()
52 public abstract WritableMap getScreenCTM(Double tag); in getScreenCTM()
/expo/android/vendored/unversioned/react-native-svg/android/src/paper/java/com/horcrux/svg/
H A DNativeSvgRenderableModuleSpec.java28 public abstract boolean isPointInFill(Double tag, ReadableMap options); in isPointInFill()
32 public abstract boolean isPointInStroke(Double tag, ReadableMap options); in isPointInStroke()
36 public abstract double getTotalLength(Double tag); in getTotalLength()
40 public abstract WritableMap getPointAtLength(Double tag, ReadableMap options); in getPointAtLength()
44 public abstract WritableMap getBBox(Double tag, ReadableMap options); in getBBox()
48 public abstract WritableMap getCTM(Double tag); in getCTM()
52 public abstract WritableMap getScreenCTM(Double tag); in getScreenCTM()
/expo/android/vendored/sdk49/react-native-reanimated/android/src/main/java/abi49_0_0/com/swmansion/reanimated/layoutReanimation/
H A DNativeMethodsHolder.java6 void startAnimation(int tag, int type, HashMap<String, Object> values); in startAnimation()
8 boolean hasAnimation(int tag, int type); in hasAnimation()
10 void clearAnimationConfig(int tag); in clearAnimationConfig()
12 void cancelAnimation(int tag, int type, boolean cancelled, boolean removeView); in cancelAnimation()
16 int findPrecedingViewTagForTransition(int tag); in findPrecedingViewTagForTransition()
H A DLayoutAnimations.java38 public native void startAnimationForTag(int tag, int type, Map<String, String> values); in startAnimationForTag()
40 public native boolean hasAnimationForTag(int tag, int type); in hasAnimationForTag()
42 public native void clearAnimationConfigForTag(int tag); in clearAnimationConfigForTag()
45 int tag, int type, boolean cancelled, boolean removeView); in cancelAnimationForTag()
49 public native int findPrecedingViewTagForTransition(int tag); in findPrecedingViewTagForTransition()
51 private void endLayoutAnimation(int tag, boolean cancelled, boolean removeView) { in endLayoutAnimation()
60 int tag, Map<String, Object> newStyle, boolean isSharedTransition) { in progressLayoutAnimation()
/expo/android/vendored/unversioned/react-native-reanimated/android/src/main/java/com/swmansion/reanimated/layoutReanimation/
H A DNativeMethodsHolder.java6 void startAnimation(int tag, int type, HashMap<String, Object> values); in startAnimation()
8 boolean hasAnimation(int tag, int type); in hasAnimation()
10 void clearAnimationConfig(int tag); in clearAnimationConfig()
12 void cancelAnimation(int tag, int type, boolean cancelled, boolean removeView); in cancelAnimation()
16 int findPrecedingViewTagForTransition(int tag); in findPrecedingViewTagForTransition()
H A DLayoutAnimations.java38 public native void startAnimationForTag(int tag, int type, Map<String, String> values); in startAnimationForTag()
40 public native boolean hasAnimationForTag(int tag, int type); in hasAnimationForTag()
42 public native void clearAnimationConfigForTag(int tag); in clearAnimationConfigForTag()
45 int tag, int type, boolean cancelled, boolean removeView); in cancelAnimationForTag()
49 public native int findPrecedingViewTagForTransition(int tag); in findPrecedingViewTagForTransition()
51 private void endLayoutAnimation(int tag, boolean cancelled, boolean removeView) { in endLayoutAnimation()
60 int tag, Map<String, Object> newStyle, boolean isSharedTransition) { in progressLayoutAnimation()
/expo/packages/expo-keep-awake/build/
H A Dindex.js22 export function useKeepAwake(tag = ExpoKeepAwakeTag, options) { argument
54 export function activateKeepAwake(tag = ExpoKeepAwakeTag) { argument
70 export async function activateKeepAwakeAsync(tag = ExpoKeepAwakeTag) { argument
81 export async function deactivateKeepAwake(tag = ExpoKeepAwakeTag) { argument
/expo/android/vendored/unversioned/react-native-reanimated/android/src/main/cpp/
H A DLayoutAnimations.cpp22 int tag, in startAnimationForTag()
29 int tag, in progressLayoutAnimation()
40 int tag, in endLayoutAnimation()
54 bool LayoutAnimations::hasAnimationForTag(int tag, int type) { in hasAnimationForTag()
63 void LayoutAnimations::clearAnimationConfigForTag(int tag) { in clearAnimationConfigForTag()
73 int tag, in cancelAnimationForTag()
91 int LayoutAnimations::findPrecedingViewTagForTransition(int tag) { in findPrecedingViewTagForTransition()
/expo/android/vendored/sdk49/react-native-reanimated/android/src/main/cpp/
H A DLayoutAnimations.cpp22 int tag, in startAnimationForTag()
29 int tag, in progressLayoutAnimation()
40 int tag, in endLayoutAnimation()
54 bool LayoutAnimations::hasAnimationForTag(int tag, int type) { in hasAnimationForTag()
63 void LayoutAnimations::clearAnimationConfigForTag(int tag) { in clearAnimationConfigForTag()
73 int tag, in cancelAnimationForTag()
91 int LayoutAnimations::findPrecedingViewTagForTransition(int tag) { in findPrecedingViewTagForTransition()
/expo/ios/vendored/sdk49/react-native-reanimated/Common/cpp/LayoutAnimations/
H A DLayoutAnimationsManager.cpp10 int tag, in configureAnimation()
23 int tag, in hasLayoutAnimation()
29 void LayoutAnimationsManager::clearLayoutAnimationConfig(int tag) { in clearLayoutAnimationConfig()
50 int tag, in startLayoutAnimation()
76 int tag, in cancelLayoutAnimation()
105 int LayoutAnimationsManager::findPrecedingViewTagForTransition(int tag) { in findPrecedingViewTagForTransition()
/expo/android/vendored/unversioned/react-native-reanimated/Common/cpp/LayoutAnimations/
H A DLayoutAnimationsManager.cpp10 int tag, in configureAnimation()
23 int tag, in hasLayoutAnimation()
29 void LayoutAnimationsManager::clearLayoutAnimationConfig(int tag) { in clearLayoutAnimationConfig()
50 int tag, in startLayoutAnimation()
76 int tag, in cancelLayoutAnimation()
105 int LayoutAnimationsManager::findPrecedingViewTagForTransition(int tag) { in findPrecedingViewTagForTransition()
/expo/ios/vendored/unversioned/react-native-reanimated/Common/cpp/LayoutAnimations/
H A DLayoutAnimationsManager.cpp10 int tag, in configureAnimation()
23 int tag, in hasLayoutAnimation()
29 void LayoutAnimationsManager::clearLayoutAnimationConfig(int tag) { in clearLayoutAnimationConfig()
50 int tag, in startLayoutAnimation()
76 int tag, in cancelLayoutAnimation()
105 int LayoutAnimationsManager::findPrecedingViewTagForTransition(int tag) { in findPrecedingViewTagForTransition()
/expo/android/vendored/sdk49/react-native-reanimated/Common/cpp/LayoutAnimations/
H A DLayoutAnimationsManager.cpp10 int tag, in configureAnimation()
23 int tag, in hasLayoutAnimation()
29 void LayoutAnimationsManager::clearLayoutAnimationConfig(int tag) { in clearLayoutAnimationConfig()
50 int tag, in startLayoutAnimation()
76 int tag, in cancelLayoutAnimation()
105 int LayoutAnimationsManager::findPrecedingViewTagForTransition(int tag) { in findPrecedingViewTagForTransition()
/expo/android/vendored/sdk48/react-native-reanimated/android/src/main/java/abi48_0_0/com/swmansion/reanimated/layoutReanimation/
H A DLayoutAnimations.java29 public native void startAnimationForTag(int tag, String type, Map<String, String> values); in startAnimationForTag()
31 public native void removeConfigForTag(int tag); in removeConfigForTag()
35 private void notifyAboutEnd(int tag, int cancelledInt) { in notifyAboutEnd()
46 private void notifyAboutProgress(Map<String, Object> newStyle, int tag) { in notifyAboutProgress()
/expo/android/vendored/sdk47/react-native-reanimated/android/src/main/java/abi47_0_0/com/swmansion/reanimated/layoutReanimation/
H A DLayoutAnimations.java29 public native void startAnimationForTag(int tag, String type, Map<String, String> values); in startAnimationForTag()
31 public native void removeConfigForTag(int tag); in removeConfigForTag()
35 private void notifyAboutEnd(int tag, int cancelledInt) { in notifyAboutEnd()
46 private void notifyAboutProgress(Map<String, Object> newStyle, int tag) { in notifyAboutProgress()
/expo/android/vendored/sdk47/react-native-reanimated/android/src/main/cpp/
H A DLayoutAnimations.cpp21 int tag, in startAnimationForTag()
50 void LayoutAnimations::removeConfigForTag(int tag) { in removeConfigForTag()
67 int tag) { in notifyAboutProgress()
80 void LayoutAnimations::notifyAboutEnd(int tag, int cancelled) { in notifyAboutEnd()
/expo/android/vendored/sdk48/react-native-reanimated/android/src/main/cpp/
H A DLayoutAnimations.cpp21 int tag, in startAnimationForTag()
50 void LayoutAnimations::removeConfigForTag(int tag) { in removeConfigForTag()
67 int tag) { in notifyAboutProgress()
80 void LayoutAnimations::notifyAboutEnd(int tag, int cancelled) { in notifyAboutEnd()
/expo/android/vendored/sdk48/react-native-reanimated/Common/cpp/LayoutAnimations/
H A DLayoutAnimationsProxy.cpp20 int tag, in startObserving()
31 void LayoutAnimationsProxy::stopObserving(int tag, bool finished) { in stopObserving()
41 void LayoutAnimationsProxy::notifyAboutCancellation(int tag) { in notifyAboutCancellation()
/expo/ios/vendored/sdk47/react-native-reanimated/Common/cpp/LayoutAnimations/
H A DLayoutAnimationsProxy.cpp20 int tag, in startObserving()
31 void LayoutAnimationsProxy::stopObserving(int tag, bool finished) { in stopObserving()
41 void LayoutAnimationsProxy::notifyAboutCancellation(int tag) { in notifyAboutCancellation()
/expo/ios/vendored/sdk48/react-native-reanimated/Common/cpp/LayoutAnimations/
H A DLayoutAnimationsProxy.cpp20 int tag, in startObserving()
31 void LayoutAnimationsProxy::stopObserving(int tag, bool finished) { in stopObserving()
41 void LayoutAnimationsProxy::notifyAboutCancellation(int tag) { in notifyAboutCancellation()
/expo/android/vendored/sdk47/react-native-reanimated/Common/cpp/LayoutAnimations/
H A DLayoutAnimationsProxy.cpp20 int tag, in startObserving()
31 void LayoutAnimationsProxy::stopObserving(int tag, bool finished) { in stopObserving()
41 void LayoutAnimationsProxy::notifyAboutCancellation(int tag) { in notifyAboutCancellation()
/expo/android/vendored/sdk47/react-native-svg/android/src/main/java/abi47_0_0/com/horcrux/svg/
H A DRNSVGRenderableManager.java44 public boolean isPointInFill(int tag, ReadableMap options) { in isPointInFill()
60 public boolean isPointInStroke(int tag, ReadableMap options) { in isPointInStroke()
85 public float getTotalLength(int tag) { in getTotalLength()
106 public WritableMap getPointAtLength(int tag, ReadableMap options) { in getPointAtLength()
140 public WritableMap getBBox(int tag, ReadableMap options) { in getBBox()
190 public WritableMap getCTM(int tag) { in getCTM()
216 public WritableMap getScreenCTM(int tag) { in getScreenCTM()
/expo/android/vendored/sdk48/react-native-svg/android/src/main/java/abi48_0_0/com/horcrux/svg/
H A DRNSVGRenderableManager.java44 public boolean isPointInFill(int tag, ReadableMap options) { in isPointInFill()
60 public boolean isPointInStroke(int tag, ReadableMap options) { in isPointInStroke()
85 public float getTotalLength(int tag) { in getTotalLength()
106 public WritableMap getPointAtLength(int tag, ReadableMap options) { in getPointAtLength()
140 public WritableMap getBBox(int tag, ReadableMap options) { in getBBox()
190 public WritableMap getCTM(int tag) { in getCTM()
216 public WritableMap getScreenCTM(int tag) { in getScreenCTM()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/api/components/maps/
H A DMapModule.java81 public void takeSnapshot(final int tag, final ReadableMap options, final Promise promise) { in takeSnapshot()
154 public void getCamera(final int tag, final Promise promise) { in getCamera()
191 …public void getAddressFromCoordinates(final int tag, final ReadableMap coordinate, final Promise p… in getAddressFromCoordinates()
246 public void pointForCoordinate(final int tag, ReadableMap coordinate, final Promise promise) { in pointForCoordinate()
283 public void coordinateForPoint(final int tag, ReadableMap point, final Promise promise) { in coordinateForPoint()
322 public void getMapBoundaries(final int tag, final Promise promise) { in getMapBoundaries()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/api/components/maps/
H A DAirMapModule.java81 public void takeSnapshot(final int tag, final ReadableMap options, final Promise promise) { in takeSnapshot()
154 public void getCamera(final int tag, final Promise promise) { in getCamera()
191 …public void getAddressFromCoordinates(final int tag, final ReadableMap coordinate, final Promise p… in getAddressFromCoordinates()
246 public void pointForCoordinate(final int tag, ReadableMap coordinate, final Promise promise) { in pointForCoordinate()
283 public void coordinateForPoint(final int tag, ReadableMap point, final Promise promise) { in coordinateForPoint()
322 public void getMapBoundaries(final int tag, final Promise promise) { in getMapBoundaries()

12345678910>>...28