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

/frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/vo/
H A DViewBindingObject.java129 public int getPaddingBottom() { method in class:ViewBindingObject
/frameworks/support/design/src/android/support/design/internal/
H A DNavigationMenuPresenter.java219 mMenuView.setPadding(0, 0, 0, mMenuView.getPaddingBottom());
225 mMenuView.setPadding(0, mPaddingTopDefault, 0, mMenuView.getPaddingBottom());
284 mMenuView.setPadding(0, mPaddingTopDefault, 0, mMenuView.getPaddingBottom());
442 item.getPaddingBottom());
671 public int getPaddingBottom() { method in class:NavigationMenuPresenter.NavigationMenuSeparatorItem
/frameworks/base/core/java/com/android/internal/widget/
H A DRecyclerView.java2174 mLeftGlow.setSize(getMeasuredHeight() - getPaddingTop() - getPaddingBottom(),
2187 mRightGlow.setSize(getMeasuredHeight() - getPaddingTop() - getPaddingBottom(),
2201 getMeasuredHeight() - getPaddingTop() - getPaddingBottom());
2215 getMeasuredHeight() - getPaddingTop() - getPaddingBottom());
3034 getPaddingTop() + getPaddingBottom(),
3828 final int padding = mClipToPadding ? getPaddingBottom() : 0;
3855 c.translate(-getWidth() + getPaddingRight(), -getHeight() + getPaddingBottom());
6977 int usedHeight = childrenBounds.height() + getPaddingTop() + getPaddingBottom();
8142 public int getPaddingBottom() { method in class:RecyclerView.LayoutManager
8143 return mRecyclerView != null ? mRecyclerView.getPaddingBottom()
[all...]
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java2285 mLeftGlow.setSize(getMeasuredHeight() - getPaddingTop() - getPaddingBottom(),
2298 mRightGlow.setSize(getMeasuredHeight() - getPaddingTop() - getPaddingBottom(),
2312 getMeasuredHeight() - getPaddingTop() - getPaddingBottom());
2326 getMeasuredHeight() - getPaddingTop() - getPaddingBottom());
3176 getPaddingTop() + getPaddingBottom(),
3996 final int padding = mClipToPadding ? getPaddingBottom() : 0;
4023 c.translate(-getWidth() + getPaddingRight(), -getHeight() + getPaddingBottom());
7058 - LayoutManager.this.getPaddingBottom();
7249 int usedHeight = childrenBounds.height() + getPaddingTop() + getPaddingBottom();
8414 public int getPaddingBottom() { method in class:RecyclerView.LayoutManager
[all...]
/frameworks/base/core/java/android/view/
H A DView.java394 * {@link #getPaddingRight()}, {@link #getPaddingBottom()}, {@link #getPaddingStart()},
20832 getWidth() - getPaddingRight(), getHeight() - getPaddingBottom());
20849 * {@link #getPaddingRight} and {@link #getPaddingBottom} may be different
20942 * {@link #getPaddingEnd} and {@link #getPaddingBottom} may be different
20993 public int getPaddingBottom() { method in class:View

Completed in 3783 milliseconds