Searched defs:isAtRtlRun (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DEditor.java4508 final boolean isRtlCharAtOffset = isAtRtlRun(layout, offset);
4642 protected boolean isAtRtlRun(@NonNull Layout layout, int offset) { method in class:Editor.HandleView
5328 final boolean rtlAtCurrentOffset = isAtRtlRun(layout, currentOffset);
5329 final boolean atRtl = isAtRtlRun(layout, offset);
5389 && atRtl == isAtRtlRun(layout, wordBoundary);
5546 protected boolean isAtRtlRun(@NonNull Layout layout, int offset) { method in class:Editor.SelectionHandleView

Completed in 215 milliseconds