Home
last modified time | relevance | path

Searched refs:testBoxAgainstList (Results 1 – 1 of 1) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
DCollisionSystem.java206 boolean hit = testBoxAgainstList(mCollisionTiles[tileIndex].segments, in testBox()
221 boolean tempHit = testBoxAgainstList(mTemporarySegments, in testBox()
475 protected static boolean testBoxAgainstList(FixedSizeArray<LineSegment> segments, in testBoxAgainstList() method in CollisionSystem