Searched defs:MAX_POOL_SIZE (Results 1 - 15 of 15) 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 DViewGroup.java6447 private static final int MAX_POOL_SIZE = 32; field in class:ViewGroup.ChildListForAccessibility
6450 new SynchronizedPool<ChildListForAccessibility>(MAX_POOL_SIZE);
6519 private static final int MAX_POOL_SIZE = 32; field in class:ViewGroup.ViewLocationHolder
6522 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
75 if (sPoolSize < MAX_POOL_SIZE) {
/frameworks/base/core/java/android/os/
H A DMessage.java100 private static final int MAX_POOL_SIZE = 50; field in class:Message
252 if (sPoolSize < MAX_POOL_SIZE) {
/frameworks/base/services/java/com/android/server/accessibility/
H A DAccessibilityInputFilter.java376 private static final int MAX_POOL_SIZE = 32; field in class:AccessibilityInputFilter.MotionEventHolder
378 new SimplePool<MotionEventHolder>(MAX_POOL_SIZE);
H A DScreenMagnifier.java886 private static final int MAX_POOL_SIZE = 10; field in class:ScreenMagnifier.MotionEventInfo
932 if (sPoolSize < MAX_POOL_SIZE) {
H A DAccessibilityManagerService.java140 private static final int MAX_POOL_SIZE = 10; field in class:AccessibilityManagerService
151 new SimplePool<PendingEvent>(MAX_POOL_SIZE);
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityEvent.java689 private static final int MAX_POOL_SIZE = 10; field in class:AccessibilityEvent
691 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.java455 private static final int MAX_POOL_SIZE = 50; field in class:AccessibilityNodeInfo
457 new SynchronizedPool<AccessibilityNodeInfo>(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/base/services/java/com/android/server/wm/
H A DDisplayMagnifier.java664 private static final int MAX_POOL_SIZE = 30; field in class:DisplayMagnifier.WindowStateInfo
667 new SimplePool<WindowStateInfo>(MAX_POOL_SIZE);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRIL.java88 private static final int MAX_POOL_SIZE = 4; field in class:RILRequest
145 if (sPoolSize < MAX_POOL_SIZE) {

Completed in 289 milliseconds