Home
last modified time | relevance | path

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

12

/frameworks/base/core/jni/android/graphics/
DNinePatchPeeker.cpp90 mPatch->paddingBottom = int(mPatch->paddingBottom * scaleY + 0.5f); in scale()
DNinePatch.cpp145 mPatch->paddingRight, mPatch->paddingBottom); in getPadding()
/frameworks/ml/nn/common/operations/
DDepthwiseConv2D.cpp134 int32_t paddingBottom, int32_t strideWidth, int32_t strideHeight, in depthwiseConvNhwc() argument
168 int32_t paddingRight, int32_t paddingTop, int32_t paddingBottom, in depthwiseConvNhwc() argument
183 paddingBottom, strideWidth, strideHeight, dilationWidthFactor, in depthwiseConvNhwc()
194 int32_t paddingBottom, int32_t strideWidth, int32_t strideHeight, in depthwiseConvNhwc() argument
245 int32_t paddingBottom, int32_t strideWidth, int32_t strideHeight, in depthwiseConvNhwc() argument
264 paddingTop, paddingBottom, strideWidth, strideHeight, in depthwiseConvNhwc()
278 int32_t paddingBottom, int32_t strideWidth, int32_t strideHeight, in depthwiseConvQuant8PerChannelNhwc() argument
374 int32_t paddingBottom, int32_t strideWidth, int32_t strideHeight, in depthwiseConv() argument
384 paddingTop, paddingBottom, strideWidth, strideHeight, in depthwiseConv()
396 int32_t paddingRight, int32_t paddingTop, int32_t paddingBottom, in depthwiseConvQuant8PerChannel() argument
[all …]
DTransposeConv2D.cpp61 int32_t paddingTop, paddingBottom; member
86 paddingImplicit, &paddingTop, &paddingBottom); in initialize()
91 paddingBottom = context->getInputValue<int32_t>(6); in initialize()
121 int32_t paddingTop = param.paddingTop, paddingBottom = param.paddingBottom; \
527 param.paddingTop, param.paddingBottom); in prepare()
DConv2D.cpp355 int32_t paddingTop, int32_t paddingBottom, int32_t strideWidth, in convQuant8PerChannelNhwc() argument
448 int32_t paddingTop, int32_t paddingBottom, int32_t strideWidth, in convQuant8PerChannelNhwc() argument
511 int32_t paddingRight, int32_t paddingTop, int32_t paddingBottom, in convQuant8PerChannel() argument
521 biasData, biasShape, paddingLeft, paddingRight, paddingTop, paddingBottom, strideWidth, in convQuant8PerChannel()
/frameworks/base/core/java/com/android/internal/widget/
DNotificationActionListLayout.java268 int paddingBottom = getResources().getDimensionPixelSize( in updateHeights() local
270 mEmphasizedHeight = paddingBottom + paddingTop + getResources().getDimensionPixelSize( in updateHeights()
289 int paddingBottom = getResources().getDimensionPixelSize( in setEmphasizedMode() local
297 paddingBottom - buttonPaddingInternal); in setEmphasizedMode()
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.java1508 int paddingBottom = getPaddingBottom();
1554 childTop = height - paddingBottom - child.getMeasuredHeight();
1555 paddingBottom += child.getMeasuredHeight();
1593 (int) (height - paddingTop - paddingBottom),
1613 mBottomPageBounds = height - paddingBottom;
/frameworks/ml/nn/common/include/
DOperations.h51 int32_t paddingRight, int32_t paddingTop, int32_t paddingBottom,
58 int32_t paddingBottom, int32_t strideWidth, int32_t strideHeight,
65 int32_t paddingRight, int32_t paddingTop, int32_t paddingBottom,
73 int32_t paddingRight, int32_t paddingTop, int32_t paddingBottom,
DOperationsUtils.h241 int32_t paddingBottom) { in getPaddingScheme() argument
242 if (paddingLeft == 0 && paddingRight == 0 && paddingTop == 0 && paddingBottom == 0) { in getPaddingScheme()
254 expectedPaddingTop == paddingTop && expectedPaddingBottom == paddingBottom) { in getPaddingScheme()
/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/app/
DPerfTimeline.java120 int paddingBottom = getPaddingBottom(); in onDraw() local
123 int contentHeight = getHeight() - paddingTop - paddingBottom; in onDraw()
/frameworks/ml/nn/runtime/test/fuzzing/operation_signatures/
DConvolutions.cpp33 int32_t paddingBottom = op->inputs[6]->value<int32_t>(); in conv2DExplicitConstructor() local
69 strideHeight, dilationHeight, paddingTop, paddingBottom, in conv2DExplicitConstructor()
272 int32_t paddingBottom = op->inputs[6]->value<int32_t>(); in depthwiseConv2DExplicitConstructor() local
309 strideHeight, dilationHeight, paddingTop, paddingBottom, in depthwiseConv2DExplicitConstructor()
525 int32_t paddingBottom = op->inputs[6]->value<int32_t>(); in groupedConv2DExplicitConstructor() local
562 strideHeight, /*dilation=*/1, paddingTop, paddingBottom, in groupedConv2DExplicitConstructor()
679 int32_t paddingBottom = op->inputs[6]->value<int32_t>(); in transposeConv2DExplicitConstructor() local
707 strideHeight, paddingTop, paddingBottom, in transposeConv2DExplicitConstructor()
DPoolings.cpp31 int32_t paddingBottom = op->inputs[4]->value<int32_t>(); in poolingExplicitOpConstructor() local
55 /*dilation=*/1, paddingTop, paddingBottom, in poolingExplicitOpConstructor()
/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.cpp174 assert(outPatch->paddingBottom == inPatch->paddingBottom); in checkNinePatchSerialization()
1001 image->info9Patch.paddingTop = image->info9Patch.paddingBottom = -1; in do9Patch()
1062 &image->info9Patch.paddingBottom, &errorMsg, nullptr, in do9Patch()
1103 image->info9Patch.paddingBottom = H - 2 - yDivs[1]; in do9Patch()
1106 image->info9Patch.paddingBottom = H - 2 - image->info9Patch.paddingBottom; in do9Patch()
DNinePatch.cpp616 data.paddingBottom = padding.bottom; in SerializeBase()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardClockSwitch.java492 int paddingBottom = mContext.getResources().getDimensionPixelSize(hasHeader in setKeyguardShowingHeader() local
495 mClockView.getPaddingRight(), paddingBottom); in setKeyguardShowingHeader() local
497 mClockViewBold.getPaddingRight(), paddingBottom); in setKeyguardShowingHeader() local
/frameworks/base/core/java/android/widget/
DToolbar.java1827 final int paddingBottom = getPaddingBottom(); in onLayout() local
1922 final int space = height - paddingTop - paddingBottom; in onLayout()
1927 final int spaceBelow = height - paddingBottom - titleHeight - in onLayout()
1937 titleTop = height - paddingBottom - bottomlp.bottomMargin - mTitleMarginBottom - in onLayout()
2098 final int paddingBottom = getPaddingBottom(); in getChildTop() local
2100 final int space = height - paddingTop - paddingBottom; in getChildTop()
2105 final int spaceBelow = height - paddingBottom - childHeight - in getChildTop()
DSimpleMonthView.java895 final int paddingBottom = getPaddingBottom(); in onLayout() local
897 final int paddedBottom = h - paddingBottom; in onLayout()
909 final int measuredPaddedHeight = getMeasuredHeight() - paddingTop - paddingBottom; in onLayout()
921 final int maxSelectorHeight = mDayHeight / 2 + paddingBottom; in onLayout()
DGridView.java287 int paddingBottom = 0; in fillGap() local
289 paddingBottom = getListPaddingBottom(); in fillGap()
292 getChildAt(0).getTop() - verticalSpacing : getHeight() - paddingBottom; in fillGap()
DListView.java759 int paddingBottom = 0; in fillGap() local
761 paddingBottom = getListPaddingBottom(); in fillGap()
764 getHeight() - paddingBottom; in fillGap()
DGridLayout.java1149 int paddingBottom = getPaddingBottom(); in onLayout() local
1152 mVerticalAxis.layout(targetHeight - paddingTop - paddingBottom); in onLayout()
/frameworks/base/core/java/com/android/internal/app/
DAlertController.java973 final int paddingBottom = hasButtons ? getPaddingBottom() : mPaddingBottomNoButtons; in setHasDecor() local
974 setPadding(paddingLeft, paddingTop, paddingRight, paddingBottom); in setHasDecor()
/frameworks/base/libs/androidfw/include/androidfw/
DResourceTypes.h139 int32_t paddingTop, paddingBottom; member
/frameworks/base/tools/aapt2/cmd/
DLink.cpp286 paddingBottom = 0x010100d9u, enumerator
355 {"paddingBottom", R::attr::paddingBottom, Attribute(android::ResTable_map::TYPE_DIMENSION)}, in ResourceFileFlattener()

12