Home
last modified time | relevance | path

Searched refs:mUserPaddingBottom (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
DView.java2275 protected int mUserPaddingBottom; field in View
9035 setPadding(mUserPaddingLeft, mPaddingTop, mUserPaddingRight, mUserPaddingBottom);
9345 top = scrollY + height - size - (mUserPaddingBottom & inside);
9376 bottom = scrollY + height - (mUserPaddingBottom & inside);
9579 mUserPaddingBottom = (mUserPaddingBottom >= 0) ? mUserPaddingBottom : mPaddingBottom;
11727 mUserPaddingBottom = bottom;