Searched refs:LayoutManagerType (Results 1 – 1 of 1) sorted by relevance
40 private enum LayoutManagerType { enum in RecyclerViewFragment45 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()