Home
last modified time | relevance | path

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

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DGridLayoutManagerWrapContentTest.java90 mWrapContentConfig.toLayoutParams(WRAP_CONTENT, WRAP_CONTENT); in testVerticalWithItemDecors()
110 mWrapContentConfig.toLayoutParams(WRAP_CONTENT, WRAP_CONTENT); in testHorizontalWithItemDecors()
125 mWrapContentConfig.toLayoutParams(WRAP_CONTENT, WRAP_CONTENT); in testHorizontal()
144 mWrapContentConfig.toLayoutParams(WRAP_CONTENT, WRAP_CONTENT); in testHandleSecondLineChangingBorders()
163 mWrapContentConfig.toLayoutParams(WRAP_CONTENT, WRAP_CONTENT); in testSecondLineAffectingBordersWithAspectRatio()
DStaggeredGridLayoutManagerWrapContentTest.java63 mWrapContentConfig.toLayoutParams(WRAP_CONTENT, WRAP_CONTENT); in testSimple()
83 mWrapContentConfig.toLayoutParams(WRAP_CONTENT, WRAP_CONTENT); in testSimpleHorizontal()
102 mWrapContentConfig.toLayoutParams(WRAP_CONTENT, WRAP_CONTENT); in testUnspecifiedWidth()
122 mWrapContentConfig.toLayoutParams(WRAP_CONTENT, WRAP_CONTENT); in testUnspecifiedHeight()
DGridLayoutManagerWrapContentWithAspectRatioTest.java95 mWrapContentConfig.toLayoutParams(WRAP_CONTENT, WRAP_CONTENT); in init()
DBaseWrapContentTest.java586 public TestedFrameLayout.FullControlLayoutParams toLayoutParams(int wDim, int hDim) { in toLayoutParams() method in BaseWrapContentTest.WrapContentConfig