Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/widget/layout/linear/
DLinearLayoutEditTextsTest.java52 final int childHeight = mChild.getHeight(); in testLayout() local
/frameworks/base/core/java/android/widget/
DLinearLayout.java394 final int childHeight = child.getMeasuredHeight(); in measureVertical() local
521 int childHeight = child.getMeasuredHeight() + share; in measureVertical() local
734 final int childHeight = child.getMeasuredHeight() + margin; in measureHorizontal() local
892 int childHeight = child.getMeasuredHeight() + margin; in measureHorizontal() local
1100 final int childHeight = child.getMeasuredHeight(); in layoutVertical() local
1191 final int childHeight = child.getMeasuredHeight(); in layoutHorizontal() local
DSlidingDrawer.java320 int childHeight = handle.getMeasuredHeight(); in onLayout() local
636 final int childHeight = mHandleHeight; in prepareContent() local
DRelativeLayout.java477 final int childHeight = child.getMeasuredHeight(); in onMeasure() local
894 int childHeight = child.getMeasuredHeight(); in centerVertical() local
DGallery.java818 int childHeight = duringLayout ? child.getMeasuredHeight() : child.getHeight(); in calculateTop() local
DScrollView.java250 int childHeight = child.getHeight(); in canScroll() local
DGridView.java930 int childHeight = 0; in onMeasure() local
DListView.java1097 int childHeight = 0; in onMeasure() local