Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DGridLayoutManager.java747 measure = shouldReMeasureChild(child, widthSpec, heightSpec, lp); in measureChildWithDecorationsAndMargin()
DRecyclerView.java8513 boolean shouldReMeasureChild(View child, int widthSpec, int heightSpec, LayoutParams lp) { in shouldReMeasureChild() method in RecyclerView.LayoutManager