Home
last modified time | relevance | path

Searched refs:getPaddingBottom (Results 1 – 25 of 98) sorted by relevance

1234

/aosp14/frameworks/base/core/tests/coretests/src/android/widget/layout/linear/
H A DBaselineButtonsTest.java66 + mPause.getPaddingTop() + mPause.getPaddingBottom(), in testLayout()
69 + mPrev.getPaddingBottom(), in testLayout()
72 + mNext.getPaddingBottom(), in testLayout()
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DDialogViewAnimator.java89 maxHeight += getPaddingTop() + getPaddingBottom(); in onMeasure()
127 getMeasuredHeight() - getPaddingTop() - getPaddingBottom() in onMeasure()
132 getPaddingTop() + getPaddingBottom() + lp.topMargin + lp.bottomMargin, in onMeasure()
H A DOrientationHelper.java352 return mLayoutManager.getHeight() - mLayoutManager.getPaddingBottom();
415 - mLayoutManager.getPaddingBottom();
425 return mLayoutManager.getPaddingBottom();
H A DWatchListDecorLayout.java217 int paddingBottom = Math.max(mListView.getPaddingBottom(), in onMeasure()
221 || paddingBottom != mListView.getPaddingBottom()) { in onMeasure()
/aosp14/frameworks/base/core/java/android/widget/
H A DDayPickerViewPager.java86 maxHeight += getPaddingTop() + getPaddingBottom(); in onMeasure()
124 getMeasuredHeight() - getPaddingTop() - getPaddingBottom(), in onMeasure()
128 getPaddingTop() + getPaddingBottom(), in onMeasure()
/aosp14/frameworks/base/core/java/android/preference/
H A DPreferenceFrameLayout.java97 int borderBottom = getPaddingBottom(); in addView()
126 int previousBottom = getPaddingBottom(); in addView()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSContainerImpl.java95 - getPaddingBottom(); in onMeasure()
166 mQSPanelContainer.getPaddingBottom()); in updateResources()
242 view.getPaddingBottom()); in updatePaddingsAndMargins()
H A DQSPanelController.java243 public int getPaddingBottom() { in getPaddingBottom() method in QSPanelController
244 return mView.getPaddingBottom(); in getPaddingBottom()
H A DQSPanel.java262 int height = getPaddingBottom() + getPaddingTop(); in onMeasure()
407 lp.bottomMargin = Math.max(mMediaTotalBottomMargin - getPaddingBottom(), 0); in updateHorizontalLinearLayoutMargins()
474 ? Math.max(mMediaTotalBottomMargin - getPaddingBottom(), 0) : 0; in reAttachMediaHost()
/aosp14/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
H A DPrintOptionsLayout.java98 getPaddingTop() + getPaddingBottom() + height, childParams.height); in onMeasure()
118 height += getPaddingTop() + getPaddingBottom(); in onMeasure()
/aosp14/frameworks/base/core/java/android/view/
H A DViewOutlineProvider.java71 view.getHeight() - view.getPaddingBottom());
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DLiftToActivateListener.java58 && (y < v.getHeight() - v.getPaddingBottom())) { in onHover()
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/scroll/arrowscroll/
H A DMultiPageTextWithPaddingTest.java68 .getPaddingBottom()), mScrollView.getScrollY()); in testScrollDownToBottom()
/aosp14/frameworks/base/core/java/com/android/internal/view/
H A DScrollCaptureViewHelper.java85 view.getPaddingRight(), view.getPaddingBottom()); in onComputeScrollBounds()
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/
H A DListLastItemPartiallyVisibleTest.java40 mListBottom = mListView.getHeight() - mListView.getPaddingBottom(); in setUp()
/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/view/
H A DListViewCaptureHelperTest.java57 int verticalPadding = target.getPaddingTop() + target.getPaddingBottom(); in setInitialScrollPosition()
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/listview/
H A DListItemRequestRectAboveThinFirstItemTest.java96 int listBottom = mListView.getHeight() - mListView.getPaddingBottom(); in testSecondToLastItemRequestRectBelowBottom()
/aosp14/frameworks/base/core/java/com/android/internal/view/menu/
H A DActionMenuItemView.java287 getPaddingRight(), getPaddingBottom()); in onMeasure()
309 super.setPadding((w - dw) / 2, getPaddingTop(), getPaddingRight(), getPaddingBottom()); in onMeasure()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/appclips/
H A DAppClipsActivity.java319 - mPreview.getPaddingBottom(); in updateImageDimensions()
331 mCropView.setExtraPadding(mPreview.getPaddingTop(), mPreview.getPaddingBottom()); in updateImageDimensions()
/aosp14/frameworks/base/tests/WindowAnimationJank/src/android/windowanimationjank/
H A DFlowLayout.java40 MeasureSpec.getSize(heightMeasureSpec) - getPaddingTop() - getPaddingBottom(); in onMeasure()
/aosp14/frameworks/base/core/java/android/app/
H A DMediaRouteButton.java288 mRemoteIndicator.getIntrinsicHeight() + getPaddingTop() + getPaddingBottom() : 0); in onMeasure()
330 final int bottom = getHeight() - getPaddingBottom(); in onDraw()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DLongScreenshotActivity.java447 - mPreview.getPaddingBottom(); in updateImageDimensions()
465 extraPadding + mPreview.getPaddingBottom()); in updateImageDimensions()
473 mCropView.setExtraPadding(mPreview.getPaddingTop(), mPreview.getPaddingBottom()); in updateImageDimensions()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DKeyguardSecurityContainerTest.java139 assertThat(mKeyguardSecurityContainer.getPaddingBottom()).isEqualTo(imeInsetAmount); in testOnApplyWindowInsets()
160 assertThat(mKeyguardSecurityContainer.getPaddingBottom()).isEqualTo(systemBarInsetAmount); in testOnApplyWindowInsets_largerSystembar()
183 assertThat(mKeyguardSecurityContainer.getPaddingBottom()).isNotEqualTo(imeInsetAmount); in testOnApplyWindowInsets_disappearAnimation_paddingNotSet()
/aosp14/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/
H A DButtonBarLayout.java122 minHeight += getPaddingBottom(); in onMeasure()
/aosp14/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/app/
H A DPerfTimeline.java120 int paddingBottom = getPaddingBottom(); in onDraw()

1234