Searched refs:shouldMeasureChild (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/com/android/internal/widget/ |
D | GridLayoutManager.java | 749 measure = shouldMeasureChild(child, widthSpec, heightSpec, lp); in measureChildWithDecorationsAndMargin()
|
D | RecyclerView.java | 8502 if (shouldMeasureChild(child, widthSpec, heightSpec, lp)) { in measureChild() 8527 boolean shouldMeasureChild(View child, int widthSpec, int heightSpec, LayoutParams lp) { in shouldMeasureChild() method in RecyclerView.LayoutManager 8604 if (shouldMeasureChild(child, widthSpec, heightSpec, lp)) { in measureChildWithMargins()
|