Searched defs:getPaddingTop (Results 1 - 4 of 4) sorted by relevance

/frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/vo/
H A DViewBindingObject.java149 public int getPaddingTop() { method in class:ViewBindingObject
/frameworks/support/design/src/android/support/design/internal/
H A DNavigationMenuPresenter.java417 holder.itemView.setPadding(0, item.getPaddingTop(), 0,
634 public int getPaddingTop() { method in class:NavigationMenuPresenter.NavigationMenuSeparatorItem
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java2034 mLeftGlow.setSize(getMeasuredHeight() - getPaddingTop() - getPaddingBottom(),
2047 mRightGlow.setSize(getMeasuredHeight() - getPaddingTop() - getPaddingBottom(),
2061 getMeasuredHeight() - getPaddingTop() - getPaddingBottom());
2075 getMeasuredHeight() - getPaddingTop() - getPaddingBottom());
2847 getPaddingTop() + getPaddingBottom(),
3563 c.translate(getPaddingLeft(), getPaddingTop());
3571 final int padding = mClipToPadding ? getPaddingTop() : 0;
6400 int usedHeight = childrenBounds.height() + getPaddingTop() + getPaddingBottom();
7455 public int getPaddingTop() { method in class:RecyclerView.LayoutManager
7456 return mRecyclerView != null ? mRecyclerView.getPaddingTop()
[all...]
/frameworks/base/core/java/android/view/
H A DView.java383 * method and queried by calling {@link #getPaddingLeft()}, {@link #getPaddingTop()},
18588 selfBounds.set(getPaddingLeft(), getPaddingTop(),
18605 * So the values returned from {@link #getPaddingLeft}, {@link #getPaddingTop},
18698 * So the values returned from {@link #getPaddingStart}, {@link #getPaddingTop},
18739 public int getPaddingTop() { method in class:View

Completed in 3985 milliseconds