Home
last modified time | relevance | path

Searched defs:reverseLayout (Results 1 – 9 of 9) sorted by relevance

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DBaseGridLayoutManagerTest.java116 public Config(int spanCount, int orientation, boolean reverseLayout) { in Config()
137 public Config reverseLayout(boolean reverseLayout) { in reverseLayout() argument
163 boolean reverseLayout) { in WrappedGridLayoutManager()
DBaseLinearLayoutManagerTest.java278 Config(int orientation, boolean reverseLayout, boolean stackFromEnd) { in Config()
308 Config reverseLayout(boolean reverseLayout) { in reverseLayout() method in BaseLinearLayoutManagerTest.Config
352 public WrappedLinearLayoutManager(Context context, int orientation, boolean reverseLayout) { in WrappedLinearLayoutManager()
DBaseStaggeredGridLayoutManagerTest.java402 Config(int orientation, boolean reverseLayout, int spanCount, int gapStrategy) { in Config()
418 Config reverseLayout(boolean reverseLayout) { in reverseLayout() method in BaseStaggeredGridLayoutManagerTest.Config
DAsyncListUtilLayoutTest.java311 public WrappedLinearLayoutManager(Context context, int orientation, boolean reverseLayout) { in WrappedLinearLayoutManager()
DGridLayoutManagerTest.java76 private void scrollToBadOffset(boolean reverseLayout) throws Throwable { in scrollToBadOffset()
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DScrollbarHelper.java31 boolean smoothScrollbarEnabled, boolean reverseLayout) { in computeScrollOffset()
DLinearLayoutManager.java159 public LinearLayoutManager(Context context, int orientation, boolean reverseLayout) { in LinearLayoutManager()
378 public void setReverseLayout(boolean reverseLayout) { in setReverseLayout()
DGridLayoutManager.java95 boolean reverseLayout) { in GridLayoutManager()
DRecyclerView.java9078 public boolean reverseLayout; field in RecyclerView.LayoutManager.Properties