Lines Matching refs:positionY
395 float positionX, positionY;400 positionY = mRandom.nextInt(getHeight());404 positionY = mRandom.nextInt(getHeight());408 positionY = -size;412 positionY = getHeight() + size;422 if (currentShip.distanceTo(positionX, positionY) < minDistance) {442 obstacle.setPosition(positionX, positionY);