Home
last modified time | relevance | path

Searched refs:childHeightMeasureSpec (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/java/android/widget/
DFrameLayout.java352 int childHeightMeasureSpec; in onMeasure() local
367 childHeightMeasureSpec = MeasureSpec.makeMeasureSpec(getMeasuredHeight() - in onMeasure()
372 childHeightMeasureSpec = getChildMeasureSpec(heightMeasureSpec, in onMeasure()
378 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in onMeasure()
DScrollView.java342 int childHeightMeasureSpec = in onMeasure() local
345 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in onMeasure()
1196 int childHeightMeasureSpec; in measureChild() local
1201 childHeightMeasureSpec = MeasureSpec.makeMeasureSpec(0, MeasureSpec.UNSPECIFIED); in measureChild()
1203 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in measureChild()
1214 final int childHeightMeasureSpec = MeasureSpec.makeMeasureSpec( in measureChildWithMargins() local
1217 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in measureChildWithMargins()
DHorizontalScrollView.java318 int childHeightMeasureSpec = getChildMeasureSpec(heightMeasureSpec, mPaddingTop in onMeasure() local
324 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in onMeasure()
1208 int childHeightMeasureSpec; in measureChild() local
1210 childHeightMeasureSpec = getChildMeasureSpec(parentHeightMeasureSpec, mPaddingTop in measureChild()
1215 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in measureChild()
1223 final int childHeightMeasureSpec = getChildMeasureSpec(parentHeightMeasureSpec, in measureChildWithMargins() local
1229 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in measureChildWithMargins()
DRelativeLayout.java693 int childHeightMeasureSpec = getChildMeasureSpec(params.mTop, in measureChild() local
698 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in measureChild()
712 int childHeightMeasureSpec; in measureChildHorizontal() local
715 childHeightMeasureSpec = MeasureSpec.makeMeasureSpec( in measureChildHorizontal()
721 childHeightMeasureSpec = MeasureSpec.makeMeasureSpec(0, MeasureSpec.UNSPECIFIED); in measureChildHorizontal()
724 childHeightMeasureSpec = MeasureSpec.makeMeasureSpec(maxHeight, MeasureSpec.EXACTLY); in measureChildHorizontal()
726 childHeightMeasureSpec = MeasureSpec.makeMeasureSpec(maxHeight, MeasureSpec.AT_MOST); in measureChildHorizontal()
728 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in measureChildHorizontal()
DTableRow.java219 int childHeightMeasureSpec = getChildMeasureSpec(heightMeasureSpec, in measureChildBeforeLayout() local
223 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in measureChildBeforeLayout()
DLinearLayout.java1211 final int childHeightMeasureSpec = getChildMeasureSpec( in measureHorizontal() local
1228 childHeightMeasureSpec); in measureHorizontal() local
1233 childHeightMeasureSpec); in measureHorizontal()
/frameworks/base/core/java/android/view/
DViewRootImpl.java1056 int childHeightMeasureSpec; in measureHierarchy() local
1078 childHeightMeasureSpec = getRootMeasureSpec(desiredWindowHeight, lp.height); in measureHierarchy()
1079 performMeasure(childWidthMeasureSpec, childHeightMeasureSpec); in measureHierarchy()
1090 performMeasure(childWidthMeasureSpec, childHeightMeasureSpec); in measureHierarchy()
1103 childHeightMeasureSpec = getRootMeasureSpec(desiredWindowHeight, lp.height); in measureHierarchy()
1104 performMeasure(childWidthMeasureSpec, childHeightMeasureSpec); in measureHierarchy()
1659 int childHeightMeasureSpec = getRootMeasureSpec(mHeight, lp.height); in performTraversals() local
1668 performMeasure(childWidthMeasureSpec, childHeightMeasureSpec); in performTraversals()
1685 childHeightMeasureSpec = MeasureSpec.makeMeasureSpec(height, in performTraversals()
1694 performMeasure(childWidthMeasureSpec, childHeightMeasureSpec); in performTraversals()
[all …]
DViewGroup.java4976 final int childHeightMeasureSpec = getChildMeasureSpec(parentHeightMeasureSpec, in measureChild() local
4979 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in measureChild()
5004 final int childHeightMeasureSpec = getChildMeasureSpec(parentHeightMeasureSpec, in measureChildWithMargins() local
5008 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in measureChildWithMargins()
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
DPagedView.java658 final int childHeightMeasureSpec = in onMeasure() local
661 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in onMeasure()