Searched refs:padding (Results 101 - 112 of 112) sorted by relevance

12345

/frameworks/ex/common/java/com/android/ex/editstyledtext/
H A DEditStyledText.java1948 Rect padding = new Rect(0, 0, width, height);
1949 bitmap = BitmapFactory.decodeStream(is, padding, null);
2645 Rect padding = new Rect(0, 0, width, height);
2646 bitmap = BitmapFactory.decodeStream(is, padding, null);
/frameworks/base/libs/androidfw/
H A DBackupHelpers.cpp190 int padding = 0xabababab; local
191 amt = write(fd, &padding, paddingLen);
193 ALOGW("write_snapshot_file error writing %d bytes of filename padding %s",
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DLinearLayoutCompat.java243 * Set padding displayed on both ends of dividers.
245 * @param padding Padding value in pixels that will be applied to each end
251 public void setDividerPadding(int padding) { argument
252 mDividerPadding = padding;
256 * Get the padding size used to inset dividers in pixels
752 // Add in our padding
836 // Add in our padding
1136 // Add in our padding
1244 // Add in our padding
1439 // mTotalLength contains the padding alread
[all...]
/frameworks/base/core/java/android/widget/
H A DAbsListView.java329 * The selection's left padding
334 * The selection's top padding
339 * The selection's right padding
344 * The selection's bottom padding
349 * This view's padding
2270 * List padding is the maximum of the normal view's padding and the padding of the selector.
2275 * @return The top list padding.
2282 * List padding i
[all...]
H A DLinearLayout.java313 * Set padding displayed on both ends of dividers.
315 * @param padding Padding value in pixels that will be applied to each end
321 public void setDividerPadding(int padding) { argument
322 mDividerPadding = padding;
326 * Get the padding size used to inset dividers in pixels
857 // Add in our padding
935 // Add in our padding
1237 // Add in our padding
1338 // Add in our padding
1532 // mTotalLength contains the padding alread
[all...]
H A DTextView.java1708 * or last-line padding.
1949 * Returns the top padding of the view, plus space for the top
1962 * Returns the bottom padding of the view, plus space for the bottom
1975 * Returns the left padding of the view, plus space for the left
1988 * Returns the right padding of the view, plus space for the right
2001 * Returns the start padding of the view, plus space for the start
2016 * Returns the end padding of the view, plus space for the end
2031 * Returns the extended top padding of the view, including both the
2068 * Returns the extended bottom padding of the view, including both the
2105 * Returns the total left padding o
[all...]
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java1255 * will be nested; a padding added by an earlier decoration will mean further
1286 * will be nested; a padding added by an earlier decoration will mean further
3549 // TODO If padding is not 0 and chilChildrenToPadding is false, to draw glows properly, we
3554 final int padding = mClipToPadding ? getPaddingBottom() : 0;
3556 c.translate(-getHeight() + padding, 0);
3571 final int padding = mClipToPadding ? getPaddingTop() : 0;
3573 c.translate(-padding, -width);
6387 * The default implementation adds the RecyclerView's padding to the given bounding box
6501 * calculating the bounding box for the children (+ RecyclerView's padding). The
6682 * Check if the RecyclerView is configured to clip child views to its padding
7830 getChildMeasureSpec(int parentSize, int padding, int childDimension, boolean canScroll) argument
7873 getChildMeasureSpec(int parentSize, int parentMode, int padding, int childDimension, boolean canScroll) argument
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationStackScrollLayout.java591 int padding = child.getIncreasedPaddingAmount() == 1.0f
594 int childHeight = getIntrinsicHeight(child) + padding;
2072 * Updates the top padding of the notifications, taking {@link #getIntrinsicPadding()} into
2075 * @param qsHeight the top padding imposed by the quick settings panel
2078 * {@code qsHeight} is the final top padding
2379 int padding = (int) NotificationUtils.interpolate(
2383 int childHeight = getIntrinsicHeight(removedChild) + padding;
/frameworks/av/media/libstagefright/
H A DMPEG4Extractor.cpp1079 // padding negative. Clamp to zero.
2711 int32_t delay, padding; local
2713 " %*x %x %x %*x", &delay, &padding) == 2) {
2718 mLastTrack->meta->setInt32(kKeyEncoderPadding, padding);
/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.java231 // When set, ViewGroup excludes the padding area from the invalidate rectangle
247 // If set, this ViewGroup has padding; if unset there is no padding and we don't need
445 * We clip to padding when FLAG_CLIP_TO_PADDING and FLAG_PADDING_NOT_NULL
3771 // If we have padding and we're supposed to clip children to that
3772 // padding, offset the scroll indicators to match our clip bounds.
3818 * Sets whether this ViewGroup will clip its children to its padding and resize (but not
3819 * clip) any EdgeEffect to the padded region, if padding is present.
3821 * By default, children are clipped to the padding of their parent
3822 * ViewGroup. This clipping behavior is only enabled if padding i
6142 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 955 milliseconds

12345