Searched refs:getLp (Results 1 - 6 of 6) 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 DBaseRecyclerViewAnimationsTest.java248 if (lm.getLp(v).isItemRemoved()) {
H A DGridLayoutManagerTest.java1300 getLp(mGlm.findViewByPosition(5)).getSpanIndex());
1306 getLp(mGlm.findViewByPosition(5)).getSpanIndex());
H A DStaggeredGridLayoutManagerTest.java255 getLp(vh.itemView).setFullSpan(true);
1169 getLp(view).mSpan.mIndex);
H A DBaseRecyclerViewInstrumentationTest.java633 RecyclerView.LayoutParams getLp(View v) { method in class:BaseRecyclerViewInstrumentationTest.TestLayoutManager

Completed in 73 milliseconds