Searched refs:internalSetPadding (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/android/widget/ |
D | CheckedTextView.java | 321 protected void internalSetPadding(int left, int top, int right, int bottom) { in internalSetPadding() method in CheckedTextView 322 super.internalSetPadding(left, top, right, bottom); in internalSetPadding()
|
/frameworks/base/core/java/android/view/ |
D | View.java | 4152 internalSetPadding( 6453 internalSetPadding(localInsets.left, localInsets.top, in fitSystemWindowsInt() 12534 internalSetPadding(mUserPaddingLeft, mPaddingTop, mUserPaddingRight, mUserPaddingBottom); 13355 internalSetPadding(mUserPaddingLeft, mPaddingTop, mUserPaddingRight, mUserPaddingBottom); 16267 … internalSetPadding(padding.right, padding.top, padding.left, padding.bottom); 16273 … internalSetPadding(padding.left, padding.top, padding.right, padding.bottom); 16473 internalSetPadding(left, top, right, bottom); 16479 protected void internalSetPadding(int left, int top, int right, int bottom) { 16566 internalSetPadding(end, top, start, bottom); 16572 internalSetPadding(start, top, end, bottom);
|
D | ViewGroup.java | 2844 protected void internalSetPadding(int left, int top, int right, int bottom) { in internalSetPadding() method in ViewGroup 2845 super.internalSetPadding(left, top, right, bottom); in internalSetPadding()
|