Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DEditor.java4541 final boolean isRtlCharAtOffset = isAtRtlRun(layout, offset); in updateDrawable()
4675 protected boolean isAtRtlRun(@NonNull Layout layout, int offset) { in isAtRtlRun() method in Editor.HandleView
5423 final boolean rtlAtCurrentOffset = isAtRtlRun(layout, currentOffset); in updatePosition()
5424 final boolean atRtl = isAtRtlRun(layout, offset); in updatePosition()
5484 && atRtl == isAtRtlRun(layout, wordBoundary); in updatePosition()
5641 protected boolean isAtRtlRun(@NonNull Layout layout, int offset) {