Searched refs:isAtRtlRun (Results 1 – 1 of 1) sorted by relevance
4541 final boolean isRtlCharAtOffset = isAtRtlRun(layout, offset); in updateDrawable()4675 protected boolean isAtRtlRun(@NonNull Layout layout, int offset) { in isAtRtlRun() method in Editor.HandleView5423 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) {