Searched refs:aft (Results 1 – 1 of 1) sorted by relevance
1488 int aft = tl.getOffsetToLeftRightOf(low - lineStartOffset, isRtl) + lineStartOffset; in getOffsetForHorizontal() local1489 low = tl.getOffsetToLeftRightOf(aft - lineStartOffset, !isRtl) + lineStartOffset; in getOffsetForHorizontal()1492 if (aft < there) { in getOffsetForHorizontal()1493 float other = Math.abs(horizontal.get(aft) - horiz); in getOffsetForHorizontal()1497 low = aft; in getOffsetForHorizontal()