Searched refs:internalSetPadding (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DCheckedTextView.java203 // Do padding resolution. This will call internalSetPadding() and do a
336 protected void internalSetPadding(int left, int top, int right, int bottom) { method in class:CheckedTextView
337 super.internalSetPadding(left, top, right, bottom);
H A DAbsListView.java2680 protected void internalSetPadding(int left, int top, int right, int bottom) { method in class:AbsListView
2681 super.internalSetPadding(left, top, right, bottom);
/frameworks/base/core/java/android/view/
H A DView.java5558 internalSetPadding(
9710 internalSetPadding(localInsets.left, localInsets.top,
17147 internalSetPadding(mUserPaddingLeft, mPaddingTop, mUserPaddingRight, mUserPaddingBottom);
18145 internalSetPadding(mUserPaddingLeft, mPaddingTop, mUserPaddingRight, mUserPaddingBottom);
21514 internalSetPadding(padding.right, padding.top, padding.left, padding.bottom);
21520 internalSetPadding(padding.left, padding.top, padding.right, padding.bottom);
22022 internalSetPadding(left, top, right, bottom);
22028 protected void internalSetPadding(int left, int top, int right, int bottom) { method in class:View
22115 internalSetPadding(end, top, start, bottom);
22121 internalSetPadding(star
[all...]
H A DViewGroup.java3784 protected void internalSetPadding(int left, int top, int right, int bottom) { method in class:ViewGroup
3785 super.internalSetPadding(left, top, right, bottom);
/frameworks/base/config/
H A Dboot-image-profile.txt[all...]

Completed in 397 milliseconds