Home
last modified time | relevance | path

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

/platform_testing/libraries/system-helpers/accessibility-helper/src/android/system/helpers/
DAccessibilityScannerHelper.java315 int destY = avoidRect.bottom + bufferY + origRect.height()/2; in calculateDest() local
316 if (destY >= mDevice.getDisplayHeight()) { in calculateDest()
317 destY = avoidRect.top - bufferY - origRect.height()/2; in calculateDest()
319 return new Point(origRect.centerX(), destY); in calculateDest()