Searched refs:isLayoutRtl (Results 51 - 52 of 52) sorted by relevance

123

/frameworks/base/core/java/android/widget/
H A DTextView.java6746 final boolean isLayoutRtl = isLayoutRtl();
6748 final int leftOffset = isLayoutRtl ? 0 : offset;
6749 final int rightOffset = isLayoutRtl ? offset : 0;
/frameworks/base/core/java/android/view/
H A DView.java9723 public boolean isLayoutRtl() { method in class:View
16702 verticalScrollbarPosition = isLayoutRtl() ?
20968 if (isLayoutRtl()) {
21153 if (isLayoutRtl()) {
26155 stream.addProperty("layout:layoutRtl", isLayoutRtl());

Completed in 108 milliseconds

123