Home | History | Annotate | Download | only in com.example.android.recyclerview

Lines Matching full:recyclerview

17 package com.example.android.recyclerview;
23 import android.support.v7.widget.RecyclerView;
30 * Demonstrates the use of {@link RecyclerView} with a {@link LinearLayoutManager} and a
50 protected RecyclerView mRecyclerView;
52 protected RecyclerView.LayoutManager mLayoutManager;
71 mRecyclerView = (RecyclerView) rootView.findViewById(R.id.recyclerView);
74 // to the way ListView would layout elements. The RecyclerView.LayoutManager defines how
88 // Set CustomAdapter as the adapter for RecyclerView.
112 * Set RecyclerView's LayoutManager to the one given.
151 * Generates Strings for RecyclerView's adapter. This data would usually come