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