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

/frameworks/base/core/java/com/android/internal/widget/
H A DRecyclerView.java8744 * @see #getLeftDecorationWidth(View)
8747 return child.getLeft() - getLeftDecorationWidth(child);
8853 public int getLeftDecorationWidth(View child) { method in class:RecyclerView.LayoutManager
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
H A DRecyclerView.java9336 * @see #getLeftDecorationWidth(View)
9339 return child.getLeft() - getLeftDecorationWidth(child);
9445 public int getLeftDecorationWidth(@NonNull View child) { method in class:RecyclerView.LayoutManager

Completed in 111 milliseconds