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

/external/replicaisland/src/com/replica/replicaisland/
H A DCollisionSystem.java52 private static final int MAX_TEMPORARY_SEGMENTS = 256; field in class:CollisionSystem
57 mSegmentPool = new LineSegmentPool(MAX_TEMPORARY_SEGMENTS);
59 mTemporarySegments = new FixedSizeArray<LineSegment>(MAX_TEMPORARY_SEGMENTS);
60 mPendingTemporarySegments = new FixedSizeArray<LineSegment>(MAX_TEMPORARY_SEGMENTS);

Completed in 19 milliseconds