Home
last modified time | relevance | path

Searched defs:childHeight (Results 1 – 24 of 24) sorted by relevance

/aosp14/frameworks/base/core/tests/coretests/src/android/widget/
H A DScrollViewFunctionalTest.java62 int childHeight = mScrollView.getChildAt(0).getHeight(); in testScrollAfterFlingBottom() local
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/layout/linear/
H A DLinearLayoutEditTextsTest.java52 final int childHeight = mChild.getHeight(); in testLayout() local
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DRemeasuringLinearLayout.java70 int childHeight = child.getMeasuredHeight() + lp.topMargin + lp.bottomMargin; in onMeasure() local
H A DMessagingLinearLayout.java130 final int childHeight = child.getMeasuredHeight(); in onMeasure() local
208 final int childHeight = child.getMeasuredHeight(); in onLayout() local
H A DAlertDialogLayout.java316 final int childHeight = child.getMeasuredHeight(); in onLayout() local
H A DAbsActionBarView.java322 int childHeight = child.getMeasuredHeight(); in positionChild() local
H A DNotificationActionListLayout.java304 final int childHeight = child.getMeasuredHeight(); in onLayout() local
/aosp14/frameworks/base/core/java/android/widget/
H A DLinearLayout.java881 final int childHeight = child.getMeasuredHeight(); in measureVertical() local
1012 final int childHeight; in measureVertical() local
1276 final int childHeight = child.getMeasuredHeight() + margin; in measureHorizontal() local
1455 int childHeight = child.getMeasuredHeight() + margin; in measureHorizontal() local
1697 final int childHeight = child.getMeasuredHeight(); in layoutVertical() local
1818 final int childHeight = child.getMeasuredHeight(); in layoutHorizontal() local
H A DSlidingDrawer.java349 int childHeight = handle.getMeasuredHeight(); in onLayout() local
668 final int childHeight = mHandleHeight; in prepareContent() local
H A DRelativeLayout.java608 final int childHeight = child.getMeasuredHeight(); in onMeasure() local
1085 int childHeight = child.getMeasuredHeight(); in centerVertical() local
H A DScrollView.java415 int childHeight = child.getHeight(); in canScroll() local
1782 final int childHeight = (getChildCount() > 0) ? getChildAt(0).getMeasuredHeight() : 0; in onLayout() local
H A DAdapterViewAnimator.java691 final int childHeight = getMeasuredHeight() - mPaddingTop - mPaddingBottom; in measureChildren() local
H A DGallery.java962 int childHeight = duringLayout ? child.getMeasuredHeight() : child.getHeight(); in calculateTop() local
H A DGridView.java1080 int childHeight = 0; in onMeasure() local
H A DListView.java1285 int childHeight = 0; in onMeasure() local
H A DToolbar.java2085 final int childHeight = child.getMeasuredHeight(); in getChildTop() local
H A DGridLayout.java1036 int childWidth, int childHeight) { in measureChildWithMargins2()
/aosp14/frameworks/base/tests/WindowAnimationJank/src/android/windowanimationjank/
H A DFlowLayout.java101 final int childHeight = child.getMeasuredHeight(); in onLayout() local
/aosp14/frameworks/base/core/java/android/view/
H A DNotificationTopLineView.java134 int childHeight = child.getMeasuredHeight(); in onMeasure() local
187 int childHeight = child.getMeasuredHeight(); in onLayout() local
/aosp14/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/
H A DAlertDialogLayout.java317 final int childHeight = child.getMeasuredHeight(); in onLayout() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DSmartReplyView.java308 final int childHeight = child.getMeasuredHeight(); in onMeasure() local
688 final int childHeight = child.getMeasuredHeight(); in onLayout() local
/aosp14/frameworks/base/graphics/java/android/graphics/drawable/
H A DInsetDrawable.java297 final int childHeight = getDrawable().getIntrinsicHeight(); in getIntrinsicHeight() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableView.java147 int childHeight = child.getMeasuredHeight(); in onMeasure() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayout.java2934 final int childHeight = getIntrinsicHeight(removedChild) + mPaddingBetweenElements; in updateScrollStateForRemovedChild() local