Searched refs:mUserPaddingBottom (Results 1 – 1 of 1) sorted by relevance
2275 protected int mUserPaddingBottom; field in View9035 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;