Searched defs:MAX_POOL_SIZE (Results 1 - 16 of 16) sorted by relevance

/frameworks/base/core/java/android/view/
H A DMagnificationSpec.java29 private static final int MAX_POOL_SIZE = 20; field in class:MagnificationSpec
31 new SynchronizedPool<MagnificationSpec>(MAX_POOL_SIZE);
H A DWindowInfo.java35 private static final int MAX_POOL_SIZE = 10; field in class:WindowInfo
38 new Pools.SynchronizedPool<WindowInfo>(MAX_POOL_SIZE);
H A DViewGroup.java7111 private static final int MAX_POOL_SIZE = 32; field in class:ViewGroup.ChildListForAccessibility
7114 new SynchronizedPool<ChildListForAccessibility>(MAX_POOL_SIZE);
7200 private static final int MAX_POOL_SIZE = 32; field in class:ViewGroup.ViewLocationHolder
7203 new SynchronizedPool<ViewLocationHolder>(MAX_POOL_SIZE);
/frameworks/base/core/java/android/widget/
H A DExpandableListPosition.java30 private static final int MAX_POOL_SIZE = 5; field in class:ExpandableListPosition
32 new ArrayList<ExpandableListPosition>(MAX_POOL_SIZE);
134 if (sPool.size() < MAX_POOL_SIZE) {
H A DExpandableListConnector.java956 private static final int MAX_POOL_SIZE = 5; field in class:ExpandableListConnector.PositionMetadata
958 new ArrayList<PositionMetadata>(MAX_POOL_SIZE);
1019 if (sPool.size() < MAX_POOL_SIZE) {
/frameworks/base/core/java/com/android/internal/os/
H A DSomeArgs.java28 private static final int MAX_POOL_SIZE = 10; field in class:SomeArgs
84 if (sPoolSize < MAX_POOL_SIZE) {
/frameworks/base/core/java/android/os/
H A DMessage.java114 private static final int MAX_POOL_SIZE = 50; field in class:Message
307 if (sPoolSize < MAX_POOL_SIZE) {
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityInputFilter.java377 private static final int MAX_POOL_SIZE = 32; field in class:AccessibilityInputFilter.MotionEventHolder
379 new SimplePool<MotionEventHolder>(MAX_POOL_SIZE);
H A DScreenMagnifier.java876 private static final int MAX_POOL_SIZE = 10; field in class:ScreenMagnifier.MotionEventInfo
922 if (sPoolSize < MAX_POOL_SIZE) {
H A DAccessibilityManagerService.java148 private static final int MAX_POOL_SIZE = 10; field in class:AccessibilityManagerService
161 new SimplePool<>(MAX_POOL_SIZE);
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityWindowInfo.java74 private static final int MAX_POOL_SIZE = 10; field in class:AccessibilityWindowInfo
76 new SynchronizedPool<AccessibilityWindowInfo>(MAX_POOL_SIZE);
H A DAccessibilityEvent.java737 private static final int MAX_POOL_SIZE = 10; field in class:AccessibilityEvent
739 new SynchronizedPool<AccessibilityEvent>(MAX_POOL_SIZE);
H A DAccessibilityRecord.java73 private static final int MAX_POOL_SIZE = 10; field in class:AccessibilityRecord
752 if (sPoolSize <= MAX_POOL_SIZE) {
H A DAccessibilityNodeInfo.java538 private static final int MAX_POOL_SIZE = 50; field in class:AccessibilityNodeInfo
540 new SynchronizedPool<AccessibilityNodeInfo>(MAX_POOL_SIZE);
3512 private static final int MAX_POOL_SIZE = 10; field in class:AccessibilityNodeInfo.RangeInfo
3522 new SynchronizedPool<AccessibilityNodeInfo.RangeInfo>(MAX_POOL_SIZE);
3646 private static final int MAX_POOL_SIZE = 20; field in class:AccessibilityNodeInfo.CollectionInfo
3649 new SynchronizedPool<CollectionInfo>(MAX_POOL_SIZE);
3792 private static final int MAX_POOL_SIZE = 20; field in class:AccessibilityNodeInfo.CollectionItemInfo
3795 new SynchronizedPool<CollectionItemInfo>(MAX_POOL_SIZE);
/frameworks/base/graphics/java/android/graphics/
H A DRegion.java25 private static final int MAX_POOL_SIZE = 10; field in class:Region
28 new SynchronizedPool<Region>(MAX_POOL_SIZE);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRIL.java101 private static final int MAX_POOL_SIZE = 4; field in class:RILRequest
158 if (sPoolSize < MAX_POOL_SIZE) {

Completed in 963 milliseconds