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