Searched refs:WrapContentConfig (Results 1 - 7 of 7) sorted by relevance

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DLinearLayoutManagerWrapContentWithAspectRatioTest.java49 BaseWrapContentTest.WrapContentConfig wrapContentConfig,
67 new BaseWrapContentTest.WrapContentConfig(
76 new BaseWrapContentTest.WrapContentConfig(
86 new BaseWrapContentTest.WrapContentConfig(
96 new BaseWrapContentTest.WrapContentConfig(
H A DLinearLayoutManagerWrapContentTest.java45 WrapContentConfig wrapContentConfig) {
128 new WrapContentConfig(false, false, new Rect(padding))
134 new WrapContentConfig(HORIZONTAL == orientation,
H A DBaseWrapContentTest.java60 protected final WrapContentConfig mWrapContentConfig;
62 public BaseWrapContentTest(WrapContentConfig config) {
495 static class WrapContentConfig { class in class:BaseWrapContentTest
501 public WrapContentConfig(boolean unlimitedWidth, boolean unlimitedHeight) { method in class:BaseWrapContentTest.WrapContentConfig
506 public WrapContentConfig(boolean unlimitedWidth, boolean unlimitedHeight, Rect padding) { method in class:BaseWrapContentTest.WrapContentConfig
516 public WrapContentConfig setUnlimitedWidth(boolean unlimitedWidth) {
525 public WrapContentConfig setUnlimitedHeight(boolean unlimitedHeight) {
532 return "WrapContentConfig{"
H A DGridLayoutManagerWrapContentWithAspectRatioTest.java19 import static android.support.v7.widget.BaseWrapContentTest.WrapContentConfig;
58 new WrapContentConfig(unlimitedW, unlimitedH),
86 public GridLayoutManagerWrapContentWithAspectRatioTest(WrapContentConfig wrapContentConfig,
H A DStaggeredGridLayoutManagerWrapContentTest.java44 super(new WrapContentConfig(false, false, padding));
H A DBaseWrapContentWithAspectRatioTest.java37 final BaseWrapContentTest.WrapContentConfig mWrapContentConfig;
40 BaseWrapContentTest.WrapContentConfig wrapContentConfig) {
H A DGridLayoutManagerWrapContentTest.java50 super(new WrapContentConfig(false, false, padding));

Completed in 67 milliseconds