Home
last modified time | relevance | path

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

/platform_testing/libraries/system-helpers/accessibility-helper/src/android/system/helpers/
DAccessibilityScannerHelper.java314 int bufferY = (int)Math.ceil(mDevice.getDisplayHeight() * 0.1); in calculateDest() local
315 int destY = avoidRect.bottom + bufferY + origRect.height()/2; in calculateDest()
317 destY = avoidRect.top - bufferY - origRect.height()/2; in calculateDest()