Searched refs:getLp (Results 1 - 4 of 4) sorted by relevance

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DGridLayoutManagerTest.java838 getLp(mGlm.findViewByPosition(5)).getSpanIndex());
844 getLp(mGlm.findViewByPosition(5)).getSpanIndex());
847 GridLayoutManager.LayoutParams getLp(View view) { method in class:GridLayoutManagerTest
H A DBaseRecyclerViewInstrumentationTest.java467 RecyclerView.LayoutParams getLp(View v) { method in class:BaseRecyclerViewInstrumentationTest.TestLayoutManager
H A DStaggeredGridLayoutManagerTest.java193 getLp(vh.itemView).setFullSpan(true);
477 LayoutParams getLp(View view) { method in class:StaggeredGridLayoutManagerTest
759 getLp(view).mSpan.mIndex);
1913 final int span = getLp(child).getSpanIndex();
H A DRecyclerViewAnimationsTest.java1420 if (lm.getLp(v).isItemRemoved()) {

Completed in 69 milliseconds