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

/frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
H A DBaseGridLayoutManagerTest.java102 GridLayoutManager.LayoutParams getLp(View view) { method in class:BaseGridLayoutManagerTest
H A DBaseStaggeredGridLayoutManagerTest.java132 StaggeredGridLayoutManager.LayoutParams getLp(View view) { method in class:BaseStaggeredGridLayoutManagerTest
716 final int span = getLp(child).getSpanIndex();
H A DBaseRecyclerViewInstrumentationTest.java633 RecyclerView.LayoutParams getLp(View v) { method in class:BaseRecyclerViewInstrumentationTest.TestLayoutManager

Completed in 145 milliseconds