Searched defs:isLayoutRtl (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DCheckedTextView.java179 setBasePadding(isLayoutRtl());
192 if (isLayoutRtl()) {
205 private void setBasePadding(boolean isLayoutRtl) { argument
206 if (isLayoutRtl) {
233 final boolean isLayoutRtl = isLayoutRtl();
239 if (isLayoutRtl) {
H A DHorizontalScrollView.java1487 if (isLayoutRtl() == mSavedState.isLayoutRtl) {
1494 if (isLayoutRtl()) {
1675 ss.isLayoutRtl = isLayoutRtl();
1681 public boolean isLayoutRtl; field in class:HorizontalScrollView.SavedState
1690 isLayoutRtl = (source.readInt() == 0) ? true : false;
1697 dest.writeInt(isLayoutRtl ? 1 : 0);
1705 + " isLayoutRtl=" + isLayoutRtl
[all...]
/frameworks/base/core/java/android/view/
H A DViewGroup.java6438 public boolean isLayoutRtl() { method in class:ViewGroup.MarginLayoutParams
H A DView.java6265 public boolean isLayoutRtl() { method in class:View
11998 verticalScrollbarPosition = isLayoutRtl() ?
15493 if (isLayoutRtl()) {
15677 if (isLayoutRtl()) {

Completed in 396 milliseconds