Home
last modified time | relevance | path

Searched refs:LayoutManagerType (Results 1 – 1 of 1) sorted by relevance

/development/samples/browseable/RecyclerView/src/com.example.android.recyclerview/
DRecyclerViewFragment.java40 private enum LayoutManagerType { enum in RecyclerViewFragment
45 protected LayoutManagerType mCurrentLayoutManagerType;
78 mCurrentLayoutManagerType = LayoutManagerType.LINEAR_LAYOUT_MANAGER; in onCreateView()
82 mCurrentLayoutManagerType = (LayoutManagerType) savedInstanceState in onCreateView()
96 setRecyclerViewLayoutManager(LayoutManagerType.LINEAR_LAYOUT_MANAGER); in onCreateView()
104 setRecyclerViewLayoutManager(LayoutManagerType.GRID_LAYOUT_MANAGER); in onCreateView()
116 public void setRecyclerViewLayoutManager(LayoutManagerType layoutManagerType) { in setRecyclerViewLayoutManager()
128 mCurrentLayoutManagerType = LayoutManagerType.GRID_LAYOUT_MANAGER; in setRecyclerViewLayoutManager()
132 mCurrentLayoutManagerType = LayoutManagerType.LINEAR_LAYOUT_MANAGER; in setRecyclerViewLayoutManager()
136 mCurrentLayoutManagerType = LayoutManagerType.LINEAR_LAYOUT_MANAGER; in setRecyclerViewLayoutManager()