Searched refs:padding (Results 51 - 54 of 54) sorted by relevance

123

/frameworks/base/core/java/android/widget/
H A DAbsListView.java298 * The selection's left padding
303 * The selection's top padding
308 * The selection's right padding
313 * The selection's bottom padding
318 * This view's padding
1158 * that will ensure enough padding. This will enable fast scrolling if it is not
1940 * List padding is the maximum of the normal view's padding and the padding of the selector.
1945 * @return The top list padding
[all...]
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/sms/
H A DBearerData.java214 * (e.g. padding bits, user data, user data header, etc)
930 int padding = offset % 2;
931 numFields -= (offset + padding) / 2;
1017 // Strip off any padding bytes, meaning any differences between the length of the
/frameworks/ex/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java413 // autocomplete text entry area. Make sure to leave space for padding
455 // autocomplete text entry area. Make sure to leave space for padding
573 * 3) padding built into the edit text view
584 * account the width of the EditTextView, any view padding, and padding
602 * @param padding Padding around the text in a chip
608 int alternatesLayout, float chipHeight, float padding,
613 mChipPadding = (int) padding;
606 setChipDimensions(Drawable chipBackground, Drawable chipBackgroundPressed, Drawable invalidChip, Drawable chipDelete, Bitmap defaultContact, int moreResource, int alternatesLayout, float chipHeight, float padding, float chipFontSize, int copyViewRes) argument
/frameworks/base/core/java/android/view/
H A DViewGroup.java175 // When set, ViewGroup excludes the padding area from the invalidate rectangle
191 // If set, this ViewGroup has padding; if unset there is no padding and we don't need
332 * We clip to padding when FLAG_CLIP_TO_PADDING and FLAG_PADDING_NOT_NULL
2984 * By default, children are clipped to the padding of the ViewGroup. This
2987 * @param clipToPadding true to clip children to the padding of the
4633 * account both the MeasureSpec requirements for this view and its padding.
4653 * account both the MeasureSpec requirements for this view and its padding.
4674 * account both the MeasureSpec requirements for this view and its padding
4714 * @param padding Th
4720 getChildMeasureSpec(int spec, int padding, int childDimension) argument
[all...]

Completed in 1813 milliseconds

123