Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DEditor.java4708 final boolean isRtlCharAtOffset = isAtRtlRun(layout, offset); in updateDrawable()
4852 protected boolean isAtRtlRun(@NonNull Layout layout, int offset) { in isAtRtlRun() method in Editor.HandleView
5770 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) {
/frameworks/base/config/
Dboot-image-profile.txt25589 HSPLandroid/widget/Editor$HandleView;->isAtRtlRun(Landroid/text/Layout;I)Z