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

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java1399 mLeftGlow.setSize(getMeasuredHeight() - getPaddingTop() - getPaddingBottom(),
1412 mRightGlow.setSize(getMeasuredHeight() - getPaddingTop() - getPaddingBottom(),
1426 getMeasuredHeight() - getPaddingTop() - getPaddingBottom());
1440 getMeasuredHeight() - getPaddingTop() - getPaddingBottom());
2451 final int padding = mClipToPadding ? getPaddingBottom() : 0;
2478 c.translate(-getWidth() + getPaddingRight(), -getHeight() + getPaddingBottom());
5601 public int getPaddingBottom() { method in class:RecyclerView.LayoutManager
5602 return mRecyclerView != null ? mRecyclerView.getPaddingBottom() : 0;
5825 getPaddingTop() + getPaddingBottom() + heightUsed, lp.height,
5854 getPaddingTop() + getPaddingBottom()
[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
16541 * {@link #getPaddingEnd} and {@link #getPaddingBottom} may be different
16592 public int getPaddingBottom() { method in class:View

Completed in 102 milliseconds