Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowAccessibilityNodeInfo.java70 private static int sAllocationCount = 0; field in ShadowAccessibilityNodeInfo
196 sAllocationCount++; in obtain()
198 shadowInfo.mOriginNodeId = sAllocationCount; in obtain()
202 orderedInstances.put(sAllocationCount, wrapper); in obtain()
227 sAllocationCount++; in obtain()
229 shadowObtained.mOriginNodeId = sAllocationCount; in obtain()
233 orderedInstances.put(sAllocationCount, wrapper); in obtain()