Searched refs:MAX_POOL_SIZE (Results 1 - 11 of 11) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
H A DSomeArgs.java28 private static final int MAX_POOL_SIZE = 10; field in class:SomeArgs
74 if (sPoolSize < 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/android/view/
H A DWindowInfo.java31 private static final int MAX_POOL_SIZE = 20; field in class:WindowInfo
125 if (sPoolSize < MAX_POOL_SIZE) {
H A DViewGroup.java6137 private static final int MAX_POOL_SIZE = 32; field in class:ViewGroup.ChildListForAccessibility
6176 if (sPoolSize < MAX_POOL_SIZE) {
6234 private static final int MAX_POOL_SIZE = 32; field in class:ViewGroup.ViewLocationHolder
6275 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/core/java/android/view/accessibility/
H A DAccessibilityRecord.java73 private static final int MAX_POOL_SIZE = 10; field in class:AccessibilityRecord
752 if (sPoolSize <= MAX_POOL_SIZE) {
H A DAccessibilityEvent.java688 private static final int MAX_POOL_SIZE = 10; field in class:AccessibilityEvent
947 if (sPoolSize <= MAX_POOL_SIZE) {
H A DAccessibilityNodeInfo.java356 private static final int MAX_POOL_SIZE = 50; field in class:AccessibilityNodeInfo
1560 if (sPoolSize <= MAX_POOL_SIZE) {
/frameworks/base/services/java/com/android/server/accessibility/
H A DScreenMagnifier.java775 private static final int MAX_POOL_SIZE = 10; field in class:ScreenMagnifier.MotionEventInfo
821 if (sPoolSize < MAX_POOL_SIZE) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRIL.java81 private static final int MAX_POOL_SIZE = 4; field in class:RILRequest
138 if (sPoolSize < MAX_POOL_SIZE) {

Completed in 254 milliseconds