Searched defs:reverseLayout (Results 1 – 3 of 3) sorted by relevance
32 boolean smoothScrollbarEnabled, boolean reverseLayout) { in computeScrollOffset()
162 public LinearLayoutManager(Context context, int orientation, boolean reverseLayout) { in LinearLayoutManager()375 public void setReverseLayout(boolean reverseLayout) { in setReverseLayout()
9651 public boolean reverseLayout; field in RecyclerView.LayoutManager.Properties