Searched refs:shouldReMeasureChild (Results 1 - 6 of 6) sorted by relevance

/frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
H A DWrapContentBasicTest.java219 public boolean shouldReMeasureChild(View child, int widthSpec, int heightSpec, method in class:WrapContentBasicTest.WrapContentLayoutManager
221 return super.shouldReMeasureChild(child, widthSpec, heightSpec, lp);
H A DBaseRecyclerViewInstrumentationTest.java742 public boolean shouldReMeasureChild(View child, int widthSpec, int heightSpec, method in class:BaseRecyclerViewInstrumentationTest.TestLayoutManager
744 return super.shouldReMeasureChild(child, widthSpec, heightSpec, lp);
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
H A DGridLayoutManager.java756 measure = shouldReMeasureChild(child, widthSpec, heightSpec, lp);
H A DStaggeredGridLayoutManager.java1200 ? shouldReMeasureChild(child, widthSpec, heightSpec, lp)
H A DRecyclerView.java8981 boolean shouldReMeasureChild(View child, int widthSpec, int heightSpec, LayoutParams lp) { method in class:RecyclerView.LayoutManager
/frameworks/base/core/java/com/android/internal/widget/
H A DRecyclerView.java8390 boolean shouldReMeasureChild(View child, int widthSpec, int heightSpec, LayoutParams lp) { method in class:RecyclerView.LayoutManager

Completed in 63 milliseconds