Searched refs:randomX (Results 1 – 1 of 1) sorted by relevance
193 int randomX = mRandom.nextInt(bounds.right - bounds.left) + bounds.left; in selectRandomLocationInWindow() local195 outLocation.set(randomX, randomY); in selectRandomLocationInWindow()