Searched defs:LinearLayoutManager (Results 1 - 2 of 2) sorted by relevance
/frameworks/base/core/java/com/android/internal/widget/ |
H A D | LinearLayoutManager.java | 40 public class LinearLayoutManager extends RecyclerView.LayoutManager implements class in inherits:RecyclerView.LayoutManager,ItemTouchHelper.ViewDropHandler,RecyclerView.SmoothScroller.ScrollVectorProvider 43 private static final String TAG = "LinearLayoutManager"; 76 * helps {@link LinearLayoutManager} make those decisions. 148 * Creates a vertical LinearLayoutManager 152 public LinearLayoutManager(Context context) { method in class:LinearLayoutManager 162 public LinearLayoutManager(Context context, int orientation, boolean reverseLayout) { method in class:LinearLayoutManager 172 public LinearLayoutManager(Context context, AttributeSet attrs, int defStyleAttr, method in class:LinearLayoutManager 319 * Sets the orientation of the layout. {@link com.android.internal.widget.LinearLayoutManager} 408 * <p>By default, {@link com.android.internal.widget.LinearLayoutManager} lays out 1 extra page 414 * location, where 1) the extra content helps LinearLayoutManager kno [all...] |
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/ |
H A D | LinearLayoutManager.java | 42 public class LinearLayoutManager extends RecyclerView.LayoutManager implements class in inherits:RecyclerView.LayoutManager,ItemTouchHelper.ViewDropHandler,RecyclerView.SmoothScroller.ScrollVectorProvider 45 private static final String TAG = "LinearLayoutManager"; 78 * helps {@link LinearLayoutManager} make those decisions. 148 * Creates a vertical LinearLayoutManager 152 public LinearLayoutManager(Context context) { method in class:LinearLayoutManager 162 public LinearLayoutManager(Context context, @RecyclerView.Orientation int orientation, method in class:LinearLayoutManager 176 public LinearLayoutManager(Context context, AttributeSet attrs, int defStyleAttr, method in class:LinearLayoutManager 328 * Sets the orientation of the layout. {@link LinearLayoutManager} 420 * <p>By default, {@link LinearLayoutManager} lays out 1 extra page 426 * location, where 1) the extra content helps LinearLayoutManager kno [all...] |
Completed in 10 milliseconds