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

/frameworks/support/core-ui/java/android/support/v4/widget/
H A DFocusStrategy.java98 private final boolean mIsLayoutRtl; field in class:FocusStrategy.SequentialComparator
102 mIsLayoutRtl = isLayoutRtl;
119 return mIsLayoutRtl ? 1 : -1;
121 return mIsLayoutRtl ? -1 : 1;
127 return mIsLayoutRtl ? 1 : -1;
129 return mIsLayoutRtl ? -1 : 1;
/frameworks/base/core/java/android/view/
H A DFocusFinder.java621 private boolean mIsLayoutRtl; field in class:FocusFinder.SequentialFocusComparator
638 mIsLayoutRtl = b;
715 return mIsLayoutRtl ? 1 : -1;
717 return mIsLayoutRtl ? -1 : 1;
723 return mIsLayoutRtl ? 1 : -1;
725 return mIsLayoutRtl ? -1 : 1;

Completed in 120 milliseconds