Home | History | Annotate | Download | only in accessibility

Lines Matching defs:MAX_POOL_SIZE

483     private static final int MAX_POOL_SIZE = 50;
485 new SynchronizedPool<AccessibilityNodeInfo>(MAX_POOL_SIZE);
2546 private static final int MAX_POOL_SIZE = 10;
2556 new SynchronizedPool<AccessibilityNodeInfo.RangeInfo>(MAX_POOL_SIZE);
2671 private static final int MAX_POOL_SIZE = 20;
2674 new SynchronizedPool<CollectionInfo>(MAX_POOL_SIZE);
2775 private static final int MAX_POOL_SIZE = 20;
2778 new SynchronizedPool<CollectionItemInfo>(MAX_POOL_SIZE);