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

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DLinearLayoutManager.java42 public class LinearLayoutManager extends RecyclerView.LayoutManager implements class in inherits:RecyclerView.LayoutManager,ItemTouchHelper.ViewDropHandler
45 private static final String TAG = "LinearLayoutManager";
78 * helps {@link LinearLayoutManager} make those decisions.
140 * Creates a vertical LinearLayoutManager
144 public LinearLayoutManager(Context context) { method in class:LinearLayoutManager
154 public LinearLayoutManager(Context context, int orientation, boolean reverseLayout) { method in class:LinearLayoutManager
167 public LinearLayoutManager(Context context, AttributeSet attrs, int defStyleAttr, method in class:LinearLayoutManager
315 * Sets the orientation of the layout. {@link android.support.v7.widget.LinearLayoutManager}
403 * By default, {@link android.support.v7.widget.LinearLayoutManager} lays out 1 extra page of
428 return LinearLayoutManager
[all...]

Completed in 34 milliseconds