Home
last modified time | relevance | path

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

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