Searched refs:isAtRtlRun (Results 1 – 2 of 2) sorted by relevance
4708 final boolean isRtlCharAtOffset = isAtRtlRun(layout, offset); in updateDrawable()4852 protected boolean isAtRtlRun(@NonNull Layout layout, int offset) { in isAtRtlRun() method in Editor.HandleView5770 final boolean rtlAtCurrentOffset = isAtRtlRun(layout, currentOffset); in updatePosition()5771 final boolean atRtl = isAtRtlRun(layout, offset); in updatePosition()5831 && atRtl == isAtRtlRun(layout, wordBoundary); in updatePosition()5991 protected boolean isAtRtlRun(@NonNull Layout layout, int offset) {
25589 HSPLandroid/widget/Editor$HandleView;->isAtRtlRun(Landroid/text/Layout;I)Z