Searched defs:shouldReMeasureChild (Results 1 – 3 of 3) sorted by relevance
| /recyclerview/recyclerview/src/androidTest/java/androidx/recyclerview/widget/ | ||
| D | WrapContentBasicTest.java | 219 public boolean shouldReMeasureChild(View child, int widthSpec, int heightSpec, in shouldReMeasureChild() method in WrapContentBasicTest.WrapContentLayoutManager |
| D | BaseRecyclerViewInstrumentationTest.java | 791 public boolean shouldReMeasureChild(View child, int widthSpec, int heightSpec, in shouldReMeasureChild() method in BaseRecyclerViewInstrumentationTest.TestLayoutManager |
| /recyclerview/recyclerview/src/main/java/androidx/recyclerview/widget/ | ||
| D | RecyclerView.java | 10292 boolean shouldReMeasureChild(View child, int widthSpec, int heightSpec, LayoutParams lp) { in shouldReMeasureChild() method in RecyclerView.LayoutManager |