Home
last modified time | relevance | path

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

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DScrollbarHelper.java31 boolean smoothScrollbarEnabled, boolean reverseLayout) { in computeScrollOffset()
DLinearLayoutManager.java154 public LinearLayoutManager(Context context, int orientation, boolean reverseLayout) { in LinearLayoutManager()
372 public void setReverseLayout(boolean reverseLayout) { in setReverseLayout()
DGridLayoutManager.java100 boolean reverseLayout) { in GridLayoutManager()
DRecyclerView.java7925 public boolean reverseLayout; field in RecyclerView.LayoutManager.Properties
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DAsyncListUtilLayoutTest.java294 public WrappedLinearLayoutManager(Context context, int orientation, boolean reverseLayout) { in WrappedLinearLayoutManager()
DStaggeredGridLayoutManagerTest.java2262 Config(int orientation, boolean reverseLayout, int spanCount, int gapStrategy) { in Config()
2278 Config reverseLayout(boolean reverseLayout) { in reverseLayout() method in StaggeredGridLayoutManagerTest.Config
DGridLayoutManagerTest.java980 boolean reverseLayout) { in WrappedGridLayoutManager()