Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DEditor.java988 return findAfterGivenOffset == layout.isRtlCharAt(offset) in getNextCursorOffset()
4146 if (layout.isRtlCharAt(offset)) { in updatePosition()
4357 return layout.isRtlCharAt(offset); in isAtRtlRun()
5072 return layout.isRtlCharAt(offsetToCheck);
5083 final boolean isRtlChar = layout.isRtlCharAt(offsetToCheck);
5107 final boolean isRtlChar = layout.isRtlCharAt(offsetToCheck);
DTextView.java10540 final boolean isRtl = mLayout.isRtlCharAt(offset); in populateCharacterBounds()
/frameworks/base/core/java/android/text/
DLayout.java930 public boolean isRtlCharAt(int offset) { in isRtlCharAt() method in Layout
1458 !isRtlCharAt(lineEndOffset - 1)) + lineStartOffset; in getOffsetForHorizontal()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt29725 method public boolean isRtlCharAt(int);
/frameworks/base/api/
Dcurrent.txt41424 method public boolean isRtlCharAt(int);
Dtest-current.txt41700 method public boolean isRtlCharAt(int);
Dsystem-current.txt45009 method public boolean isRtlCharAt(int);