Searched refs:MAX_POOL_SIZE (Results 1 – 8 of 8) sorted by relevance
30 private static final int MAX_POOL_SIZE = 5; field in ExpandableListPosition32 new ArrayList<ExpandableListPosition>(MAX_POOL_SIZE);134 if (sPool.size() < MAX_POOL_SIZE) { in recycle()
956 private static final int MAX_POOL_SIZE = 5; field in ExpandableListConnector.PositionMetadata958 new ArrayList<PositionMetadata>(MAX_POOL_SIZE);1019 if (sPool.size() < MAX_POOL_SIZE) { in recycle()
100 private static final int MAX_POOL_SIZE = 50; field in Message252 if (sPoolSize < MAX_POOL_SIZE) { in recycle()
73 private static final int MAX_POOL_SIZE = 10; field in AccessibilityRecord741 if (sPoolSize <= MAX_POOL_SIZE) { in recycle()
634 private static final int MAX_POOL_SIZE = 10; field in AccessibilityEvent893 if (sPoolSize <= MAX_POOL_SIZE) { in recycle()
356 private static final int MAX_POOL_SIZE = 50; field in AccessibilityNodeInfo1459 if (sPoolSize <= MAX_POOL_SIZE) { in recycle()
5878 private static final int MAX_POOL_SIZE = 32; field in ViewGroup.ChildListForAccessibility5917 if (sPoolSize < MAX_POOL_SIZE) { in recycle()5975 private static final int MAX_POOL_SIZE = 32; field in ViewGroup.ViewLocationHolder6016 if (sPoolSize < MAX_POOL_SIZE) { in recycle()
79 private static final int MAX_POOL_SIZE = 4; field in RILRequest136 if (sPoolSize < MAX_POOL_SIZE) { in release()