Home | History | Annotate | Download | only in text

Lines Matching refs:aft

1071                 int aft = TextUtils.getOffsetAfter(mText, low);
1072 if (aft < there) {
1073 float other = Math.abs(getPrimaryHorizontal(aft) - horiz);
1077 low = aft;