Home
last modified time | relevance | path

Searched refs:orderedInstances (Results 1 – 1 of 1) sorted by relevance

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowAccessibilityNodeInfo.java51 private static final SparseArray<StrictEqualityNodeWrapper> orderedInstances = field in ShadowAccessibilityNodeInfo
62 return obtain(orderedInstances.get(source.readInt()).mInfo);
202 orderedInstances.put(sAllocationCount, wrapper); in obtain()
233 orderedInstances.put(sAllocationCount, wrapper); in obtain()
280 orderedInstances.clear(); in resetObtainedInstances()
310 for (int i = 0; i < orderedInstances.size(); i++) { in recycle()
311 int key = orderedInstances.keyAt(i); in recycle()
312 if (orderedInstances.get(key).equals(wrapper)) { in recycle()
317 orderedInstances.remove(keyOfWrapper); in recycle()
1248 for (int i = 0; i < orderedInstances.size(); i++) { in writeToParcel()
[all …]