Searched refs:bufferY (Results 1 – 1 of 1) sorted by relevance
314 int bufferY = (int)Math.ceil(mDevice.getDisplayHeight() * 0.1); in calculateDest() local315 int destY = avoidRect.bottom + bufferY + origRect.height()/2; in calculateDest()317 destY = avoidRect.top - bufferY - origRect.height()/2; in calculateDest()