Home
last modified time | relevance | path

Searched refs:childWidthMeasureSpec (Results 1 – 19 of 19) sorted by relevance

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DTestedFrameLayout.java53 final int childWidthMeasureSpec; in onMeasure() local
55 childWidthMeasureSpec = lp.wSpec; in onMeasure()
59 childWidthMeasureSpec = MeasureSpec.makeMeasureSpec(width, MeasureSpec.EXACTLY); in onMeasure()
61 childWidthMeasureSpec = getChildMeasureSpec(widthMeasureSpec, in onMeasure()
76 recyclerView.measure(childWidthMeasureSpec, childHeightMeasureSpec); in onMeasure()
/frameworks/base/core/java/com/android/internal/widget/
DDialogViewAnimator.java112 final int childWidthMeasureSpec; in onMeasure() local
114 childWidthMeasureSpec = MeasureSpec.makeMeasureSpec( in onMeasure()
119 childWidthMeasureSpec = getChildMeasureSpec(widthMeasureSpec, in onMeasure()
136 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in onMeasure()
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
DPrintOptionsLayout.java86 final int childWidthMeasureSpec; in onMeasure() local
88 childWidthMeasureSpec = MeasureSpec.makeMeasureSpec( in onMeasure()
92 childWidthMeasureSpec = getChildMeasureSpec(widthMeasureSpec, in onMeasure()
99 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in onMeasure()
/frameworks/base/core/java/android/widget/
DDayPickerViewPager.java114 final int childWidthMeasureSpec; in onMeasure() local
118 childWidthMeasureSpec = MeasureSpec.makeMeasureSpec( in onMeasure()
122 childWidthMeasureSpec = getChildMeasureSpec(widthMeasureSpec, in onMeasure()
137 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in onMeasure()
DFrameLayout.java226 final int childWidthMeasureSpec; in onMeasure() local
231 childWidthMeasureSpec = MeasureSpec.makeMeasureSpec( in onMeasure()
234 childWidthMeasureSpec = getChildMeasureSpec(widthMeasureSpec, in onMeasure()
254 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in onMeasure()
DScrollView.java367 final int childWidthMeasureSpec = getChildMeasureSpec( in onMeasure() local
371 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in onMeasure()
1266 int childWidthMeasureSpec; in measureChild() local
1269 childWidthMeasureSpec = getChildMeasureSpec(parentWidthMeasureSpec, mPaddingLeft in measureChild()
1276 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in measureChild()
1284 final int childWidthMeasureSpec = getChildMeasureSpec(parentWidthMeasureSpec, in measureChildWithMargins() local
1293 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in measureChildWithMargins()
DHorizontalScrollView.java342 final int childWidthMeasureSpec = MeasureSpec.makeMeasureSpec( in onMeasure() local
346 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in onMeasure()
1251 final int childWidthMeasureSpec = MeasureSpec.makeSafeMeasureSpec( in measureChild() local
1257 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in measureChild()
1270 final int childWidthMeasureSpec = MeasureSpec.makeSafeMeasureSpec( in measureChildWithMargins() local
1274 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in measureChildWithMargins()
DTableRow.java215 int childWidthMeasureSpec = MeasureSpec.makeMeasureSpec( in measureChildBeforeLayout() local
222 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in measureChildBeforeLayout()
DLinearLayout.java908 final int childWidthMeasureSpec = getChildMeasureSpec(widthMeasureSpec, in measureVertical() local
911 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in measureVertical()
1290 final int childWidthMeasureSpec = MeasureSpec.makeMeasureSpec( in measureHorizontal() local
1295 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in measureHorizontal()
DRelativeLayout.java666 int childWidthMeasureSpec = getChildMeasureSpec(params.mLeft, in measureChild() local
676 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in measureChild()
681 final int childWidthMeasureSpec = getChildMeasureSpec(params.mLeft, params.mRight, in measureChildHorizontal() local
715 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in measureChildHorizontal()
DToolbar.java1518 final int childWidthMeasureSpec = getChildMeasureSpec(parentWidthMeasureSpec, in measureChildCollapseMargins() local
1524 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in measureChildCollapseMargins()
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
DBrowseRowsFrameLayout.java47 final int childWidthMeasureSpec = getChildMeasureSpec(parentWidthMeasureSpec, in measureChildWithMargins() local
51 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in measureChildWithMargins()
/frameworks/support/v4/java/android/support/v4/widget/
DNestedScrollView.java497 int childWidthMeasureSpec = getChildMeasureSpec(widthMeasureSpec, in onMeasure() local
504 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in onMeasure()
1393 int childWidthMeasureSpec; in measureChild() local
1396 childWidthMeasureSpec = getChildMeasureSpec(parentWidthMeasureSpec, getPaddingLeft() in measureChild()
1401 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in measureChild()
1409 final int childWidthMeasureSpec = getChildMeasureSpec(parentWidthMeasureSpec, in measureChildWithMargins() local
1415 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in measureChildWithMargins()
/frameworks/base/core/java/android/view/
DViewRootImpl.java1306 int childWidthMeasureSpec; in measureHierarchy() local
1329 childWidthMeasureSpec = getRootMeasureSpec(baseSize, lp.width); in measureHierarchy()
1331 performMeasure(childWidthMeasureSpec, childHeightMeasureSpec); in measureHierarchy()
1334 + ") from width spec: " + MeasureSpec.toString(childWidthMeasureSpec) in measureHierarchy()
1343 childWidthMeasureSpec = getRootMeasureSpec(baseSize, lp.width); in measureHierarchy()
1344 performMeasure(childWidthMeasureSpec, childHeightMeasureSpec); in measureHierarchy()
1356 childWidthMeasureSpec = getRootMeasureSpec(desiredWindowWidth, lp.width); in measureHierarchy()
1358 performMeasure(childWidthMeasureSpec, childHeightMeasureSpec); in measureHierarchy()
2014 int childWidthMeasureSpec = getRootMeasureSpec(mWidth, lp.width); in performTraversals() local
2024 performMeasure(childWidthMeasureSpec, childHeightMeasureSpec); in performTraversals()
[all …]
DViewGroup.java6086 final int childWidthMeasureSpec = getChildMeasureSpec(parentWidthMeasureSpec, in measureChild() local
6091 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in measureChild()
6113 final int childWidthMeasureSpec = getChildMeasureSpec(parentWidthMeasureSpec, in measureChildWithMargins() local
6120 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in measureChildWithMargins()
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DLinearLayoutCompat.java789 final int childWidthMeasureSpec = getChildMeasureSpec(widthMeasureSpec, in measureVertical() local
803 child.measure(childWidthMeasureSpec, in measureVertical()
808 child.measure(childWidthMeasureSpec, in measureVertical()
DToolbar.java1535 final int childWidthMeasureSpec = getChildMeasureSpec(parentWidthMeasureSpec, in measureChildCollapseMargins() local
1541 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in measureChildCollapseMargins()
/frameworks/support/design/src/android/support/design/widget/
DCoordinatorLayout.java721 int childWidthMeasureSpec = widthMeasureSpec; in onMeasure() local
731 childWidthMeasureSpec = MeasureSpec.makeMeasureSpec( in onMeasure()
738 if (b == null || !b.onMeasureChild(this, child, childWidthMeasureSpec, keylineWidthUsed, in onMeasure()
740 onMeasureChild(child, childWidthMeasureSpec, keylineWidthUsed, in onMeasure()
DTabLayout.java1059 int childWidthMeasureSpec = MeasureSpec.makeMeasureSpec( in onMeasure()
1061 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in onMeasure()