Home
last modified time | relevance | path

Searched defs:shouldReMeasureChild (Results 1 – 3 of 3) sorted by relevance

/recyclerview/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
DWrapContentBasicTest.java219 public boolean shouldReMeasureChild(View child, int widthSpec, int heightSpec, in shouldReMeasureChild() method in WrapContentBasicTest.WrapContentLayoutManager
DBaseRecyclerViewInstrumentationTest.java791 public boolean shouldReMeasureChild(View child, int widthSpec, int heightSpec, in shouldReMeasureChild() method in BaseRecyclerViewInstrumentationTest.TestLayoutManager
/recyclerview/recyclerview/src/main/java/androidx/recyclerview/widget/
DRecyclerView.java10292 boolean shouldReMeasureChild(View child, int widthSpec, int heightSpec, LayoutParams lp) { in shouldReMeasureChild() method in RecyclerView.LayoutManager