Searched defs:mWrapContentConfig (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
H A DBaseWrapContentWithAspectRatioTest.java39 final BaseWrapContentTest.WrapContentConfig mWrapContentConfig; field in class:BaseWrapContentWithAspectRatioTest
43 mWrapContentConfig = wrapContentConfig;
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()) {

Completed in 49 milliseconds