Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DRecyclerView.java8381 if (shouldMeasureChild(child, widthSpec, heightSpec, lp)) { in measureChild()
8406 boolean shouldMeasureChild(View child, int widthSpec, int heightSpec, LayoutParams lp) { in shouldMeasureChild() method in RecyclerView.LayoutManager
8483 if (shouldMeasureChild(child, widthSpec, heightSpec, lp)) { in measureChildWithMargins()