Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DRecyclerView.java8785 return child.getBottom() + getBottomDecorationHeight(child); in getDecoratedBottom()
8840 public int getBottomDecorationHeight(View child) { in getBottomDecorationHeight() method in RecyclerView.LayoutManager