HomeSort by relevance Sort by last modified time
    Searched refs:MeasureBehavior (Results 1 - 5 of 5) sorted by null

  /frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
StaggeredGridLayoutManagerWrapContentTest.java 70 new BaseWrapContentWithAspectRatioTest.MeasureBehavior(10, 10, WRAP_CONTENT, WRAP_CONTENT),
71 new BaseWrapContentWithAspectRatioTest.MeasureBehavior(10, 15, WRAP_CONTENT, WRAP_CONTENT),
72 new BaseWrapContentWithAspectRatioTest.MeasureBehavior(10, 20, WRAP_CONTENT, WRAP_CONTENT),
73 new BaseWrapContentWithAspectRatioTest.MeasureBehavior(20, 10, WRAP_CONTENT, WRAP_CONTENT)
91 new BaseWrapContentWithAspectRatioTest.MeasureBehavior(10, 10, WRAP_CONTENT, WRAP_CONTENT),
92 new BaseWrapContentWithAspectRatioTest.MeasureBehavior(15, 10, WRAP_CONTENT, WRAP_CONTENT),
93 new BaseWrapContentWithAspectRatioTest.MeasureBehavior(20, 10, WRAP_CONTENT, WRAP_CONTENT),
94 new BaseWrapContentWithAspectRatioTest.MeasureBehavior(10, 20, WRAP_CONTENT, WRAP_CONTENT)
112 new BaseWrapContentWithAspectRatioTest.MeasureBehavior(2000, 10, WRAP_CONTENT, WRAP_CONTENT),
113 new BaseWrapContentWithAspectRatioTest.MeasureBehavior(500, 15, WRAP_CONTENT, WRAP_CONTENT)
    [all...]
GridLayoutManagerWrapContentTest.java 97 new BaseWrapContentWithAspectRatioTest.MeasureBehavior(10, 10, WRAP_CONTENT, MATCH_PARENT)
118 new BaseWrapContentWithAspectRatioTest.MeasureBehavior(10, 10, MATCH_PARENT, WRAP_CONTENT)
134 new BaseWrapContentWithAspectRatioTest.MeasureBehavior(10, 10, WRAP_CONTENT, WRAP_CONTENT),
135 new BaseWrapContentWithAspectRatioTest.MeasureBehavior(10, 10, WRAP_CONTENT, WRAP_CONTENT),
136 new BaseWrapContentWithAspectRatioTest.MeasureBehavior(10, 10, WRAP_CONTENT, WRAP_CONTENT),
137 new BaseWrapContentWithAspectRatioTest.MeasureBehavior(20, 10, WRAP_CONTENT, WRAP_CONTENT)
154 new BaseWrapContentWithAspectRatioTest.MeasureBehavior(10, 10, WRAP_CONTENT, WRAP_CONTENT),
155 new BaseWrapContentWithAspectRatioTest.MeasureBehavior(10, 10, WRAP_CONTENT, WRAP_CONTENT),
156 new BaseWrapContentWithAspectRatioTest.MeasureBehavior(10, 10, WRAP_CONTENT, WRAP_CONTENT),
157 new BaseWrapContentWithAspectRatioTest.MeasureBehavior(20, 10, WRAP_CONTENT, WRAP_CONTENT
    [all...]
GridLayoutManagerWrapContentWithAspectRatioTest.java 116 MeasureBehavior behavior1;
117 behavior1 = new MeasureBehavior(mBehavior1Size, mBehavior1Size,
121 MeasureBehavior behavior2 = new MeasureBehavior(
202 MeasureBehavior behavior1;
203 behavior1 = new MeasureBehavior(mBehavior1Size, mBehavior1Size,
207 MeasureBehavior behavior2 = new MeasureBehavior(
280 MeasureBehavior behavior1;
281 behavior1 = new MeasureBehavior(mBehavior1Size, mBehavior1Size, WRAP_CONTENT, WRAP_CONTENT)
    [all...]
BaseWrapContentWithAspectRatioTest.java 55 MeasureBehavior mBehavior;
57 public void setBehavior(MeasureBehavior behavior) {
98 static class AspectRatioMeasureBehavior extends MeasureBehavior {
131 static class MeasureBehavior {
140 public MeasureBehavior(int desiredW, int desiredH, int wMode, int hMode) {
148 public MeasureBehavior withMargins(int left, int top, int right, int bottom) {
200 List<MeasureBehavior> behaviors = new ArrayList<>();
202 public WrapContentAdapter(MeasureBehavior... behaviors) {
BaseWrapContentTest.java 211 for (BaseWrapContentWithAspectRatioTest.MeasureBehavior behavior : adapter.behaviors) {

Completed in 2726 milliseconds