Home
last modified time | relevance | path

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

/development/samples/browseable/RecyclerView/src/com.example.android.recyclerview/
DRecyclerViewFragment.java45 protected LayoutManagerType mCurrentLayoutManagerType; field in RecyclerViewFragment
78 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()