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

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DBaseWrapContentWithAspectRatioTest.java37 final BaseWrapContentTest.WrapContentConfig mWrapContentConfig; field in class:BaseWrapContentWithAspectRatioTest
41 mWrapContentConfig = wrapContentConfig;
H A DBaseWrapContentTest.java69 protected final WrapContentConfig mWrapContentConfig; field in class:BaseWrapContentTest
72 mWrapContentConfig = config;
130 if (mWrapContentConfig.isUnlimitedHeight()) {
133 if (mWrapContentConfig.isUnlimitedWidth()) {
210 Rect padding = mWrapContentConfig.padding;
332 if (mWrapContentConfig.isUnlimitedHeight() &&
339 if (mWrapContentConfig.isUnlimitedWidth() &&
348 if (mWrapContentConfig.isUnlimitedHeight() || mWrapContentConfig.isUnlimitedWidth()) {

Completed in 342 milliseconds