Home
last modified time | relevance | path

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

/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
DShadowOverlayContainer.java255 int childWidthMeasureSpec, childHeightMeasureSpec; in onMeasure() local
258 childWidthMeasureSpec = MeasureSpec.makeMeasureSpec in onMeasure()
261 childWidthMeasureSpec = getChildMeasureSpec(widthMeasureSpec, 0, lp.width); in onMeasure()
269 mWrappedView.measure(childWidthMeasureSpec, childHeightMeasureSpec); in onMeasure()
281 childWidthMeasureSpec = MeasureSpec.makeMeasureSpec in onMeasure()
284 childWidthMeasureSpec = getChildMeasureSpec(widthMeasureSpec, 0, lp.width); in onMeasure()
293 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in onMeasure()
DBrowseRowsFrameLayout.java47 final int childWidthMeasureSpec = getChildMeasureSpec(parentWidthMeasureSpec, in measureChildWithMargins() local
51 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in measureChildWithMargins()
/frameworks/base/core/java/android/widget/
DDayPickerViewPager.java108 final int childWidthMeasureSpec; in onMeasure() local
112 childWidthMeasureSpec = MeasureSpec.makeMeasureSpec( in onMeasure()
116 childWidthMeasureSpec = getChildMeasureSpec(widthMeasureSpec, in onMeasure()
131 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in onMeasure()
DFrameLayout.java235 final int childWidthMeasureSpec; in onMeasure() local
240 childWidthMeasureSpec = MeasureSpec.makeMeasureSpec( in onMeasure()
243 childWidthMeasureSpec = getChildMeasureSpec(widthMeasureSpec, in onMeasure()
263 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in onMeasure()
DHorizontalScrollView.java336 int childWidthMeasureSpec = MeasureSpec.makeMeasureSpec(width, MeasureSpec.EXACTLY); in onMeasure() local
338 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in onMeasure()
1237 int childWidthMeasureSpec; in measureChild() local
1243 childWidthMeasureSpec = MeasureSpec.makeMeasureSpec(0, MeasureSpec.UNSPECIFIED); in measureChild()
1245 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in measureChild()
1256 final int childWidthMeasureSpec = MeasureSpec.makeMeasureSpec( in measureChildWithMargins() local
1259 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in measureChildWithMargins()
DScrollView.java367 final int childWidthMeasureSpec = getChildMeasureSpec( in onMeasure() local
371 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in onMeasure()
1260 int childWidthMeasureSpec; in measureChild() local
1263 childWidthMeasureSpec = getChildMeasureSpec(parentWidthMeasureSpec, mPaddingLeft in measureChild()
1269 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in measureChild()
1277 final int childWidthMeasureSpec = getChildMeasureSpec(parentWidthMeasureSpec, in measureChildWithMargins() local
1283 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in measureChildWithMargins()
DTableRow.java215 int childWidthMeasureSpec = MeasureSpec.makeMeasureSpec( in measureChildBeforeLayout() local
222 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in measureChildBeforeLayout()
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()
DLinearLayout.java882 final int childWidthMeasureSpec = getChildMeasureSpec(widthMeasureSpec, in measureVertical() local
896 child.measure(childWidthMeasureSpec, in measureVertical()
901 child.measure(childWidthMeasureSpec, in measureVertical()
DToolbar.java1207 final int childWidthMeasureSpec = getChildMeasureSpec(parentWidthMeasureSpec, in measureChildCollapseMargins() local
1213 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in measureChildCollapseMargins()
/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/support/v4/java/android/support/v4/widget/
DNestedScrollView.java451 int childWidthMeasureSpec = getChildMeasureSpec(widthMeasureSpec, in onMeasure() local
458 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in onMeasure()
1313 int childWidthMeasureSpec; in measureChild() local
1316 childWidthMeasureSpec = getChildMeasureSpec(parentWidthMeasureSpec, getPaddingLeft() in measureChild()
1321 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in measureChild()
1329 final int childWidthMeasureSpec = getChildMeasureSpec(parentWidthMeasureSpec, in measureChildWithMargins() local
1335 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in measureChildWithMargins()
/frameworks/base/core/java/android/view/
DViewRootImpl.java1167 int childWidthMeasureSpec; in measureHierarchy() local
1189 childWidthMeasureSpec = getRootMeasureSpec(baseSize, lp.width); in measureHierarchy()
1191 performMeasure(childWidthMeasureSpec, childHeightMeasureSpec); in measureHierarchy()
1201 childWidthMeasureSpec = getRootMeasureSpec(baseSize, lp.width); in measureHierarchy()
1202 performMeasure(childWidthMeasureSpec, childHeightMeasureSpec); in measureHierarchy()
1214 childWidthMeasureSpec = getRootMeasureSpec(desiredWindowWidth, lp.width); in measureHierarchy()
1216 performMeasure(childWidthMeasureSpec, childHeightMeasureSpec); in measureHierarchy()
1854 int childWidthMeasureSpec = getRootMeasureSpec(mWidth, lp.width); in performTraversals() local
1864 performMeasure(childWidthMeasureSpec, childHeightMeasureSpec); in performTraversals()
1875 childWidthMeasureSpec = MeasureSpec.makeMeasureSpec(width, in performTraversals()
[all …]
DViewGroup.java5917 final int childWidthMeasureSpec = getChildMeasureSpec(parentWidthMeasureSpec, in measureChild() local
5922 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in measureChild()
5944 final int childWidthMeasureSpec = getChildMeasureSpec(parentWidthMeasureSpec, in measureChildWithMargins() local
5951 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in measureChildWithMargins()
/frameworks/support/design/src/android/support/design/widget/
DCoordinatorLayout.java655 int childWidthMeasureSpec = widthMeasureSpec; in onMeasure() local
665 childWidthMeasureSpec = MeasureSpec.makeMeasureSpec( in onMeasure()
672 if (b == null || !b.onMeasureChild(this, child, childWidthMeasureSpec, keylineWidthUsed, in onMeasure()
674 onMeasureChild(child, childWidthMeasureSpec, keylineWidthUsed, in onMeasure()
DTabLayout.java735 int childWidthMeasureSpec = MeasureSpec.makeMeasureSpec(width, MeasureSpec.EXACTLY); in onMeasure() local
736 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in onMeasure()
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DLinearLayoutCompat.java791 final int childWidthMeasureSpec = getChildMeasureSpec(widthMeasureSpec, in measureVertical() local
805 child.measure(childWidthMeasureSpec, in measureVertical()
810 child.measure(childWidthMeasureSpec, in measureVertical()
DToolbar.java1219 final int childWidthMeasureSpec = getChildMeasureSpec(parentWidthMeasureSpec, in measureChildCollapseMargins() local
1225 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in measureChildCollapseMargins()