Searched refs:atRtl (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DEditor.java5329 final boolean atRtl = isAtRtlRun(layout, offset);
5335 if (isLvlBoundary || (rtlAtCurrentOffset && !atRtl) || (!rtlAtCurrentOffset && atRtl)) {
5358 if (atRtl == isStartHandle()) {
5365 if (positionNearEdgeOfScrollingView(x, atRtl)
5368 && mTextView.canScrollHorizontally(atRtl ? -1 : 1)))
5376 final int nextOffset = (atRtl == isStartHandle())
5389 && atRtl == isAtRtlRun(layout, wordBoundary);
5531 private boolean positionNearEdgeOfScrollingView(float x, boolean atRtl) { argument
5534 if (atRtl
[all...]

Completed in 38 milliseconds