Searched refs:padding (Results 151 - 159 of 159) sorted by relevance

1234567

/frameworks/base/core/java/android/widget/
H A DAbsListView.java333 * The selection's left padding
338 * The selection's top padding
343 * The selection's right padding
348 * The selection's bottom padding
353 * This view's padding
2274 * List padding is the maximum of the normal view's padding and the padding of the selector.
2279 * @return The top list padding.
2286 * List padding i
[all...]
H A DTextView.java2198 * contain additional first-or last-line padding.
2450 * Returns the top padding of the view, plus space for the top
2463 * Returns the bottom padding of the view, plus space for the bottom
2476 * Returns the left padding of the view, plus space for the left
2489 * Returns the right padding of the view, plus space for the right
2502 * Returns the start padding of the view, plus space for the start
2517 * Returns the end padding of the view, plus space for the end
2532 * Returns the extended top padding of the view, including both the
2569 * Returns the extended bottom padding of the view, including both the
2606 * Returns the total left padding o
[all...]
/frameworks/base/core/java/com/android/internal/widget/
H A DRecyclerView.java895 * Returns whether this RecyclerView will clip its children to its padding, and resize (but
896 * not clip) any EdgeEffect to the padded region, if padding is present.
898 * By default, children are clipped to the padding of their parent
899 * RecyclerView. This clipping behavior is only enabled if padding is non-zero.
901 * @return true if this RecyclerView clips children to its padding and resizes (but doesn't
1362 * will be nested; a padding added by an earlier decoration will mean further
1393 * will be nested; a padding added by an earlier decoration will mean further
3821 // TODO If padding is not 0 and clipChildrenToPadding is false, to draw glows properly, we
3826 final int padding = mClipToPadding ? getPaddingBottom() : 0;
3828 c.translate(-getHeight() + padding,
8499 getChildMeasureSpec(int parentSize, int padding, int childDimension, boolean canScroll) argument
8542 getChildMeasureSpec(int parentSize, int parentMode, int padding, int childDimension, boolean canScroll) argument
[all...]
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
H A DRecyclerView.java1035 * Returns whether this RecyclerView will clip its children to its padding, and resize (but
1036 * not clip) any EdgeEffect to the padded region, if padding is present.
1038 * By default, children are clipped to the padding of their parent
1039 * RecyclerView. This clipping behavior is only enabled if padding is non-zero.
1041 * @return true if this RecyclerView clips children to its padding and resizes (but doesn't
1508 * will be nested; a padding added by an earlier decoration will mean further
1539 * will be nested; a padding added by an earlier decoration will mean further
4179 // TODO If padding is not 0 and clipChildrenToPadding is false, to draw glows properly, we
4184 final int padding = mClipToPadding ? getPaddingBottom() : 0;
4186 c.translate(-getHeight() + padding,
9090 getChildMeasureSpec(int parentSize, int padding, int childDimension, boolean canScroll) argument
9133 getChildMeasureSpec(int parentSize, int parentMode, int padding, int childDimension, boolean canScroll) argument
[all...]
/frameworks/native/cmds/installd/
H A DInstalldNativeService.cpp2461 off_t padding = kVerityPageSize - st.st_size % kVerityPageSize; local
2462 if (padding == kVerityPageSize) {
2463 padding = 0;
2465 if (lseek(wfd.get(), st.st_size + padding, SEEK_SET) < 0) {
/frameworks/support/compat/src/main/java/androidx/core/app/
H A DNotificationCompat.java1927 // Adjust padding depending on font size.
1941 int padding = resources.getDimensionPixelSize(R.dimen.notification_top_pad);
1947 // Linearly interpolate the padding between large and normal with the font scale ranging
1949 return Math.round((1 - largeFactor) * padding + largeFactor * largePadding);
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp2176 // To do so will add more padding in file, but can save one page
2179 // seems to be too many padding.
2204 // any padding between). If .got is the last section in PT_RELRO and
2206 // add padding in front of .got instead.
2241 uint64_t padding = abiPageSize() + (vma & (abiPageSize() - 1)) - local
2243 offset += padding;
/frameworks/base/core/java/android/view/
H A DViewGroup.java249 // When set, ViewGroup excludes the padding area from the invalidate rectangle
265 // If set, this ViewGroup has padding; if unset there is no padding and we don't need
522 * We clip to padding when FLAG_CLIP_TO_PADDING and FLAG_PADDING_NOT_NULL
4340 // If we have padding and we're supposed to clip children to that
4341 // padding, offset the scroll indicators to match our clip bounds.
4387 * Sets whether this ViewGroup will clip its children to its padding and resize (but not
4388 * clip) any EdgeEffect to the padded region, if padding is present.
4390 * By default, children are clipped to the padding of their parent
4391 * ViewGroup. This clipping behavior is only enabled if padding i
6771 getChildMeasureSpec(int spec, int padding, int childDimension) argument
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 211 milliseconds

1234567