Searched defs:isLayoutRTL (Results 1 - 6 of 6) sorted by relevance

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DBaseGridLayoutManagerTest.java175 protected boolean isLayoutRTL() { method in class:BaseGridLayoutManagerTest.WrappedGridLayoutManager
176 return mFakeRTL == null ? super.isLayoutRTL() : mFakeRTL;
H A DBaseStaggeredGridLayoutManagerTest.java486 boolean isLayoutRTL() { method in class:BaseStaggeredGridLayoutManagerTest.WrappedLayoutManager
487 return mFakeRTL == null ? super.isLayoutRTL() : mFakeRTL;
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DFastScroller.java210 private boolean isLayoutRTL() { method in class:FastScroller
303 if (isLayoutRTL()) {
499 return (isLayoutRTL() ? x <= mVerticalThumbWidth / 2
H A DLinearLayoutManager.java354 if (mOrientation == VERTICAL || !isLayoutRTL()) {
980 protected boolean isLayoutRTL() { method in class:LinearLayoutManager
1588 if (isLayoutRTL()) {
1651 } else if (isLayoutRTL()) {
1659 } else if (isLayoutRTL()) {
H A DStaggeredGridLayoutManager.java343 final int preferredSpanDir = mOrientation == VERTICAL && isLayoutRTL() ? 1 : -1;
559 if (mOrientation == VERTICAL || !isLayoutRTL()) {
566 boolean isLayoutRTL() { method in class:StaggeredGridLayoutManager
634 || isLayoutRTL() != mLastLayoutRTL) {
716 mLastLayoutRTL = isLayoutRTL();
765 if (isLayoutRTL() && mOrientation == VERTICAL) {
1647 if (isLayoutRTL() && mOrientation == VERTICAL) {
1936 return ((layoutDir == LAYOUT_START) == mShouldReverseLayout) == isLayoutRTL();
2358 } else if (isLayoutRTL()) {
2366 } else if (isLayoutRTL()) {
[all...]
/frameworks/base/core/java/com/android/internal/widget/
H A DLinearLayoutManager.java348 if (mOrientation == VERTICAL || !isLayoutRTL()) {
956 protected boolean isLayoutRTL() { method in class:LinearLayoutManager
1557 if (isLayoutRTL()) {
1620 } else if (isLayoutRTL()) {
1628 } else if (isLayoutRTL()) {

Completed in 1930 milliseconds