HomeSort by relevance Sort by last modified time
    Searched defs:mPaddingBottom (Results 1 - 3 of 3) sorted by null

  /external/webkit/WebKit/android/nav/
CachedInput.h 51 int paddingBottom() const { return mPaddingBottom; }
61 void setPaddingBottom(int bottom) { mPaddingBottom = bottom; }
72 int mPaddingBottom;
  /packages/apps/Contacts/src/com/android/contacts/
ContactListItemView.java 53 private final int mPaddingBottom;
106 mPaddingBottom =
266 int bottomBound = height - mPaddingBottom;
  /frameworks/base/core/java/android/view/
View.java     [all...]

Completed in 69 milliseconds