Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/inputmethod/
DTextBoundsInfo.java600 final RectF currentLineBounds = new RectF(); in getLineInfo() local
604 getBoundsForRange(lineStartInRange, lineEndInRange, currentLineBounds); in getLineInfo()
606 top = Math.min(currentLineBounds.top, top); in getLineInfo()
607 bottom = Math.max(currentLineBounds.bottom, bottom); in getLineInfo()
609 final float distance = verticalDistance(currentLineBounds, y); in getLineInfo()
615 bounds.set(currentLineBounds); in getLineInfo()
625 bounds.set(currentLineBounds); in getLineInfo()