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

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DRecyclerViewAccessibilityLifecycleTest.java38 LayoutAllLayoutManager lm = new LayoutAllLayoutManager();
89 public class LayoutAllLayoutManager extends TestLayoutManager { class in class:RecyclerViewAccessibilityLifecycleTest
92 public LayoutAllLayoutManager() { method in class:RecyclerViewAccessibilityLifecycleTest.LayoutAllLayoutManager
96 LayoutAllLayoutManager(boolean allowNullLayoutLatch) { method in class:RecyclerViewAccessibilityLifecycleTest.LayoutAllLayoutManager
H A DRecyclerViewLayoutTest.java194 final LayoutAllLayoutManager lm = new LayoutAllLayoutManager(true) {
243 final TestLayoutManager replacement = new LayoutAllLayoutManager(true);
480 final LayoutAllLayoutManager tlm = spy(new LayoutAllLayoutManager());
693 TestLayoutManager tlm = new LayoutAllLayoutManager();
2601 LayoutAllLayoutManager lm = new LayoutAllLayoutManager(true);
4275 public class LayoutAllLayoutManager extends TestLayoutManager { class in class:RecyclerViewLayoutTest
4278 public LayoutAllLayoutManager() { method in class:RecyclerViewLayoutTest.LayoutAllLayoutManager
4282 public LayoutAllLayoutManager(boolean allowNullLayoutLatch) { method in class:RecyclerViewLayoutTest.LayoutAllLayoutManager
[all...]

Completed in 63 milliseconds