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

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DGridLayoutManagerTest.java477 getLp(mGlm.findViewByPosition(5)).getSpanIndex());
483 getLp(mGlm.findViewByPosition(5)).getSpanIndex());
486 GridLayoutManager.LayoutParams getLp(View view) { method in class:GridLayoutManagerTest
H A DBaseRecyclerViewInstrumentationTest.java377 RecyclerView.LayoutParams getLp(View v) { method in class:BaseRecyclerViewInstrumentationTest.TestLayoutManager
H A DStaggeredGridLayoutManagerTest.java190 getLp(vh.itemView).setFullSpan(true);
436 LayoutParams getLp(View view) { method in class:StaggeredGridLayoutManagerTest
663 getLp(view).mSpan.mIndex);
1687 final int span = getLp(child).getSpanIndex();

Completed in 12 milliseconds