Searched refs:isLayoutRTL (Results 1 – 5 of 5) sorted by relevance
544 final boolean isLayoutRTL = ViewCompat.getLayoutDirection( in draw()546 final int flipRtl = isLayoutRTL ? -1 : 1; in draw()551 if (isLayoutRTL && !mHasMirroring) { in draw()
287 final int preferredSpanDir = mOrientation == VERTICAL && isLayoutRTL() ? 1 : -1; in hasGapsToFix()508 if (mOrientation == VERTICAL || !isLayoutRTL()) {515 boolean isLayoutRTL() {549 isLayoutRTL() != mLastLayoutRTL) {611 mLastLayoutRTL = isLayoutRTL();1698 return ((layoutDir == LAYOUT_START) == mShouldReverseLayout) == isLayoutRTL();
322 if (mOrientation == VERTICAL || !isLayoutRTL()) { in resolveShouldLayoutReverse()871 protected boolean isLayoutRTL() { in isLayoutRTL() method1341 if (isLayoutRTL()) { in layoutChunk()
513 if (mOrientation == VERTICAL && isLayoutRTL()) { // start from last span in assignSpans()
250 assertEquals("view should become rtl", true, mLayoutManager.isLayoutRTL()); in rtlTest()1582 boolean isLayoutRTL() { in isLayoutRTL() method in StaggeredGridLayoutManagerTest.WrappedLayoutManager1583 return mFakeRTL == null ? super.isLayoutRTL() : mFakeRTL; in isLayoutRTL()