Searched refs:mIsLayoutRtl (Results 1 – 2 of 2) sorted by relevance
609 private boolean mIsLayoutRtl; field in FocusFinder.SequentialFocusComparator620 mIsLayoutRtl = b; in setIsLayoutRtl()636 return mIsLayoutRtl ? 1 : -1; in compare()638 return mIsLayoutRtl ? -1 : 1; in compare()644 return mIsLayoutRtl ? 1 : -1; in compare()646 return mIsLayoutRtl ? -1 : 1; in compare()
93 private boolean mIsLayoutRtl; field in NavigationBarView524 if (mIsLayoutRtl != isLayoutRtl) { in updateRTLOrder()536 mIsLayoutRtl = isLayoutRtl; in updateRTLOrder()