Searched refs:getPaddingBottom (Results 1 - 25 of 120) sorted by relevance

12345

/frameworks/base/core/tests/coretests/src/android/widget/layout/linear/
H A DBaselineButtonsTest.java66 + mPause.getPaddingTop() + mPause.getPaddingBottom(),
69 + mPrev.getPaddingBottom(),
72 + mNext.getPaddingBottom(),
/frameworks/base/core/java/android/view/
H A DViewOutlineProvider.java71 view.getHeight() - view.getPaddingBottom());
/frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
H A DViewBindingAdapterTest.java39 assertEquals(mBindingObject.getPadding(), view.getPaddingBottom());
46 assertEquals(mBindingObject.getPadding(), view.getPaddingBottom());
79 assertEquals(mBindingObject.getPaddingBottom(), view.getPaddingBottom());
84 assertEquals(mBindingObject.getPaddingBottom(), view.getPaddingBottom());
/frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/
H A DViewBindingAdapter.java81 view.getPaddingBottom());
84 view.getPaddingBottom());
92 view.getPaddingBottom());
99 view.getPaddingBottom());
107 view.getPaddingBottom());
110 view.getPaddingBottom());
118 view.getPaddingBottom());
/frameworks/base/core/java/android/widget/
H A DDayPickerViewPager.java91 maxHeight += getPaddingTop() + getPaddingBottom();
129 getMeasuredHeight() - getPaddingTop() - getPaddingBottom(),
133 getPaddingTop() + getPaddingBottom(),
/frameworks/base/core/java/com/android/internal/widget/
H A DDialogViewAnimator.java89 maxHeight += getPaddingTop() + getPaddingBottom();
127 getMeasuredHeight() - getPaddingTop() - getPaddingBottom()
132 getPaddingTop() + getPaddingBottom() + lp.topMargin + lp.bottomMargin,
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DResizingTextView.java200 mDefaultPaddingBottom = getPaddingBottom();
241 if (getPaddingTop() != paddingTop || getPaddingBottom() != paddingBottom) {
256 getPaddingBottom() != mDefaultPaddingBottom) {
H A DBrowseRowsFrameLayout.java54 getPaddingTop() + getPaddingBottom() + heightUsed, lp.height);
/frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/
H A DListLastItemPartiallyVisibleTest.java39 mListBottom = mListView.getHeight() - mListView.getPaddingBottom();
/frameworks/base/core/tests/coretests/src/android/widget/scroll/arrowscroll/
H A DMultiPageTextWithPaddingTest.java68 .getPaddingBottom()), mScrollView.getScrollY());
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DLiftToActivateListener.java57 && (y < v.getHeight() - v.getPaddingBottom())) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DTextViewTransformState.java57 return text.getHeight() - text.getPaddingTop() - text.getPaddingBottom();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardPreviewContainer.java38 canvas.clipRect(0, getHeight() - getPaddingBottom(), getWidth(), getHeight());
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
H A DBottomScrollView.java75 mScrollThreshold = Math.max(0, child.getMeasuredHeight() - b + t - getPaddingBottom());
/frameworks/support/design/tests/src/android/support/design/widget/
H A DSnackbarTestWithTranslucentNavBar.java64 assertEquals(colLastInsets.getSystemWindowInsetBottom(), view.getPaddingBottom());
/frameworks/support/percent/tests/java/android/support/percent/
H A DPercentDynamicLayoutTest.java121 - percentFrameLayout.getPaddingBottom();
151 - percentFrameLayout.getPaddingBottom();
181 - percentRelativeLayout.getPaddingBottom();
211 - percentRelativeLayout.getPaddingBottom();
/frameworks/base/core/java/android/preference/
H A DPreferenceFrameLayout.java90 int borderBottom = getPaddingBottom();
119 int previousBottom = getPaddingBottom();
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
H A DPrintOptionsLayout.java97 getPaddingTop() + getPaddingBottom() + height, childParams.height);
117 height += getPaddingTop() + getPaddingBottom();
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DDividerItemDecoration.java116 parent.getHeight() - parent.getPaddingBottom());
140 bottom = parent.getHeight() - parent.getPaddingBottom();
H A DOrientationHelper.java352 return mLayoutManager.getHeight() - mLayoutManager.getPaddingBottom();
415 - mLayoutManager.getPaddingBottom();
425 return mLayoutManager.getPaddingBottom();
/frameworks/base/core/tests/coretests/src/android/widget/listview/
H A DListItemRequestRectAboveThinFirstItemTest.java96 int listBottom = mListView.getHeight() - mListView.getPaddingBottom();
/frameworks/support/core-ui/java/android/support/v4/widget/
H A DNestedScrollView.java341 final int bottomEdge = getHeight() - getPaddingBottom();
425 return getHeight() < childHeight + getPaddingTop() + getPaddingBottom();
502 height -= getPaddingBottom();
1009 child.getHeight() - (getHeight() - getPaddingBottom() - getPaddingTop()));
1154 mTempRect.bottom = view.getBottom() + getPaddingBottom();
1230 int screenBottom = getScrollY() + getHeight() - getPaddingBottom();
1305 final int height = getHeight() - getPaddingBottom() - getPaddingTop();
1341 final int contentHeight = getHeight() - getPaddingBottom() - getPaddingTop();
1638 childHeight - (b - t - getPaddingBottom() - getPaddingTop()));
1701 int height = getHeight() - getPaddingBottom()
[all...]
/frameworks/base/tests/WindowAnimationJank/src/android/windowanimationjank/
H A DFlowLayout.java40 MeasureSpec.getSize(heightMeasureSpec) - getPaddingTop() - getPaddingBottom();
/frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/vo/
H A DViewBindingObject.java129 public int getPaddingBottom() { method in class:ViewBindingObject
/frameworks/opt/chips/src/com/android/ex/chips/
H A DCircularImageView.java81 getHeight() - getPaddingBottom());

Completed in 789 milliseconds

12345