Home
last modified time | relevance | path

Searched refs:paddingBottom (Results 1 – 25 of 31) sorted by relevance

12

/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
DResizingTextView.java239 final int paddingBottom = mDefaultPaddingBottom + mResizedPaddingAdjustmentBottom; in onMeasure() local
240 if (getPaddingTop() != paddingTop || getPaddingBottom() != paddingBottom) { in onMeasure()
241 setPaddingTopAndBottom(paddingTop, paddingBottom); in onMeasure()
266 private void setPaddingTopAndBottom(int paddingTop, int paddingBottom) { in setPaddingTopAndBottom() argument
268 setPaddingRelative(getPaddingStart(), paddingTop, getPaddingEnd(), paddingBottom); in setPaddingTopAndBottom() local
270 setPadding(getPaddingLeft(), paddingTop, getPaddingRight(), paddingBottom); in setPaddingTopAndBottom() local
DListRowPresenter.java546 int paddingTop, paddingBottom; in setVerticalPadding() local
553 paddingBottom = mHoverCardPresenterSelector == null in setVerticalPadding()
557 paddingBottom = sSelectedRowTopPadding; in setVerticalPadding()
560 paddingBottom = vh.mPaddingBottom; in setVerticalPadding()
563 paddingBottom); in setVerticalPadding()
/frameworks/ml/nn/common/include/
DOperationsUtils.h119 int32_t paddingTop, int32_t paddingBottom) { in getPaddingScheme() argument
120 if (paddingLeft == 0 && paddingRight == 0 && paddingTop == 0 && paddingBottom == 0) { in getPaddingScheme()
132 expectedPaddingTop == paddingTop && expectedPaddingBottom == paddingBottom) { in getPaddingScheme()
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DListViewCompat.java277 final int paddingBottom = getListPaddingBottom(); in measureHeightOfChildrenCompat() local
286 return paddingTop + paddingBottom; in measureHeightOfChildrenCompat()
290 int returnedHeight = paddingTop + paddingBottom; in measureHeightOfChildrenCompat()
DToolbar.java1709 final int paddingBottom = getPaddingBottom(); in onLayout() local
1804 final int space = height - paddingTop - paddingBottom; in onLayout()
1809 final int spaceBelow = height - paddingBottom - titleHeight - in onLayout()
1819 titleTop = height - paddingBottom - bottomlp.bottomMargin - mTitleMarginBottom - in onLayout()
1980 final int paddingBottom = getPaddingBottom(); in getChildTop() local
1982 final int space = height - paddingTop - paddingBottom; in getChildTop()
1987 final int spaceBelow = height - paddingBottom - childHeight - in getChildTop()
/frameworks/base/core/java/com/android/internal/widget/
DWatchListDecorLayout.java217 int paddingBottom = Math.max(mListView.getPaddingBottom(), in onMeasure() local
221 || paddingBottom != mListView.getPaddingBottom()) { in onMeasure()
225 mListView.getPaddingRight(), paddingBottom); in onMeasure() local
DViewPager.java1502 int paddingBottom = getPaddingBottom();
1548 childTop = height - paddingBottom - child.getMeasuredHeight();
1549 paddingBottom += child.getMeasuredHeight();
1587 (int) (height - paddingTop - paddingBottom),
1607 mBottomPageBounds = height - paddingBottom;
/frameworks/base/tools/aapt/
DImages.cpp566 image->info9Patch.paddingTop = image->info9Patch.paddingBottom = -1; in do_9patch()
624 &image->info9Patch.paddingBottom, &errorMsg, NULL, false) != NO_ERROR) { in do_9patch()
664 image->info9Patch.paddingBottom = H - 2 - yDivs[1]; in do_9patch()
667 image->info9Patch.paddingBottom = H - 2 - image->info9Patch.paddingBottom; in do_9patch()
676 image->info9Patch.paddingTop, image->info9Patch.paddingBottom); in do_9patch()
809 assert(outPatch->paddingBottom == inPatch->paddingBottom); in checkNinePatchSerialization()
/frameworks/base/tools/aapt2/compile/
DPng.cpp173 assert(outPatch->paddingBottom == inPatch->paddingBottom); in checkNinePatchSerialization()
1000 image->info9Patch.paddingTop = image->info9Patch.paddingBottom = -1; in do9Patch()
1061 &image->info9Patch.paddingBottom, &errorMsg, nullptr, in do9Patch()
1102 image->info9Patch.paddingBottom = H - 2 - yDivs[1]; in do9Patch()
1105 image->info9Patch.paddingBottom = H - 2 - image->info9Patch.paddingBottom; in do9Patch()
DNinePatch.cpp616 data.paddingBottom = padding.bottom; in SerializeBase()
/frameworks/support/core-ui/java/android/support/v4/view/
DPagerTitleStrip.java346 final int paddingBottom = getPaddingBottom(); in updateTextPositions() local
385 final int paddedHeight = stripHeight - paddingTop - paddingBottom; in updateTextPositions()
392 final int bottomGravTop = stripHeight - paddingBottom - maxTextHeight; in updateTextPositions()
DViewPager.java1680 int paddingBottom = getPaddingBottom();
1726 childTop = height - paddingBottom - child.getMeasuredHeight();
1727 paddingBottom += child.getMeasuredHeight();
1758 (int) (height - paddingTop - paddingBottom),
1774 mBottomPageBounds = height - paddingBottom;
/frameworks/base/core/jni/android/graphics/
DBitmapFactory.cpp130 chunk->paddingBottom = int(chunk->paddingBottom * scale + 0.5f); in scaleNinePatchChunk()
517 peeker.mPatch->paddingRight, peeker.mPatch->paddingBottom); in doDecode()
/frameworks/base/core/java/android/widget/
DToolbar.java1705 final int paddingBottom = getPaddingBottom(); in onLayout() local
1800 final int space = height - paddingTop - paddingBottom; in onLayout()
1805 final int spaceBelow = height - paddingBottom - titleHeight - in onLayout()
1815 titleTop = height - paddingBottom - bottomlp.bottomMargin - mTitleMarginBottom - in onLayout()
1976 final int paddingBottom = getPaddingBottom(); in getChildTop() local
1978 final int space = height - paddingTop - paddingBottom; in getChildTop()
1983 final int spaceBelow = height - paddingBottom - childHeight - in getChildTop()
DSimpleMonthView.java891 final int paddingBottom = getPaddingBottom(); in onLayout() local
893 final int paddedBottom = h - paddingBottom; in onLayout()
905 final int measuredPaddedHeight = getMeasuredHeight() - paddingTop - paddingBottom; in onLayout()
917 final int maxSelectorHeight = mDayHeight / 2 + paddingBottom; in onLayout()
DGridView.java270 int paddingBottom = 0; in fillGap() local
272 paddingBottom = getListPaddingBottom(); in fillGap()
275 getChildAt(0).getTop() - verticalSpacing : getHeight() - paddingBottom; in fillGap()
DListView.java753 int paddingBottom = 0; in fillGap() local
755 paddingBottom = getListPaddingBottom(); in fillGap()
758 getHeight() - paddingBottom; in fillGap()
DGridLayout.java1126 int paddingBottom = getPaddingBottom(); in onLayout() local
1129 mVerticalAxis.layout(targetHeight - paddingTop - paddingBottom); in onLayout()
/frameworks/support/design/src/android/support/design/internal/
DNavigationMenuPresenter.java662 public NavigationMenuSeparatorItem(int paddingTop, int paddingBottom) { in NavigationMenuSeparatorItem() argument
664 mPaddingBottom = paddingBottom; in NavigationMenuSeparatorItem()
/frameworks/support/v7/appcompat/src/android/support/v7/app/
DAlertController.java838 final int paddingBottom = hasButtons ? getPaddingBottom() : mPaddingBottomNoButtons; in setHasDecor() local
839 setPadding(paddingLeft, paddingTop, paddingRight, paddingBottom); in setHasDecor()
/frameworks/base/core/java/com/android/internal/app/
DAlertController.java928 final int paddingBottom = hasButtons ? getPaddingBottom() : mPaddingBottomNoButtons; in setHasDecor() local
929 setPadding(paddingLeft, paddingTop, paddingRight, paddingBottom); in setHasDecor()
/frameworks/base/libs/androidfw/include/androidfw/
DResourceTypes.h136 int32_t paddingTop, paddingBottom; member
/frameworks/base/tools/aapt2/cmd/
DLink.cpp320 paddingBottom = 0x010100d9u, enumerator
392 {"paddingBottom", R::attr::paddingBottom, in ResourceFileFlattener()
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
DGridLayout.java1022 int paddingBottom = getPaddingBottom(); in onLayout() local
1025 mVerticalAxis.layout(targetHeight - paddingTop - paddingBottom); in onLayout()
/frameworks/support/design/src/android/support/design/widget/
DCoordinatorLayout.java731 final int paddingBottom = getPaddingBottom(); in onMeasure() local
740 final int heightPadding = paddingTop + paddingBottom; in onMeasure()

12