Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DScrollView.java333 int childHeightMeasureSpec = in onMeasure() local
1142 int childHeightMeasureSpec; in measureChild() local
1160 final int childHeightMeasureSpec = MeasureSpec.makeMeasureSpec( in measureChildWithMargins() local
DHorizontalScrollView.java320 int childHeightMeasureSpec = getChildMeasureSpec(heightMeasureSpec, mPaddingTop in onMeasure() local
1133 int childHeightMeasureSpec; in measureChild() local
1148 final int childHeightMeasureSpec = getChildMeasureSpec(parentHeightMeasureSpec, in measureChildWithMargins() local
DTableRow.java217 int childHeightMeasureSpec = getChildMeasureSpec(heightMeasureSpec, in measureChildBeforeLayout() local
DFrameLayout.java335 int childHeightMeasureSpec; in onMeasure() local
DRelativeLayout.java574 int childHeightMeasureSpec = getChildMeasureSpec(params.mTop, in measureChild() local
588 int childHeightMeasureSpec; in measureChildHorizontal() local
DLinearLayout.java1176 final int childHeightMeasureSpec = getChildMeasureSpec( in measureHorizontal() local
1193 childHeightMeasureSpec); in measureHorizontal() local
/frameworks/base/core/java/android/view/
DViewGroup.java4645 final int childHeightMeasureSpec = getChildMeasureSpec(parentHeightMeasureSpec, in measureChild() local
4673 final int childHeightMeasureSpec = getChildMeasureSpec(parentHeightMeasureSpec, in measureChildWithMargins() local
DViewRootImpl.java859 int childHeightMeasureSpec; in performTraversals() local