Home
last modified time | relevance | path

Searched refs:Integer (Results 1 – 25 of 320) sorted by relevance

12345678910>>...13

/expo/packages/expo-maps/android/src/main/java/expo/modules/maps/googleMaps/
H A DGoogleMapsCircles.kt40 Integer.decode("0x" + colorString[1] + colorString[1]), in colorStringtoInt()
41 Integer.decode("0x" + colorString[2] + colorString[2]), in colorStringtoInt()
42 Integer.decode("0x" + colorString[3] + colorString[3]), in colorStringtoInt()
45 Integer.decode("0x" + colorString[4] + colorString[4]), in colorStringtoInt()
52 Integer.decode("0x" + colorString.substring(1..2)), in colorStringtoInt()
53 Integer.decode("0x" + colorString.substring(3..4)), in colorStringtoInt()
54 Integer.decode("0x" + colorString.substring(5..6)), in colorStringtoInt()
57 Integer.decode("0x" + colorString.substring(7..8)), in colorStringtoInt()
58 Integer.decode("0x" + colorString.substring(1..2)), in colorStringtoInt()
59 Integer.decode("0x" + colorString.substring(3..4)), in colorStringtoInt()
[all …]
H A DGoogleMapsUtils.kt28 Integer.decode("0x" + hexColorString[1] + hexColorString[1]), in colorHexStringToInt()
29 Integer.decode("0x" + hexColorString[2] + hexColorString[2]), in colorHexStringToInt()
30 Integer.decode("0x" + hexColorString[3] + hexColorString[3]), in colorHexStringToInt()
33 Integer.decode("0x" + hexColorString[4] + hexColorString[4]), in colorHexStringToInt()
40 Integer.decode("0x" + hexColorString.substring(1..2)), in colorHexStringToInt()
41 Integer.decode("0x" + hexColorString.substring(3..4)), in colorHexStringToInt()
42 Integer.decode("0x" + hexColorString.substring(5..6)), in colorHexStringToInt()
45 Integer.decode("0x" + hexColorString.substring(7..8)), in colorHexStringToInt()
46 Integer.decode("0x" + hexColorString.substring(1..2)), in colorHexStringToInt()
47 Integer.decode("0x" + hexColorString.substring(3..4)), in colorHexStringToInt()
[all …]
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/interfaces/barcodescanner/
H A DBarCodeScannerResult.java40 private List<Integer> mCornerPoints;
59 public List<Integer> getCornerPoints() { in getCornerPoints()
63 public void setCornerPoints(List<Integer> points) { in setCornerPoints()
87 int minX = Integer.MAX_VALUE; in getBoundingBox()
88 int minY = Integer.MAX_VALUE; in getBoundingBox()
89 int maxX = Integer.MIN_VALUE; in getBoundingBox()
90 int maxY = Integer.MIN_VALUE; in getBoundingBox()
96 minX = Integer.min(minX, x); in getBoundingBox()
97 minY = Integer.min(minY, y); in getBoundingBox()
98 maxX = Integer.max(maxX, x); in getBoundingBox()
[all …]
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/interfaces/barcodescanner/
H A DBarCodeScannerResult.java40 private List<Integer> mCornerPoints;
59 public List<Integer> getCornerPoints() { in getCornerPoints()
63 public void setCornerPoints(List<Integer> points) { in setCornerPoints()
87 int minX = Integer.MAX_VALUE; in getBoundingBox()
88 int minY = Integer.MAX_VALUE; in getBoundingBox()
89 int maxX = Integer.MIN_VALUE; in getBoundingBox()
90 int maxY = Integer.MIN_VALUE; in getBoundingBox()
96 minX = Integer.min(minX, x); in getBoundingBox()
97 minY = Integer.min(minY, y); in getBoundingBox()
98 maxX = Integer.max(maxX, x); in getBoundingBox()
[all …]
/expo/packages/expo-modules-core/android/src/main/java/expo/modules/interfaces/barcodescanner/
H A DBarCodeScannerResult.java40 private List<Integer> mCornerPoints;
59 public List<Integer> getCornerPoints() { in getCornerPoints()
63 public void setCornerPoints(List<Integer> points) { in setCornerPoints()
87 int minX = Integer.MAX_VALUE; in getBoundingBox()
88 int minY = Integer.MAX_VALUE; in getBoundingBox()
89 int maxX = Integer.MIN_VALUE; in getBoundingBox()
90 int maxY = Integer.MIN_VALUE; in getBoundingBox()
96 minX = Integer.min(minX, x); in getBoundingBox()
97 minY = Integer.min(minY, y); in getBoundingBox()
98 maxX = Integer.max(maxX, x); in getBoundingBox()
[all …]
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/interfaces/barcodescanner/
H A DBarCodeScannerResult.java40 private List<Integer> mCornerPoints;
59 public List<Integer> getCornerPoints() { in getCornerPoints()
63 public void setCornerPoints(List<Integer> points) { in setCornerPoints()
87 int minX = Integer.MAX_VALUE; in getBoundingBox()
88 int minY = Integer.MAX_VALUE; in getBoundingBox()
89 int maxX = Integer.MIN_VALUE; in getBoundingBox()
90 int maxY = Integer.MIN_VALUE; in getBoundingBox()
96 minX = Integer.min(minX, x); in getBoundingBox()
97 minY = Integer.min(minY, y); in getBoundingBox()
98 maxX = Integer.max(maxX, x); in getBoundingBox()
[all …]
/expo/packages/expo-av/android/src/main/java/expo/modules/av/
H A DAVManagerInterface.java30 void unloadForSound(final Integer key, final Promise promise); in unloadForSound()
32 void setStatusForSound(final Integer key, final ReadableArguments status, final Promise promise); in setStatusForSound()
34 void replaySound(final Integer key, final ReadableArguments status, final Promise promise); in replaySound()
36 void getStatusForSound(final Integer key, final Promise promise); in getStatusForSound()
38 …void loadForVideo(final Integer tag, final ReadableArguments source, final ReadableArguments statu… in loadForVideo()
40 void unloadForVideo(final Integer tag, final Promise promise); in unloadForVideo()
42 void setStatusForVideo(final Integer tag, final ReadableArguments status, final Promise promise); in setStatusForVideo()
44 void replayVideo(final Integer tag, final ReadableArguments status, final Promise promise); in replayVideo()
46 void getStatusForVideo(final Integer tag, final Promise promise); in getStatusForVideo()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/av/
H A DAVManagerInterface.java30 void unloadForSound(final Integer key, final Promise promise); in unloadForSound()
32 void setStatusForSound(final Integer key, final ReadableArguments status, final Promise promise); in setStatusForSound()
34 void replaySound(final Integer key, final ReadableArguments status, final Promise promise); in replaySound()
36 void getStatusForSound(final Integer key, final Promise promise); in getStatusForSound()
38 …void loadForVideo(final Integer tag, final ReadableArguments source, final ReadableArguments statu… in loadForVideo()
40 void unloadForVideo(final Integer tag, final Promise promise); in unloadForVideo()
42 void setStatusForVideo(final Integer tag, final ReadableArguments status, final Promise promise); in setStatusForVideo()
44 void replayVideo(final Integer tag, final ReadableArguments status, final Promise promise); in replayVideo()
46 void getStatusForVideo(final Integer tag, final Promise promise); in getStatusForVideo()
H A DAVModule.java51 public void unloadForSound(final Integer key, final Promise promise) { in unloadForSound()
56 …public void setStatusForSound(final Integer key, final ReadableArguments status, final Promise pro… in setStatusForSound()
61 …public void replaySound(final Integer key, final ReadableArguments status, final Promise promise) { in replaySound()
66 public void getStatusForSound(final Integer key, final Promise promise) { in getStatusForSound()
71 …public void loadForVideo(final Integer tag, final ReadableArguments source, final ReadableArgument… in loadForVideo()
76 public void unloadForVideo(final Integer tag, final Promise promise) { in unloadForVideo()
81 …public void setStatusForVideo(final Integer tag, final ReadableArguments status, final Promise pro… in setStatusForVideo()
86 …public void replayVideo(final Integer tag, final ReadableArguments status, final Promise promise) { in replayVideo()
91 public void getStatusForVideo(final Integer tag, final Promise promise) { in getStatusForVideo()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/av/
H A DAVManagerInterface.java30 void unloadForSound(final Integer key, final Promise promise); in unloadForSound()
32 void setStatusForSound(final Integer key, final ReadableArguments status, final Promise promise); in setStatusForSound()
34 void replaySound(final Integer key, final ReadableArguments status, final Promise promise); in replaySound()
36 void getStatusForSound(final Integer key, final Promise promise); in getStatusForSound()
38 …void loadForVideo(final Integer tag, final ReadableArguments source, final ReadableArguments statu… in loadForVideo()
40 void unloadForVideo(final Integer tag, final Promise promise); in unloadForVideo()
42 void setStatusForVideo(final Integer tag, final ReadableArguments status, final Promise promise); in setStatusForVideo()
44 void replayVideo(final Integer tag, final ReadableArguments status, final Promise promise); in replayVideo()
46 void getStatusForVideo(final Integer tag, final Promise promise); in getStatusForVideo()
H A DAVModule.java51 public void unloadForSound(final Integer key, final Promise promise) { in unloadForSound()
56 …public void setStatusForSound(final Integer key, final ReadableArguments status, final Promise pro… in setStatusForSound()
61 …public void replaySound(final Integer key, final ReadableArguments status, final Promise promise) { in replaySound()
66 public void getStatusForSound(final Integer key, final Promise promise) { in getStatusForSound()
71 …public void loadForVideo(final Integer tag, final ReadableArguments source, final ReadableArgument… in loadForVideo()
76 public void unloadForVideo(final Integer tag, final Promise promise) { in unloadForVideo()
81 …public void setStatusForVideo(final Integer tag, final ReadableArguments status, final Promise pro… in setStatusForVideo()
86 …public void replayVideo(final Integer tag, final ReadableArguments status, final Promise promise) { in replayVideo()
91 public void getStatusForVideo(final Integer tag, final Promise promise) { in getStatusForVideo()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/av/
H A DAVManagerInterface.java30 void unloadForSound(final Integer key, final Promise promise); in unloadForSound()
32 void setStatusForSound(final Integer key, final ReadableArguments status, final Promise promise); in setStatusForSound()
34 void replaySound(final Integer key, final ReadableArguments status, final Promise promise); in replaySound()
36 void getStatusForSound(final Integer key, final Promise promise); in getStatusForSound()
38 …void loadForVideo(final Integer tag, final ReadableArguments source, final ReadableArguments statu… in loadForVideo()
40 void unloadForVideo(final Integer tag, final Promise promise); in unloadForVideo()
42 void setStatusForVideo(final Integer tag, final ReadableArguments status, final Promise promise); in setStatusForVideo()
44 void replayVideo(final Integer tag, final ReadableArguments status, final Promise promise); in replayVideo()
46 void getStatusForVideo(final Integer tag, final Promise promise); in getStatusForVideo()
H A DAVModule.java51 public void unloadForSound(final Integer key, final Promise promise) { in unloadForSound()
56 …public void setStatusForSound(final Integer key, final ReadableArguments status, final Promise pro… in setStatusForSound()
61 …public void replaySound(final Integer key, final ReadableArguments status, final Promise promise) { in replaySound()
66 public void getStatusForSound(final Integer key, final Promise promise) { in getStatusForSound()
71 …public void loadForVideo(final Integer tag, final ReadableArguments source, final ReadableArgument… in loadForVideo()
76 public void unloadForVideo(final Integer tag, final Promise promise) { in unloadForVideo()
81 …public void setStatusForVideo(final Integer tag, final ReadableArguments status, final Promise pro… in setStatusForVideo()
86 …public void replayVideo(final Integer tag, final ReadableArguments status, final Promise promise) { in replayVideo()
91 public void getStatusForVideo(final Integer tag, final Promise promise) { in getStatusForVideo()
/expo/android/vendored/sdk49/react-native-svg/android/src/paper/java/abi49_0_0/com/facebook/react/viewmanagers/
H A DRNSVGSvgViewAndroidManagerInterface.java27 void setTintColor(T view, @Nullable Integer value); in setTintColor()
28 void setColor(T view, @Nullable Integer value); in setColor()
33 void setBorderBottomColor(T view, @Nullable Integer value); in setBorderBottomColor()
35 void setBorderRightColor(T view, @Nullable Integer value); in setBorderRightColor()
37 void setBorderLeftColor(T view, @Nullable Integer value); in setBorderLeftColor()
38 void setBorderColor(T view, @Nullable Integer value); in setBorderColor()
43 void setBorderStartColor(T view, @Nullable Integer value); in setBorderStartColor()
45 void setBorderEndColor(T view, @Nullable Integer value); in setBorderEndColor()
54 void setBorderTopColor(T view, @Nullable Integer value); in setBorderTopColor()
/expo/android/vendored/unversioned/react-native-svg/android/src/paper/java/com/facebook/react/viewmanagers/
H A DRNSVGSvgViewAndroidManagerInterface.java27 void setTintColor(T view, @Nullable Integer value); in setTintColor()
28 void setColor(T view, @Nullable Integer value); in setColor()
33 void setBorderBottomColor(T view, @Nullable Integer value); in setBorderBottomColor()
35 void setBorderRightColor(T view, @Nullable Integer value); in setBorderRightColor()
37 void setBorderLeftColor(T view, @Nullable Integer value); in setBorderLeftColor()
38 void setBorderColor(T view, @Nullable Integer value); in setBorderColor()
43 void setBorderStartColor(T view, @Nullable Integer value); in setBorderStartColor()
45 void setBorderEndColor(T view, @Nullable Integer value); in setBorderEndColor()
54 void setBorderTopColor(T view, @Nullable Integer value); in setBorderTopColor()
/expo/android/vendored/sdk48/react-native-screens/android/src/paper/java/abi48_0_0/com/facebook/react/viewmanagers/
H A DRNSScreenStackHeaderConfigManagerInterface.java16 void setBackgroundColor(T view, @Nullable Integer value); in setBackgroundColor()
20 void setColor(T view, @Nullable Integer value); in setColor()
28 void setLargeTitleBackgroundColor(T view, @Nullable Integer value); in setLargeTitleBackgroundColor()
30 void setLargeTitleColor(T view, @Nullable Integer value); in setLargeTitleColor()
36 void setTitleColor(T view, @Nullable Integer value); in setTitleColor()
/expo/android/vendored/unversioned/react-native-screens/android/src/paper/java/com/facebook/react/viewmanagers/
H A DRNSScreenStackHeaderConfigManagerInterface.java16 void setBackgroundColor(T view, @Nullable Integer value); in setBackgroundColor()
21 void setColor(T view, @Nullable Integer value); in setColor()
29 void setLargeTitleBackgroundColor(T view, @Nullable Integer value); in setLargeTitleBackgroundColor()
31 void setLargeTitleColor(T view, @Nullable Integer value); in setLargeTitleColor()
37 void setTitleColor(T view, @Nullable Integer value); in setTitleColor()
/expo/android/vendored/sdk47/react-native-screens/android/src/paper/java/abi47_0_0/com/facebook/react/viewmanagers/
H A DRNSScreenStackHeaderConfigManagerInterface.java16 void setBackgroundColor(T view, @Nullable Integer value); in setBackgroundColor()
20 void setColor(T view, @Nullable Integer value); in setColor()
28 void setLargeTitleBackgroundColor(T view, @Nullable Integer value); in setLargeTitleBackgroundColor()
30 void setLargeTitleColor(T view, @Nullable Integer value); in setLargeTitleColor()
36 void setTitleColor(T view, @Nullable Integer value); in setTitleColor()
/expo/android/vendored/sdk49/react-native-screens/android/src/paper/java/abi49_0_0/com/facebook/react/viewmanagers/
H A DRNSScreenStackHeaderConfigManagerInterface.java16 void setBackgroundColor(T view, @Nullable Integer value); in setBackgroundColor()
21 void setColor(T view, @Nullable Integer value); in setColor()
29 void setLargeTitleBackgroundColor(T view, @Nullable Integer value); in setLargeTitleBackgroundColor()
31 void setLargeTitleColor(T view, @Nullable Integer value); in setLargeTitleColor()
37 void setTitleColor(T view, @Nullable Integer value); in setTitleColor()
/expo/android/vendored/sdk47/react-native-svg/android/src/main/java/abi47_0_0/com/horcrux/svg/
H A DGlyphContext.java29 private final ArrayList<Integer> mXIndices = new ArrayList<>();
30 private final ArrayList<Integer> mYIndices = new ArrayList<>();
31 private final ArrayList<Integer> mDXIndices = new ArrayList<>();
32 private final ArrayList<Integer> mDYIndices = new ArrayList<>();
33 private final ArrayList<Integer> mRIndices = new ArrayList<>();
36 private final ArrayList<Integer> mXsIndices = new ArrayList<>();
37 private final ArrayList<Integer> mYsIndices = new ArrayList<>();
38 private final ArrayList<Integer> mDXsIndices = new ArrayList<>();
39 private final ArrayList<Integer> mDYsIndices = new ArrayList<>();
40 private final ArrayList<Integer> mRsIndices = new ArrayList<>();
[all …]
/expo/android/vendored/sdk48/react-native-svg/android/src/main/java/abi48_0_0/com/horcrux/svg/
H A DGlyphContext.java29 private final ArrayList<Integer> mXIndices = new ArrayList<>();
30 private final ArrayList<Integer> mYIndices = new ArrayList<>();
31 private final ArrayList<Integer> mDXIndices = new ArrayList<>();
32 private final ArrayList<Integer> mDYIndices = new ArrayList<>();
33 private final ArrayList<Integer> mRIndices = new ArrayList<>();
36 private final ArrayList<Integer> mXsIndices = new ArrayList<>();
37 private final ArrayList<Integer> mYsIndices = new ArrayList<>();
38 private final ArrayList<Integer> mDXsIndices = new ArrayList<>();
39 private final ArrayList<Integer> mDYsIndices = new ArrayList<>();
40 private final ArrayList<Integer> mRsIndices = new ArrayList<>();
[all …]
/expo/android/vendored/unversioned/react-native-svg/android/src/main/java/com/horcrux/svg/
H A DGlyphContext.java29 private final ArrayList<Integer> mXIndices = new ArrayList<>();
30 private final ArrayList<Integer> mYIndices = new ArrayList<>();
31 private final ArrayList<Integer> mDXIndices = new ArrayList<>();
32 private final ArrayList<Integer> mDYIndices = new ArrayList<>();
33 private final ArrayList<Integer> mRIndices = new ArrayList<>();
36 private final ArrayList<Integer> mXsIndices = new ArrayList<>();
37 private final ArrayList<Integer> mYsIndices = new ArrayList<>();
38 private final ArrayList<Integer> mDXsIndices = new ArrayList<>();
39 private final ArrayList<Integer> mDYsIndices = new ArrayList<>();
40 private final ArrayList<Integer> mRsIndices = new ArrayList<>();
[all …]
/expo/android/vendored/sdk49/react-native-svg/android/src/main/java/abi49_0_0/com/horcrux/svg/
H A DGlyphContext.java29 private final ArrayList<Integer> mXIndices = new ArrayList<>();
30 private final ArrayList<Integer> mYIndices = new ArrayList<>();
31 private final ArrayList<Integer> mDXIndices = new ArrayList<>();
32 private final ArrayList<Integer> mDYIndices = new ArrayList<>();
33 private final ArrayList<Integer> mRIndices = new ArrayList<>();
36 private final ArrayList<Integer> mXsIndices = new ArrayList<>();
37 private final ArrayList<Integer> mYsIndices = new ArrayList<>();
38 private final ArrayList<Integer> mDXsIndices = new ArrayList<>();
39 private final ArrayList<Integer> mDYsIndices = new ArrayList<>();
40 private final ArrayList<Integer> mRsIndices = new ArrayList<>();
[all …]
/expo/android/vendored/sdk48/react-native-reanimated/android/src/main/java/abi48_0_0/com/swmansion/reanimated/layoutReanimation/
H A DAnimationsManager.java40 private HashMap<Integer, ViewState> mStates;
41 private HashMap<Integer, View> mViewForTag;
42 private HashSet<Integer> mToRemove;
45 private HashMap<Integer, View> mParent;
46 private HashMap<Integer, Runnable> mCallbacks;
107 Integer tag = view.getId(); in onViewRemoval()
144 Integer tag = view.getId(); in onViewCreate()
162 Integer tag = view.getId(); in onViewUpdate()
399 Integer parentTag) { in setNewProps()
439 } else if (value instanceof Integer) { in addProp()
[all …]
/expo/android/vendored/sdk47/react-native-reanimated/android/src/main/java/abi47_0_0/com/swmansion/reanimated/layoutReanimation/
H A DAnimationsManager.java40 private HashMap<Integer, ViewState> mStates;
41 private HashMap<Integer, View> mViewForTag;
42 private HashSet<Integer> mToRemove;
45 private HashMap<Integer, View> mParent;
46 private HashMap<Integer, Runnable> mCallbacks;
107 Integer tag = view.getId(); in onViewRemoval()
144 Integer tag = view.getId(); in onViewCreate()
162 Integer tag = view.getId(); in onViewUpdate()
399 Integer parentTag) { in setNewProps()
439 } else if (value instanceof Integer) { in addProp()
[all …]

12345678910>>...13