Home
last modified time | relevance | path

Searched defs:paddingBottom (Results 1 – 19 of 19) sorted by relevance

/frameworks/ml/nn/runtime/test/fuzzing/operation_signatures/
DConvolutions.cpp33 int32_t paddingBottom = op->inputs[6]->value<int32_t>(); in conv2DExplicitConstructor() local
272 int32_t paddingBottom = op->inputs[6]->value<int32_t>(); in depthwiseConv2DExplicitConstructor() local
525 int32_t paddingBottom = op->inputs[6]->value<int32_t>(); in groupedConv2DExplicitConstructor() local
679 int32_t paddingBottom = op->inputs[6]->value<int32_t>(); in transposeConv2DExplicitConstructor() local
DPoolings.cpp31 int32_t paddingBottom = op->inputs[4]->value<int32_t>(); in poolingExplicitOpConstructor() local
/frameworks/ml/nn/common/operations/
DDepthwiseConv2D.cpp134 int32_t paddingBottom, int32_t strideWidth, int32_t strideHeight, in depthwiseConvNhwc()
168 int32_t paddingRight, int32_t paddingTop, int32_t paddingBottom, in depthwiseConvNhwc()
194 int32_t paddingBottom, int32_t strideWidth, int32_t strideHeight, in depthwiseConvNhwc()
245 int32_t paddingBottom, int32_t strideWidth, int32_t strideHeight, in depthwiseConvNhwc()
278 int32_t paddingBottom, int32_t strideWidth, int32_t strideHeight, in depthwiseConvQuant8PerChannelNhwc()
374 int32_t paddingBottom, int32_t strideWidth, int32_t strideHeight, in depthwiseConv()
396 int32_t paddingRight, int32_t paddingTop, int32_t paddingBottom, in depthwiseConvQuant8PerChannel()
DConv2D.cpp355 int32_t paddingTop, int32_t paddingBottom, int32_t strideWidth, in convQuant8PerChannelNhwc()
448 int32_t paddingTop, int32_t paddingBottom, int32_t strideWidth, in convQuant8PerChannelNhwc()
511 int32_t paddingRight, int32_t paddingTop, int32_t paddingBottom, in convQuant8PerChannel()
DTransposeConv2D.cpp61 int32_t paddingTop, paddingBottom; member
/frameworks/base/core/java/com/android/internal/widget/
DWatchListDecorLayout.java217 int paddingBottom = Math.max(mListView.getPaddingBottom(), in onMeasure() local
225 mListView.getPaddingRight(), paddingBottom); in onMeasure() local
DNotificationActionListLayout.java268 int paddingBottom = getResources().getDimensionPixelSize( in updateHeights() local
289 int paddingBottom = getResources().getDimensionPixelSize( in setEmphasizedMode() local
/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/tests/JankBench/app/src/main/java/com/android/benchmark/app/
DPerfTimeline.java120 int paddingBottom = getPaddingBottom(); in onDraw() local
/frameworks/ml/nn/common/include/
DOperationsUtils.h241 int32_t paddingBottom) { in getPaddingScheme()
/frameworks/base/core/java/android/widget/
DToolbar.java1827 final int paddingBottom = getPaddingBottom(); in onLayout() local
2098 final int paddingBottom = getPaddingBottom(); in getChildTop() local
DSimpleMonthView.java895 final int paddingBottom = getPaddingBottom(); in onLayout() local
DGridLayout.java1149 int paddingBottom = getPaddingBottom(); in onLayout() local
DGridView.java287 int paddingBottom = 0; in fillGap() local
DListView.java759 int paddingBottom = 0; in fillGap() local
DTextView.java3534 final int paddingBottom = lastBaselineToBottomHeight - fontMetricsBottom; in setLastBaselineToBottomHeight() local
3535 setPadding(getPaddingLeft(), getPaddingTop(), getPaddingRight(), paddingBottom); in setLastBaselineToBottomHeight() local
8055 int paddingBottom = getExtendedPaddingBottom(); in getFocusedRect() local
/frameworks/base/core/java/com/android/internal/app/
DAlertController.java973 final int paddingBottom = hasButtons ? getPaddingBottom() : mPaddingBottomNoButtons; in setHasDecor() local
/frameworks/base/tools/aapt2/cmd/
DLink.cpp286 paddingBottom = 0x010100d9u, enumerator
/frameworks/base/libs/androidfw/include/androidfw/
DResourceTypes.h139 int32_t paddingTop, paddingBottom; member