| /expo/android/vendored/sdk47/react-native-svg/android/src/main/java/abi47_0_0/com/horcrux/svg/ |
| H A D | GlyphContext.java | 19 final ArrayList<FontData> mFontContext = new ArrayList<>(); 22 private final ArrayList<SVGLength[]> mXsContext = new ArrayList<>(); 23 private final ArrayList<SVGLength[]> mYsContext = new ArrayList<>(); 26 private final ArrayList<double[]> mRsContext = new ArrayList<>(); 29 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<>(); [all …]
|
| H A D | SVGLength.java | 5 import java.util.ArrayList; 125 static ArrayList<SVGLength> arrayFrom(Dynamic dynamic) { in arrayFrom() 129 ArrayList<SVGLength> list = new ArrayList<>(1); in arrayFrom() 137 ArrayList<SVGLength> list = new ArrayList<>(size); in arrayFrom() 146 ArrayList<SVGLength> list = new ArrayList<>(1); in arrayFrom() 155 static ArrayList<SVGLength> arrayFrom(ReadableArray arr) { in arrayFrom() 157 ArrayList<SVGLength> list = new ArrayList<>(size); in arrayFrom()
|
| /expo/android/vendored/sdk48/react-native-svg/android/src/main/java/abi48_0_0/com/horcrux/svg/ |
| H A D | GlyphContext.java | 19 final ArrayList<FontData> mFontContext = new ArrayList<>(); 22 private final ArrayList<SVGLength[]> mXsContext = new ArrayList<>(); 23 private final ArrayList<SVGLength[]> mYsContext = new ArrayList<>(); 26 private final ArrayList<double[]> mRsContext = new ArrayList<>(); 29 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<>(); [all …]
|
| H A D | SVGLength.java | 5 import java.util.ArrayList; 125 static ArrayList<SVGLength> arrayFrom(Dynamic dynamic) { in arrayFrom() 129 ArrayList<SVGLength> list = new ArrayList<>(1); in arrayFrom() 137 ArrayList<SVGLength> list = new ArrayList<>(size); in arrayFrom() 146 ArrayList<SVGLength> list = new ArrayList<>(1); in arrayFrom() 155 static ArrayList<SVGLength> arrayFrom(ReadableArray arr) { in arrayFrom() 157 ArrayList<SVGLength> list = new ArrayList<>(size); in arrayFrom()
|
| /expo/android/vendored/unversioned/react-native-svg/android/src/main/java/com/horcrux/svg/ |
| H A D | GlyphContext.java | 19 final ArrayList<FontData> mFontContext = new ArrayList<>(); 22 private final ArrayList<SVGLength[]> mXsContext = new ArrayList<>(); 23 private final ArrayList<SVGLength[]> mYsContext = new ArrayList<>(); 26 private final ArrayList<double[]> mRsContext = new ArrayList<>(); 29 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<>(); [all …]
|
| H A D | SVGLength.java | 5 import java.util.ArrayList; 125 static ArrayList<SVGLength> arrayFrom(Dynamic dynamic) { in arrayFrom() 129 ArrayList<SVGLength> list = new ArrayList<>(1); in arrayFrom() 137 ArrayList<SVGLength> list = new ArrayList<>(size); in arrayFrom() 146 ArrayList<SVGLength> list = new ArrayList<>(1); in arrayFrom() 155 static ArrayList<SVGLength> arrayFrom(ReadableArray arr) { in arrayFrom() 157 ArrayList<SVGLength> list = new ArrayList<>(size); in arrayFrom()
|
| /expo/android/vendored/sdk49/react-native-svg/android/src/main/java/abi49_0_0/com/horcrux/svg/ |
| H A D | GlyphContext.java | 19 final ArrayList<FontData> mFontContext = new ArrayList<>(); 22 private final ArrayList<SVGLength[]> mXsContext = new ArrayList<>(); 23 private final ArrayList<SVGLength[]> mYsContext = new ArrayList<>(); 26 private final ArrayList<double[]> mRsContext = new ArrayList<>(); 29 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<>(); [all …]
|
| H A D | SVGLength.java | 5 import java.util.ArrayList; 125 static ArrayList<SVGLength> arrayFrom(Dynamic dynamic) { in arrayFrom() 129 ArrayList<SVGLength> list = new ArrayList<>(1); in arrayFrom() 137 ArrayList<SVGLength> list = new ArrayList<>(size); in arrayFrom() 146 ArrayList<SVGLength> list = new ArrayList<>(1); in arrayFrom() 155 static ArrayList<SVGLength> arrayFrom(ReadableArray arr) { in arrayFrom() 157 ArrayList<SVGLength> list = new ArrayList<>(size); in arrayFrom()
|
| /expo/android/expoview/src/main/java/host/exp/exponent/utils/ |
| H A D | JSONUtils.kt | 7 import java.util.ArrayList 15 } else if (item is ArrayList<*>) { in getJSONString() 22 private fun getJSONFromArrayList(array: ArrayList<*>): JSONArray { in getJSONFromArrayList() 28 } else if (value is ArrayList<*>) { in getJSONFromArrayList() 43 } else if (value is ArrayList<*>) { in getJSONFromHashMap()
|
| /expo/android/vendored/sdk48/react-native-reanimated/android/src/main/java/abi48_0_0/com/swmansion/reanimated/ |
| H A D | UpdateContext.java | 4 import java.util.ArrayList; 10 public final ArrayList<Node> updatedNodes = new ArrayList<>();
|
| /expo/android/vendored/sdk47/react-native-reanimated/android/src/main/java/abi47_0_0/com/swmansion/reanimated/ |
| H A D | UpdateContext.java | 4 import java.util.ArrayList; 10 public final ArrayList<Node> updatedNodes = new ArrayList<>();
|
| /expo/packages/expo-web-browser/android/src/test/java/expo/modules/webbrowser/ |
| H A D | TestUtils.kt | 11 services: ArrayList<String> = ArrayList(), in mockkCustomTabsActivitiesHelper() 12 activities: ArrayList<String> = ArrayList(), in mockkCustomTabsActivitiesHelper()
|
| /expo/packages/expo-modules-core/android/src/main/java/expo/modules/core/ |
| H A D | ModuleRegistryProvider.java | 5 import java.util.ArrayList; 38 Collection<InternalModule> internalModules = new ArrayList<>(); in createInternalModules() 46 Collection<ExportedModule> exportedModules = new ArrayList<>(); in createExportedModules() 54 Collection<ViewManager> viewManagers = new ArrayList<>(); in createViewManagers() 62 Collection<SingletonModule> singletonModules = new ArrayList<>(); in createSingletonModules()
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/core/ |
| H A D | ModuleRegistryProvider.java | 5 import java.util.ArrayList; 38 Collection<InternalModule> internalModules = new ArrayList<>(); in createInternalModules() 46 Collection<ExportedModule> exportedModules = new ArrayList<>(); in createExportedModules() 54 Collection<ViewManager> viewManagers = new ArrayList<>(); in createViewManagers() 62 Collection<SingletonModule> singletonModules = new ArrayList<>(); in createSingletonModules()
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/core/ |
| H A D | ModuleRegistryProvider.java | 5 import java.util.ArrayList; 38 Collection<InternalModule> internalModules = new ArrayList<>(); in createInternalModules() 46 Collection<ExportedModule> exportedModules = new ArrayList<>(); in createExportedModules() 54 Collection<ViewManager> viewManagers = new ArrayList<>(); in createViewManagers() 62 Collection<SingletonModule> singletonModules = new ArrayList<>(); in createSingletonModules()
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/core/ |
| H A D | ModuleRegistryProvider.java | 5 import java.util.ArrayList; 38 Collection<InternalModule> internalModules = new ArrayList<>(); in createInternalModules() 46 Collection<ExportedModule> exportedModules = new ArrayList<>(); in createExportedModules() 54 Collection<ViewManager> viewManagers = new ArrayList<>(); in createViewManagers() 62 Collection<SingletonModule> singletonModules = new ArrayList<>(); in createSingletonModules()
|
| /expo/packages/expo-web-browser/android/src/main/java/expo/modules/webbrowser/ |
| H A D | CustomTabsActivitiesHelper.kt | 13 import java.util.ArrayList in <lambda>() 34 val customTabsResolvingActivities: ArrayList<String> in <lambda>() 44 val customTabsResolvingServices: ArrayList<String> in <lambda>() 106 private inline fun <T, R> Collection<T>.mapToDistinctArrayList(mapper: (T) -> R): ArrayList<R> { in mapToDistinctArrayList() 111 return ArrayList(resultSet) in mapToDistinctArrayList()
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/contacts/ |
| H A D | Contact.java | 212 ArrayList<ContentProviderOperation> ops = new ArrayList<>(); in toInsertOperationList() 276 ArrayList<ContentProviderOperation> ops = new ArrayList(); in toUpdateOperationList() 388 ArrayList<Bundle> items = new ArrayList(); in toMap() 395 ArrayList<Bundle> items = new ArrayList(); in toMap() 402 ArrayList<Bundle> items = new ArrayList(); in toMap() 409 ArrayList<Bundle> items = new ArrayList(); in toMap() 416 ArrayList<Bundle> items = new ArrayList(); in toMap() 423 ArrayList<Bundle> items = new ArrayList(); in toMap() 459 ArrayList<Bundle> rawDatesArray = new ArrayList(); in toMap() 460 ArrayList<Bundle> datesArray = new ArrayList(); in toMap() [all …]
|
| /expo/packages/expo-contacts/android/src/main/java/expo/modules/contacts/ |
| H A D | Contact.java | 212 ArrayList<ContentProviderOperation> ops = new ArrayList<>(); in toInsertOperationList() 276 ArrayList<ContentProviderOperation> ops = new ArrayList(); in toUpdateOperationList() 388 ArrayList<Bundle> items = new ArrayList(); in toMap() 395 ArrayList<Bundle> items = new ArrayList(); in toMap() 402 ArrayList<Bundle> items = new ArrayList(); in toMap() 409 ArrayList<Bundle> items = new ArrayList(); in toMap() 416 ArrayList<Bundle> items = new ArrayList(); in toMap() 423 ArrayList<Bundle> items = new ArrayList(); in toMap() 459 ArrayList<Bundle> rawDatesArray = new ArrayList(); in toMap() 460 ArrayList<Bundle> datesArray = new ArrayList(); in toMap() [all …]
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/contacts/ |
| H A D | Contact.java | 212 ArrayList<ContentProviderOperation> ops = new ArrayList<>(); in toInsertOperationList() 276 ArrayList<ContentProviderOperation> ops = new ArrayList(); in toUpdateOperationList() 388 ArrayList<Bundle> items = new ArrayList(); in toMap() 395 ArrayList<Bundle> items = new ArrayList(); in toMap() 402 ArrayList<Bundle> items = new ArrayList(); in toMap() 409 ArrayList<Bundle> items = new ArrayList(); in toMap() 416 ArrayList<Bundle> items = new ArrayList(); in toMap() 423 ArrayList<Bundle> items = new ArrayList(); in toMap() 459 ArrayList<Bundle> rawDatesArray = new ArrayList(); in toMap() 460 ArrayList<Bundle> datesArray = new ArrayList(); in toMap() [all …]
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/contacts/ |
| H A D | Contact.java | 212 ArrayList<ContentProviderOperation> ops = new ArrayList<>(); in toInsertOperationList() 276 ArrayList<ContentProviderOperation> ops = new ArrayList(); in toUpdateOperationList() 388 ArrayList<Bundle> items = new ArrayList(); in toMap() 395 ArrayList<Bundle> items = new ArrayList(); in toMap() 402 ArrayList<Bundle> items = new ArrayList(); in toMap() 409 ArrayList<Bundle> items = new ArrayList(); in toMap() 416 ArrayList<Bundle> items = new ArrayList(); in toMap() 423 ArrayList<Bundle> items = new ArrayList(); in toMap() 459 ArrayList<Bundle> rawDatesArray = new ArrayList(); in toMap() 460 ArrayList<Bundle> datesArray = new ArrayList(); in toMap() [all …]
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/webbrowser/ |
| H A D | CustomTabsActivitiesHelper.kt | 13 import java.util.ArrayList in <lambda>() 34 val customTabsResolvingActivities: ArrayList<String> in <lambda>() 44 val customTabsResolvingServices: ArrayList<String> in <lambda>() 106 private inline fun <T, R> Collection<T>.mapToDistinctArrayList(mapper: (T) -> R): ArrayList<R> { in mapToDistinctArrayList() 111 return ArrayList(resultSet) in mapToDistinctArrayList()
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/webbrowser/ |
| H A D | CustomTabsActivitiesHelper.kt | 13 import java.util.ArrayList in <lambda>() 34 val customTabsResolvingActivities: ArrayList<String> in <lambda>() 44 val customTabsResolvingServices: ArrayList<String> in <lambda>() 106 private inline fun <T, R> Collection<T>.mapToDistinctArrayList(mapper: (T) -> R): ArrayList<R> { in mapToDistinctArrayList() 111 return ArrayList(resultSet) in mapToDistinctArrayList()
|
| /expo/android/vendored/unversioned/react-native-reanimated/android/src/main/java/com/swmansion/reanimated/ |
| H A D | ReanimatedModule.java | 13 import java.util.ArrayList; 26 private ArrayList<UIThreadOperation> mOperations = new ArrayList<>(); 65 final ArrayList<UIThreadOperation> operations = mOperations; in willDispatchViewUpdates() 66 mOperations = new ArrayList<>(); in willDispatchViewUpdates()
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/webbrowser/ |
| H A D | CustomTabsActivitiesHelper.kt | 13 import java.util.ArrayList in <lambda>() 34 val customTabsResolvingActivities: ArrayList<String> in <lambda>() 44 val customTabsResolvingServices: ArrayList<String> in <lambda>() 106 private inline fun <T, R> Collection<T>.mapToDistinctArrayList(mapper: (T) -> R): ArrayList<R> { in mapToDistinctArrayList() 111 return ArrayList(resultSet) in mapToDistinctArrayList()
|