Searched refs:mCurrentLayoutManagerType (Results 1 – 1 of 1) sorted by relevance
45 protected LayoutManagerType mCurrentLayoutManagerType; field in RecyclerViewFragment78 mCurrentLayoutManagerType = LayoutManagerType.LINEAR_LAYOUT_MANAGER; in onCreateView()82 mCurrentLayoutManagerType = (LayoutManagerType) savedInstanceState in onCreateView()85 setRecyclerViewLayoutManager(mCurrentLayoutManagerType); in onCreateView()128 mCurrentLayoutManagerType = LayoutManagerType.GRID_LAYOUT_MANAGER; in setRecyclerViewLayoutManager()132 mCurrentLayoutManagerType = LayoutManagerType.LINEAR_LAYOUT_MANAGER; in setRecyclerViewLayoutManager()136 mCurrentLayoutManagerType = LayoutManagerType.LINEAR_LAYOUT_MANAGER; in setRecyclerViewLayoutManager()146 savedInstanceState.putSerializable(KEY_LAYOUT_MANAGER, mCurrentLayoutManagerType); in onSaveInstanceState()