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

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java102 * {@link LayoutManager} to be able to detect data set changes in batches during a layout
103 * calculation. This saves LayoutManager from tracking adapter changes to calculate animations.
110 * position from the LayoutManager's perspective.</li>
136 * When writing a {@link LayoutManager} you almost always want to use layout positions whereas when
285 private LayoutManager mLayout;
470 * Instantiate and set a LayoutManager, if specified in the attributes.
486 Class<? extends LayoutManager> layoutManagerClass =
487 classLoader.loadClass(className).asSubclass(LayoutManager.class);
488 Constructor<? extends LayoutManager> constructor;
500 ": Error creating LayoutManager "
5779 public static abstract class LayoutManager { class in class:RecyclerView
[all...]
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/recyclerview/test/
H A DCustomLayoutManager.java32 public static class LayoutManager extends RecyclerView.LayoutManager { class in class:CustomLayoutManager

Completed in 118 milliseconds