Searched defs:LinearLayoutManager (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DLinearLayoutManager.java44 public class LinearLayoutManager extends RecyclerView.LayoutManager implements class in inherits:RecyclerView.LayoutManager,ItemTouchHelper.ViewDropHandler,RecyclerView.SmoothScroller.ScrollVectorProvider
47 private static final String TAG = "LinearLayoutManager";
80 * helps {@link LinearLayoutManager} make those decisions.
147 * Creates a vertical LinearLayoutManager
151 public LinearLayoutManager(Context context) { method in class:LinearLayoutManager
161 public LinearLayoutManager(Context context, int orientation, boolean reverseLayout) { method in class:LinearLayoutManager
175 public LinearLayoutManager(Context context, AttributeSet attrs, int defStyleAttr, method in class:LinearLayoutManager
324 * Sets the orientation of the layout. {@link android.support.v7.widget.LinearLayoutManager}
412 * By default, {@link android.support.v7.widget.LinearLayoutManager} lays out 1 extra page of
1369 * @see android.support.v7.widget.LinearLayoutManager
[all...]

Completed in 56 milliseconds