Searched refs:isAtRtlRun (Results 1 – 2 of 2) 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) {
81295 Landroid/widget/Editor$HandleView;->isAtRtlRun(Landroid/text/Layout;I)Z81468 Landroid/widget/Editor$SelectionHandleView;->isAtRtlRun(Landroid/text/Layout;I)Z