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

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java90 * {@link LayoutManager} to be able to detect data set changes in batches during a layout
91 * calculation. This saves LayoutManager from tracking adapter changes to calculate animations.
98 * position from the LayoutManager's perspective.</li>
124 * When writing a {@link LayoutManager} you almost always want to use layout positions whereas when
214 private LayoutManager mLayout;
671 * <p>This listener will be called when a LayoutManager or the RecyclerView decides
683 * Set the {@link LayoutManager} that this RecyclerView will use.
688 * {@link LayoutManager}. A LayoutManager must be provided for RecyclerView to function.</p>
692 * @param layout LayoutManager t
4784 public static abstract class LayoutManager { class in class:RecyclerView
[all...]

Completed in 54 milliseconds