Searched refs:toLayoutParams (Results 1 – 4 of 4) sorted by relevance
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/ |
D | GridLayoutManagerWrapContentTest.java | 90 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()
|
D | StaggeredGridLayoutManagerWrapContentTest.java | 63 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()
|
D | GridLayoutManagerWrapContentWithAspectRatioTest.java | 95 mWrapContentConfig.toLayoutParams(WRAP_CONTENT, WRAP_CONTENT); in init()
|
D | BaseWrapContentTest.java | 586 public TestedFrameLayout.FullControlLayoutParams toLayoutParams(int wDim, int hDim) { in toLayoutParams() method in BaseWrapContentTest.WrapContentConfig
|