Searched refs:mWrapContentConfig (Results 1 - 6 of 6) sorted by relevance

/frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
H A DGridLayoutManagerWrapContentTest.java94 mWrapContentConfig.toLayoutParams(WRAP_CONTENT, WRAP_CONTENT);
115 mWrapContentConfig.toLayoutParams(WRAP_CONTENT, WRAP_CONTENT);
131 mWrapContentConfig.toLayoutParams(WRAP_CONTENT, WRAP_CONTENT);
151 mWrapContentConfig.toLayoutParams(WRAP_CONTENT, WRAP_CONTENT);
171 mWrapContentConfig.toLayoutParams(WRAP_CONTENT, WRAP_CONTENT);
192 mWrapContentConfig.toLayoutParams(WRAP_CONTENT, WRAP_CONTENT);
208 mWrapContentConfig.toLayoutParams(WRAP_CONTENT, WRAP_CONTENT);
H A DStaggeredGridLayoutManagerWrapContentTest.java67 mWrapContentConfig.toLayoutParams(WRAP_CONTENT, WRAP_CONTENT);
88 mWrapContentConfig.toLayoutParams(WRAP_CONTENT, WRAP_CONTENT);
108 mWrapContentConfig.toLayoutParams(WRAP_CONTENT, WRAP_CONTENT);
129 mWrapContentConfig.toLayoutParams(WRAP_CONTENT, WRAP_CONTENT);
H A DBaseWrapContentTest.java61 protected final WrapContentConfig mWrapContentConfig; field in class:BaseWrapContentTest
64 mWrapContentConfig = config;
124 if (mWrapContentConfig.isUnlimitedHeight()) {
127 if (mWrapContentConfig.isUnlimitedWidth()) {
204 Rect padding = mWrapContentConfig.padding;
325 if (mWrapContentConfig.isUnlimitedHeight() &&
332 if (mWrapContentConfig.isUnlimitedWidth() &&
341 if (mWrapContentConfig.isUnlimitedHeight() || mWrapContentConfig.isUnlimitedWidth()) {
H A DLinearLayoutManagerWrapContentWithAspectRatioTest.java117 if (mWrapContentConfig.isUnlimitedHeight()) {
121 if (mWrapContentConfig.isUnlimitedWidth()) {
H A DBaseWrapContentWithAspectRatioTest.java39 final BaseWrapContentTest.WrapContentConfig mWrapContentConfig; field in class:BaseWrapContentWithAspectRatioTest
43 mWrapContentConfig = wrapContentConfig;
H A DGridLayoutManagerWrapContentWithAspectRatioTest.java95 mWrapContentConfig.toLayoutParams(WRAP_CONTENT, WRAP_CONTENT);

Completed in 102 milliseconds