Searched refs:MAX_POOL_SIZE (Results 1 – 7 of 7) sorted by relevance
30 private static final int MAX_POOL_SIZE = 5; field in ExpandableListPosition32 new ArrayList<ExpandableListPosition>(MAX_POOL_SIZE);130 if (sPool.size() < MAX_POOL_SIZE) { in recycle()
950 private static final int MAX_POOL_SIZE = 5; field in ExpandableListConnector.PositionMetadata952 new ArrayList<PositionMetadata>(MAX_POOL_SIZE);1009 if (sPool.size() < MAX_POOL_SIZE) { in recycle()
103 private static final int MAX_POOL_SIZE = 10; field in Message255 if (sPoolSize < MAX_POOL_SIZE) { in recycle()
61 private static final int MAX_POOL_SIZE = 10; field in AccessibilityRecord685 if (sPoolSize <= MAX_POOL_SIZE) { in recycle()
570 private static final int MAX_POOL_SIZE = 10; field in AccessibilityEvent801 if (sPoolSize <= MAX_POOL_SIZE) { in recycle()
101 private static final int MAX_POOL_SIZE = 50; field in AccessibilityNodeInfo886 if (sPoolSize <= MAX_POOL_SIZE) { in recycle()
75 private static final int MAX_POOL_SIZE = 4; field in RILRequest132 if (sPoolSize < MAX_POOL_SIZE) { in release()