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

/frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
H A DWrapContentBasicTest.java225 public boolean shouldMeasureChild(View child, int widthSpec, int heightSpec, method in class:WrapContentBasicTest.WrapContentLayoutManager
227 return super.shouldMeasureChild(child, widthSpec, heightSpec, lp);
H A DBaseRecyclerViewInstrumentationTest.java748 public boolean shouldMeasureChild(View child, int widthSpec, int heightSpec, method in class:BaseRecyclerViewInstrumentationTest.TestLayoutManager
750 return super.shouldMeasureChild(child, widthSpec, heightSpec, lp);
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
H A DGridLayoutManager.java758 measure = shouldMeasureChild(child, widthSpec, heightSpec, lp);
H A DRecyclerView.java8970 if (shouldMeasureChild(child, widthSpec, heightSpec, lp)) {
8995 boolean shouldMeasureChild(View child, int widthSpec, int heightSpec, LayoutParams lp) { method in class:RecyclerView.LayoutManager
9072 if (shouldMeasureChild(child, widthSpec, heightSpec, lp)) {
H A DStaggeredGridLayoutManager.java1201 : shouldMeasureChild(child, widthSpec, heightSpec, lp);
/frameworks/base/core/java/com/android/internal/widget/
H A DRecyclerView.java8379 if (shouldMeasureChild(child, widthSpec, heightSpec, lp)) {
8404 boolean shouldMeasureChild(View child, int widthSpec, int heightSpec, LayoutParams lp) { method in class:RecyclerView.LayoutManager
8481 if (shouldMeasureChild(child, widthSpec, heightSpec, lp)) {

Completed in 111 milliseconds