Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DRecyclerView.java8749 return child.getLeft() - getLeftDecorationWidth(child); in getDecoratedLeft()
8855 public int getLeftDecorationWidth(View child) { in getLeftDecorationWidth() method in RecyclerView.LayoutManager