Home
last modified time | relevance | path

Searched refs:HashMap (Results 1 – 25 of 281) sorted by relevance

12345678910>>...12

/expo/android/expoview/src/test/java/host/exp/exponent/
H A DNotificationTest.kt8 import java.util.HashMap
13 val data: HashMap<String?, Any?> = object : HashMap<String?, Any?>() { in calendarNextExecutionTestOne()
28 val data: HashMap<String?, Any?> = object : HashMap<String?, Any?>() { in calendarNextExecutionTestTwo()
45 val data: HashMap<String?, Any?> = object : HashMap<String?, Any?>() { in calendarNextExecutionTestThree()
/expo/android/vendored/sdk48/react-native-reanimated/android/src/main/java/abi48_0_0/com/swmansion/reanimated/layoutReanimation/
H A DSnapshot.java10 import java.util.HashMap;
86 private void addTargetConfig(HashMap<String, Object> data) { in addTargetConfig()
95 private void addCurrentConfig(HashMap<String, Object> data) { in addCurrentConfig()
104 public HashMap<String, Object> toTargetMap() { in toTargetMap()
105 HashMap<String, Object> data = new HashMap<>(); in toTargetMap()
110 public HashMap<String, Object> toCurrentMap() { in toCurrentMap()
111 HashMap<String, Object> data = new HashMap<>(); in toCurrentMap()
116 public HashMap<String, Object> toLayoutMap(Snapshot target) { in toLayoutMap()
117 HashMap<String, Object> data = target.toTargetMap(); in toLayoutMap()
H A DAnimationsManager.java26 import java.util.HashMap;
41 private HashMap<Integer, View> mViewForTag;
45 private HashMap<Integer, View> mParent;
77 mStates = new HashMap<>(); in AnimationsManager()
78 mViewForTag = new HashMap<>(); in AnimationsManager()
80 mViewManager = new HashMap<>(); in AnimationsManager()
81 mParentViewManager = new HashMap<>(); in AnimationsManager()
82 mParent = new HashMap(); in AnimationsManager()
83 mCallbacks = new HashMap<>(); in AnimationsManager()
195 HashMap<String, Float> preparedValues = new HashMap<>(preparedTargetValues); in onViewUpdate()
[all …]
H A DNativeMethodsHolder.java3 import java.util.HashMap;
6 public void startAnimationForTag(int tag, String type, HashMap<String, Float> values); in startAnimationForTag()
/expo/android/vendored/sdk47/react-native-reanimated/android/src/main/java/abi47_0_0/com/swmansion/reanimated/layoutReanimation/
H A DSnapshot.java10 import java.util.HashMap;
86 private void addTargetConfig(HashMap<String, Object> data) { in addTargetConfig()
95 private void addCurrentConfig(HashMap<String, Object> data) { in addCurrentConfig()
104 public HashMap<String, Object> toTargetMap() { in toTargetMap()
105 HashMap<String, Object> data = new HashMap<>(); in toTargetMap()
110 public HashMap<String, Object> toCurrentMap() { in toCurrentMap()
111 HashMap<String, Object> data = new HashMap<>(); in toCurrentMap()
116 public HashMap<String, Object> toLayoutMap(Snapshot target) { in toLayoutMap()
117 HashMap<String, Object> data = target.toTargetMap(); in toLayoutMap()
H A DAnimationsManager.java26 import java.util.HashMap;
41 private HashMap<Integer, View> mViewForTag;
45 private HashMap<Integer, View> mParent;
77 mStates = new HashMap<>(); in AnimationsManager()
78 mViewForTag = new HashMap<>(); in AnimationsManager()
80 mViewManager = new HashMap<>(); in AnimationsManager()
81 mParentViewManager = new HashMap<>(); in AnimationsManager()
82 mParent = new HashMap(); in AnimationsManager()
83 mCallbacks = new HashMap<>(); in AnimationsManager()
195 HashMap<String, Float> preparedValues = new HashMap<>(preparedTargetValues); in onViewUpdate()
[all …]
H A DNativeMethodsHolder.java3 import java.util.HashMap;
6 public void startAnimationForTag(int tag, String type, HashMap<String, Float> values); in startAnimationForTag()
/expo/android/expoview/src/main/java/host/exp/exponent/utils/
H A DJSONUtils.kt8 import java.util.HashMap
13 if (item is HashMap<*, *>) { in getJSONString()
26 if (value is HashMap<*, *>) { in getJSONFromArrayList()
37 private fun getJSONFromHashMap(map: HashMap<*, *>): JSONObject { in getJSONFromHashMap()
41 if (value is HashMap<*, *>) { in getJSONFromHashMap()
/expo/packages/expo-branch/android/src/main/java/io/branch/rnbranch/
H A DAgingHash.java3 import java.util.HashMap;
12 private HashMap<KeyType, AgingItem<ValueType>> mHash = new HashMap<>();
45 HashMap.Entry pair = (HashMap.Entry) it.next(); in ageItems()
/expo/android/vendored/sdk49/react-native-reanimated/android/src/main/java/abi49_0_0/com/swmansion/reanimated/layoutReanimation/
H A DSnapshot.java10 import java.util.HashMap;
120 private void addTargetConfig(HashMap<String, Object> data) { in addTargetConfig()
130 private void addCurrentConfig(HashMap<String, Object> data) { in addCurrentConfig()
140 private void addBasicConfig(HashMap<String, Object> data) { in addBasicConfig()
150 public HashMap<String, Object> toTargetMap() { in toTargetMap()
151 HashMap<String, Object> data = new HashMap<>(); in toTargetMap()
156 public HashMap<String, Object> toCurrentMap() { in toCurrentMap()
157 HashMap<String, Object> data = new HashMap<>(); in toCurrentMap()
162 public HashMap<String, Object> toBasicMap() { in toBasicMap()
163 HashMap<String, Object> data = new HashMap<>(); in toBasicMap()
/expo/android/vendored/unversioned/react-native-reanimated/android/src/main/java/com/swmansion/reanimated/layoutReanimation/
H A DSnapshot.java10 import java.util.HashMap;
120 private void addTargetConfig(HashMap<String, Object> data) { in addTargetConfig()
130 private void addCurrentConfig(HashMap<String, Object> data) { in addCurrentConfig()
140 private void addBasicConfig(HashMap<String, Object> data) { in addBasicConfig()
150 public HashMap<String, Object> toTargetMap() { in toTargetMap()
151 HashMap<String, Object> data = new HashMap<>(); in toTargetMap()
156 public HashMap<String, Object> toCurrentMap() { in toCurrentMap()
157 HashMap<String, Object> data = new HashMap<>(); in toCurrentMap()
162 public HashMap<String, Object> toBasicMap() { in toBasicMap()
163 HashMap<String, Object> data = new HashMap<>(); in toBasicMap()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/taskManager/repository/
H A DTasksPersistence.java8 import java.util.HashMap;
37 Map<String, Object> appConfig = new HashMap<>(); in persistTasksForAppScopeKey()
38 Map<String, Object> tasks = new HashMap<>(); in persistTasksForAppScopeKey()
57 Map<String, TasksAndEventsRepository.AppConfig> result = new HashMap<>(); in readPersistedTasks()
64 Map<String, Object> tasksConfig = (HashMap<String, Object>) appConfig.get("tasks"); in readPersistedTasks()
67 Map<String, Object> tasksForApp = new HashMap<>(); in readPersistedTasks()
/expo/packages/expo-task-manager/android/src/main/java/expo/modules/taskManager/repository/
H A DTasksPersistence.java8 import java.util.HashMap;
37 Map<String, Object> appConfig = new HashMap<>(); in persistTasksForAppScopeKey()
38 Map<String, Object> tasks = new HashMap<>(); in persistTasksForAppScopeKey()
57 Map<String, TasksAndEventsRepository.AppConfig> result = new HashMap<>(); in readPersistedTasks()
64 Map<String, Object> tasksConfig = (HashMap<String, Object>) appConfig.get("tasks"); in readPersistedTasks()
67 Map<String, Object> tasksForApp = new HashMap<>(); in readPersistedTasks()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/taskManager/repository/
H A DTasksPersistence.java8 import java.util.HashMap;
37 Map<String, Object> appConfig = new HashMap<>(); in persistTasksForAppScopeKey()
38 Map<String, Object> tasks = new HashMap<>(); in persistTasksForAppScopeKey()
57 Map<String, TasksAndEventsRepository.AppConfig> result = new HashMap<>(); in readPersistedTasks()
64 Map<String, Object> tasksConfig = (HashMap<String, Object>) appConfig.get("tasks"); in readPersistedTasks()
67 Map<String, Object> tasksForApp = new HashMap<>(); in readPersistedTasks()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/taskManager/repository/
H A DTasksPersistence.java8 import java.util.HashMap;
37 Map<String, Object> appConfig = new HashMap<>(); in persistTasksForAppScopeKey()
38 Map<String, Object> tasks = new HashMap<>(); in persistTasksForAppScopeKey()
57 Map<String, TasksAndEventsRepository.AppConfig> result = new HashMap<>(); in readPersistedTasks()
64 Map<String, Object> tasksConfig = (HashMap<String, Object>) appConfig.get("tasks"); in readPersistedTasks()
67 Map<String, Object> tasksForApp = new HashMap<>(); in readPersistedTasks()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/updatesinterface/
H A DUpdatesInterface.java7 import java.util.HashMap;
42 …void fetchUpdateWithConfiguration(HashMap<String, Object> configuration, Context context, UpdateCa… in fetchUpdateWithConfiguration()
44 …void storedUpdateIdsWithConfiguration(HashMap<String, Object> configuration, Context context, Quer… in storedUpdateIdsWithConfiguration()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/updatesinterface/
H A DUpdatesInterface.java7 import java.util.HashMap;
42 …void fetchUpdateWithConfiguration(HashMap<String, Object> configuration, Context context, UpdateCa… in fetchUpdateWithConfiguration()
44 …void storedUpdateIdsWithConfiguration(HashMap<String, Object> configuration, Context context, Quer… in storedUpdateIdsWithConfiguration()
/expo/packages/expo-updates-interface/android/src/main/java/expo/modules/updatesinterface/
H A DUpdatesInterface.java7 import java.util.HashMap;
42 …void fetchUpdateWithConfiguration(HashMap<String, Object> configuration, Context context, UpdateCa… in fetchUpdateWithConfiguration()
44 …void storedUpdateIdsWithConfiguration(HashMap<String, Object> configuration, Context context, Quer… in storedUpdateIdsWithConfiguration()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/updatesinterface/
H A DUpdatesInterface.java7 import java.util.HashMap;
42 …void fetchUpdateWithConfiguration(HashMap<String, Object> configuration, Context context, UpdateCa… in fetchUpdateWithConfiguration()
44 …void storedUpdateIdsWithConfiguration(HashMap<String, Object> configuration, Context context, Quer… in storedUpdateIdsWithConfiguration()
/expo/android/expoview/src/main/java/host/exp/exponent/notifications/schedulers/
H A DHashMapSerializer.kt6 import java.util.HashMap
15 fun deserialize(serializedMap: String?): HashMap<String, Any>? { in deserialize()
30 fun jsonToMap(json: JSONObject?): HashMap<String, Any> { in jsonToMap()
39 fun toMap(obj: JSONObject): HashMap<String, Any> { in toMap()
/expo/android/vendored/sdk48/react-native-reanimated/android/src/main/java/abi48_0_0/com/swmansion/reanimated/
H A DUtils.java6 import java.util.HashMap;
15 HashMap<String, Integer> mapping = new HashMap<>(); in processMapping()
/expo/android/vendored/sdk47/react-native-reanimated/android/src/main/java/abi47_0_0/com/swmansion/reanimated/
H A DUtils.java6 import java.util.HashMap;
15 HashMap<String, Integer> mapping = new HashMap<>(); in processMapping()
/expo/android/vendored/sdk49/react-native-reanimated/android/src/main/java/abi49_0_0/com/swmansion/reanimated/sensor/
H A DReanimatedSensorContainer.java7 import java.util.HashMap;
13 private final HashMap<Integer, ReanimatedSensor> sensors = new HashMap<>();
/expo/android/vendored/unversioned/react-native-reanimated/android/src/main/java/com/swmansion/reanimated/
H A DUtils.java6 import java.util.HashMap;
15 HashMap<String, Integer> mapping = new HashMap<>(); in processMapping()
/expo/android/vendored/unversioned/react-native-reanimated/android/src/main/java/com/swmansion/reanimated/sensor/
H A DReanimatedSensorContainer.java7 import java.util.HashMap;
13 private final HashMap<Integer, ReanimatedSensor> sensors = new HashMap<>();

12345678910>>...12