Home
last modified time | relevance | path

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

/development/samples/browseable/RecyclerView/src/com.example.android.recyclerview/
DRecyclerViewFragment.java42 LINEAR_LAYOUT_MANAGER enumConstant
78 mCurrentLayoutManagerType = LayoutManagerType.LINEAR_LAYOUT_MANAGER; in onCreateView()
96 setRecyclerViewLayoutManager(LayoutManagerType.LINEAR_LAYOUT_MANAGER); in onCreateView()
130 case LINEAR_LAYOUT_MANAGER: in setRecyclerViewLayoutManager()
132 mCurrentLayoutManagerType = LayoutManagerType.LINEAR_LAYOUT_MANAGER; in setRecyclerViewLayoutManager()
136 mCurrentLayoutManagerType = LayoutManagerType.LINEAR_LAYOUT_MANAGER; in setRecyclerViewLayoutManager()