Home
last modified time | relevance | path

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

12

/aosp12/frameworks/base/core/tests/coretests/src/android/widget/layout/linear/
H A DLinearLayoutEditTextsTest.java52 final int childHeight = mChild.getHeight(); in testLayout() local
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/widget/
H A DConstraintViewPager.java51 int childHeight = view.getMeasuredHeight(); in onMeasure() local
/aosp12/packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/widget/
H A DConstraintViewPager.java63 int childHeight = view.getMeasuredHeight(); in onMeasure() local
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/
H A DLineWrapLayout.java117 int childHeight = currChild.getMeasuredHeight(); in onLayout() local
146 int childHeight = currChild.getMeasuredHeight(); in onLayout() local
/aosp12/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.java302 final int childHeight = child.getMeasuredHeight(); in onLayout() local
/aosp12/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
H A DCustomScrollView.java82 final int childHeight = child.getMeasuredHeight(); in calculateDimensions() local
/aosp12/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/
H A DBottomScrollViewTest.java72 private BottomScrollView createScrollView(final int childHeight) { in createScrollView()
/aosp12/frameworks/base/tests/WindowAnimationJank/src/android/windowanimationjank/
H A DFlowLayout.java101 final int childHeight = child.getMeasuredHeight(); in onLayout() local
/aosp12/packages/apps/Settings/src/com/android/settings/widget/
H A DMatchParentShrinkingLinearLayout.java716 final int childHeight = child.getMeasuredHeight(); in measureVertical() local
853 int childHeight = child.getMeasuredHeight() + share; in measureVertical() local
876 int childHeight = child.getMeasuredHeight() + delta; in measureVertical() local
1151 final int childHeight = child.getMeasuredHeight(); in layoutVertical() local
1273 final int childHeight = child.getMeasuredHeight(); in layoutHorizontal() local
/aosp12/frameworks/base/core/java/android/widget/
H A DLinearLayout.java845 final int childHeight = child.getMeasuredHeight(); in measureVertical() local
976 final int childHeight; in measureVertical() local
1240 final int childHeight = child.getMeasuredHeight() + margin; in measureHorizontal() local
1403 int childHeight = child.getMeasuredHeight() + margin; in measureHorizontal() local
1641 final int childHeight = child.getMeasuredHeight(); in layoutVertical() local
1762 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.java407 int childHeight = child.getHeight(); in canScroll() local
1703 final int childHeight = (getChildCount() > 0) ? getChildAt(0).getMeasuredHeight() : 0; in onLayout() local
H A DAdapterViewAnimator.java686 final int childHeight = getMeasuredHeight() - mPaddingTop - mPaddingBottom; in measureChildren() local
/aosp12/packages/apps/Contacts/src/com/android/contacts/widget/
H A DProportionalLayout.java100 final int childHeight = child.getMeasuredHeight(); in onMeasure() local
/aosp12/frameworks/base/core/java/android/view/
H A DNotificationTopLineView.java132 int childHeight = child.getMeasuredHeight(); in onMeasure() local
184 int childHeight = child.getMeasuredHeight(); in onLayout() local
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DSmartReplyView.java300 final int childHeight = child.getMeasuredHeight(); in onMeasure() local
674 final int childHeight = child.getMeasuredHeight(); in onLayout() local
/aosp12/frameworks/ex/widget/java/com/android/ex/widget/
H A DStaggeredGridView.java802 final int childHeight = child.getMeasuredHeight(); in layoutChildren() local
946 final int childHeight = child.getMeasuredHeight(); in fillUp() local
1060 final int childHeight = child.getMeasuredHeight(); in fillDown() local
/aosp12/frameworks/base/graphics/java/android/graphics/drawable/
H A DInsetDrawable.java297 final int childHeight = getDrawable().getIntrinsicHeight(); in getIntrinsicHeight() local
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableView.java124 int childHeight = child.getMeasuredHeight(); in onMeasure() local
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/touch/
H A DPortraitPagedViewHandler.java402 final int childHeight = child.getMeasuredHeight(); in getChildBounds() local

12