Searched refs:isRtlCharAt (Results 1 – 6 of 6) sorted by relevance
978 public boolean isRtlCharAt(int offset) { in isRtlCharAt() method in Layout1562 !isRtlCharAt(lineEndOffset - 1)) + lineStartOffset; in getOffsetForHorizontal()
1091 return findAfterGivenOffset == layout.isRtlCharAt(offset) in getNextCursorOffset()4366 if (layout.isRtlCharAt(offset)) { in updatePosition()4676 return layout.isRtlCharAt(offset); in isAtRtlRun()5643 return layout.isRtlCharAt(offsetToCheck);5654 final boolean isRtlChar = layout.isRtlCharAt(offsetToCheck);5678 final boolean isRtlChar = layout.isRtlCharAt(offsetToCheck);
11831 final boolean isRtl = mLayout.isRtlCharAt(offset); in populateCharacterBounds()
29725 method public boolean isRtlCharAt(int);
47225 method public boolean isRtlCharAt(int);
47369 method public boolean isRtlCharAt(int);