Home
last modified time | relevance | path

Searched refs:shouldMeasureChild (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
DGridLayoutManager.java749 measure = shouldMeasureChild(child, widthSpec, heightSpec, lp); in measureChildWithDecorationsAndMargin()
DRecyclerView.java8502 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()