Searched defs:getPaddingTop (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.java149 public int getPaddingTop() { method in class:ViewBindingObject
/frameworks/support/design/src/android/support/design/internal/
H A DNavigationMenuPresenter.java441 holder.itemView.setPadding(0, item.getPaddingTop(), 0,
667 public int getPaddingTop() { 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(),
3837 c.translate(getPaddingLeft(), getPaddingTop());
3845 final int padding = mClipToPadding ? getPaddingTop() : 0;
6977 int usedHeight = childrenBounds.height() + getPaddingTop() + getPaddingBottom();
8124 public int getPaddingTop() { method in class:RecyclerView.LayoutManager
8125 return mRecyclerView != null ? mRecyclerView.getPaddingTop()
[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(),
4005 c.translate(getPaddingLeft(), getPaddingTop());
4013 final int padding = mClipToPadding ? getPaddingTop() : 0;
7052 return LayoutManager.this.getPaddingTop();
7249 int usedHeight = childrenBounds.height() + getPaddingTop() + getPaddingBottom();
8396 public int getPaddingTop() { method in class:RecyclerView.LayoutManager
[all...]
/frameworks/base/core/java/android/view/
H A DView.java393 * method and queried by calling {@link #getPaddingLeft()}, {@link #getPaddingTop()},
20831 selfBounds.set(getPaddingLeft(), getPaddingTop(),
20848 * So the values returned from {@link #getPaddingLeft}, {@link #getPaddingTop},
20941 * So the values returned from {@link #getPaddingStart}, {@link #getPaddingTop},
20982 public int getPaddingTop() { method in class:View

Completed in 3065 milliseconds