Home
last modified time | relevance | path

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

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