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

/frameworks/base/core/java/android/view/
H A DView.java2867 protected int mUserPaddingBottom; field in class:View
11034 internalSetPadding(mUserPaddingLeft, mPaddingTop, mUserPaddingRight, mUserPaddingBottom);
11423 top = scrollY + height - size - (mUserPaddingBottom & inside);
11458 bottom = scrollY + height - (mUserPaddingBottom & inside);
11810 mUserPaddingBottom = (mUserPaddingBottom >= 0) ? mUserPaddingBottom : mPaddingBottom;
11813 mUserPaddingBottom);
14641 mUserPaddingBottom = bottom;

Completed in 56 milliseconds