Searched refs:mIsLayoutRtl (Results 1 - 1 of 1) 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;

Completed in 129 milliseconds