Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DOrientationHelper.java284 return mLayoutManager.getDecoratedMeasuredHeight(view) + params.topMargin in createHorizontalHelper()
374 return mLayoutManager.getDecoratedMeasuredHeight(view) + params.topMargin
DRecyclerView.java8613 public int getDecoratedMeasuredHeight(View child) { in getDecoratedMeasuredHeight() method in RecyclerView.LayoutManager