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()
95 private boolean mIsLayoutRtl; field in NavigationBarView519 if (mIsLayoutRtl != isLayoutRtl) { in updateRTLOrder()531 mIsLayoutRtl = isLayoutRtl; in updateRTLOrder()