Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DRecyclerView.java2975 mLayout.setMeasuredDimensionFromChildren(widthSpec, heightSpec); in onMeasure()
2986 mLayout.setMeasuredDimensionFromChildren(widthSpec, heightSpec); in onMeasure()
6924 void setMeasuredDimensionFromChildren(int widthSpec, int heightSpec) { in setMeasuredDimensionFromChildren() method in RecyclerView.LayoutManager