Searched defs:getPaddingRight (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java1400 getMeasuredWidth() - getPaddingLeft() - getPaddingRight());
1413 getMeasuredWidth() - getPaddingLeft() - getPaddingRight());
1425 mTopGlow.setSize(getMeasuredWidth() - getPaddingLeft() - getPaddingRight(),
1439 mBottomGlow.setSize(getMeasuredWidth() - getPaddingLeft() - getPaddingRight(),
2478 c.translate(-getWidth() + getPaddingRight(), -getHeight() + getPaddingBottom());
5592 public int getPaddingRight() { method in class:RecyclerView.LayoutManager
5593 return mRecyclerView != null ? mRecyclerView.getPaddingRight() : 0;
5822 getPaddingLeft() + getPaddingRight() + widthUsed, lp.width,
5850 getPaddingLeft() + getPaddingRight() +
6158 final int parentRight = getWidth() - getPaddingRight();
[all...]
/frameworks/base/core/java/android/view/
H A DView.java369 * {@link #getPaddingRight()}, {@link #getPaddingBottom()}, {@link #getPaddingStart()},
16448 * {@link #getPaddingRight} and {@link #getPaddingBottom} may be different
16632 public int getPaddingRight() { method in class:View

Completed in 218 milliseconds