Searched defs:getDecoratedRight (Results 1 - 3 of 3) sorted by relevance

/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DGridLayoutManager.java1075 public int getDecoratedRight(View child) { method in class:GridLayoutManager
1076 return super.getDecoratedRight(child)
/frameworks/base/core/java/com/android/internal/widget/
H A DRecyclerView.java8631 * <li>{@link #getDecoratedRight(View)}</li>
8666 * <li>{@link #getDecoratedRight(View)}</li>
8770 public int getDecoratedRight(View child) { method in class:RecyclerView.LayoutManager
8865 * @see #getDecoratedRight(View)
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java7059 return LayoutManager.this.getDecoratedRight(view) + params.rightMargin;
8940 * <li>{@link #getDecoratedRight(View)}</li>
8975 * <li>{@link #getDecoratedRight(View)}</li>
9079 public int getDecoratedRight(View child) { method in class:RecyclerView.LayoutManager
9174 * @see #getDecoratedRight(View)

Completed in 167 milliseconds