Home
last modified time | relevance | path

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

/external/replicaisland/src/com/replica/replicaisland/
DBackgroundCollisionComponent.java44 private Vector2 mTestPointStart; field in BackgroundCollisionComponent
75 mTestPointStart = new Vector2(); in BackgroundCollisionComponent()
94 mTestPointStart = new Vector2(); in BackgroundCollisionComponent()
333 mTestPointStart.y = (centerY); in sweepHorizontal()
334 mTestPointStart.x = (left); in sweepHorizontal()
337 mTestPointStart.x = (right); in sweepHorizontal()
347 mTestPointEnd.add(mTestPointStart); in sweepHorizontal()
367 mTestPointStart.x = (centerX); in sweepVertical()
368 mTestPointStart.y = (bottom); in sweepVertical()
371 mTestPointStart.y = (top); in sweepVertical()
[all …]