/frameworks/base/core/java/com/android/internal/widget/ |
D | DialogViewAnimator.java | 112 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()
|
D | WatchListDecorLayout.java | 115 final int childWidthMeasureSpec; in applyMeasureToChild() local 120 childWidthMeasureSpec = MeasureSpec.makeMeasureSpec( in applyMeasureToChild() 123 childWidthMeasureSpec = getChildMeasureSpec(widthMeasureSpec, in applyMeasureToChild() 143 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in applyMeasureToChild()
|
D | MessagingLinearLayout.java | 178 final int childWidthMeasureSpec = getChildMeasureSpec(widthMeasureSpec, in onMeasure() 186 child.measure(childWidthMeasureSpec, childHeightMeasureSpec);; in onMeasure()
|
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/ |
D | PrintOptionsLayout.java | 86 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/ |
D | DayPickerViewPager.java | 109 final int childWidthMeasureSpec; in onMeasure() local 113 childWidthMeasureSpec = MeasureSpec.makeMeasureSpec( in onMeasure() 117 childWidthMeasureSpec = getChildMeasureSpec(widthMeasureSpec, in onMeasure() 132 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in onMeasure()
|
D | FrameLayout.java | 226 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()
|
D | ScrollView.java | 377 final int childWidthMeasureSpec = getChildMeasureSpec( in onMeasure() local 381 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in onMeasure() 1281 int childWidthMeasureSpec; in measureChild() local 1284 childWidthMeasureSpec = getChildMeasureSpec(parentWidthMeasureSpec, mPaddingLeft in measureChild() 1291 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in measureChild() 1299 final int childWidthMeasureSpec = getChildMeasureSpec(parentWidthMeasureSpec, in measureChildWithMargins() local 1308 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in measureChildWithMargins()
|
D | HorizontalScrollView.java | 350 final int childWidthMeasureSpec = MeasureSpec.makeMeasureSpec( in onMeasure() local 354 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in onMeasure() 1264 final int childWidthMeasureSpec = MeasureSpec.makeSafeMeasureSpec( in measureChild() local 1270 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in measureChild() 1283 final int childWidthMeasureSpec = MeasureSpec.makeSafeMeasureSpec( in measureChildWithMargins() local 1287 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in measureChildWithMargins()
|
D | TableRow.java | 215 int childWidthMeasureSpec = MeasureSpec.makeMeasureSpec( in measureChildBeforeLayout() local 222 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in measureChildBeforeLayout()
|
D | LinearLayout.java | 955 final int childWidthMeasureSpec = getChildMeasureSpec(widthMeasureSpec, in measureVertical() local 958 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in measureVertical() 1340 final int childWidthMeasureSpec = MeasureSpec.makeMeasureSpec( in measureHorizontal() local 1345 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in measureHorizontal()
|
D | RelativeLayout.java | 666 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()
|
D | Toolbar.java | 1542 final int childWidthMeasureSpec = getChildMeasureSpec(parentWidthMeasureSpec, in measureChildCollapseMargins() local 1548 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in measureChildCollapseMargins()
|
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/ |
D | TestedFrameLayout.java | 49 final int childWidthMeasureSpec; in onMeasure() local 51 childWidthMeasureSpec = lp.wSpec; in onMeasure() 55 childWidthMeasureSpec = MeasureSpec.makeMeasureSpec(width, MeasureSpec.EXACTLY); in onMeasure() 57 childWidthMeasureSpec = getChildMeasureSpec(widthMeasureSpec, in onMeasure() 72 recyclerView.measure(childWidthMeasureSpec, childHeightMeasureSpec); in onMeasure()
|
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/ |
D | BrowseRowsFrameLayout.java | 51 final int childWidthMeasureSpec = getChildMeasureSpec(parentWidthMeasureSpec, in measureChildWithMargins() local 55 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in measureChildWithMargins()
|
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/ |
D | FillContentLayout.java | 96 int childWidthMeasureSpec = getMaxSizeMeasureSpec( in measureIllustrationChild() local 105 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in measureIllustrationChild()
|
/frameworks/support/wear/src/android/support/wear/widget/ |
D | BoxInsetLayout.java | 330 int childWidthMeasureSpec; in measureChild() local 348 childWidthMeasureSpec = getChildMeasureSpec(widthMeasureSpec, totalWidthMargin, in measureChild() 357 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in measureChild()
|
/frameworks/support/core-ui/java/android/support/v4/widget/ |
D | NestedScrollView.java | 529 int childWidthMeasureSpec = getChildMeasureSpec(widthMeasureSpec, in onMeasure() local 536 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in onMeasure() 1424 int childWidthMeasureSpec; in measureChild() local 1427 childWidthMeasureSpec = getChildMeasureSpec(parentWidthMeasureSpec, getPaddingLeft() in measureChild() 1432 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in measureChild() 1440 final int childWidthMeasureSpec = getChildMeasureSpec(parentWidthMeasureSpec, in measureChildWithMargins() local 1446 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in measureChildWithMargins()
|
/frameworks/base/core/java/android/view/ |
D | ViewRootImpl.java | 1452 int childWidthMeasureSpec; in measureHierarchy() local 1475 childWidthMeasureSpec = getRootMeasureSpec(baseSize, lp.width); in measureHierarchy() 1477 performMeasure(childWidthMeasureSpec, childHeightMeasureSpec); in measureHierarchy() 1480 + ") from width spec: " + MeasureSpec.toString(childWidthMeasureSpec) in measureHierarchy() 1489 childWidthMeasureSpec = getRootMeasureSpec(baseSize, lp.width); in measureHierarchy() 1490 performMeasure(childWidthMeasureSpec, childHeightMeasureSpec); in measureHierarchy() 1502 childWidthMeasureSpec = getRootMeasureSpec(desiredWindowWidth, lp.width); in measureHierarchy() 1504 performMeasure(childWidthMeasureSpec, childHeightMeasureSpec); in measureHierarchy() 2157 int childWidthMeasureSpec = getRootMeasureSpec(mWidth, lp.width); in performTraversals() local 2167 performMeasure(childWidthMeasureSpec, childHeightMeasureSpec); in performTraversals() [all …]
|
D | ViewGroup.java | 6568 final int childWidthMeasureSpec = getChildMeasureSpec(parentWidthMeasureSpec, in measureChild() local 6573 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in measureChild() 6595 final int childWidthMeasureSpec = getChildMeasureSpec(parentWidthMeasureSpec, in measureChildWithMargins() local 6602 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in measureChildWithMargins()
|
/frameworks/support/v7/appcompat/src/android/support/v7/widget/ |
D | LinearLayoutCompat.java | 793 final int childWidthMeasureSpec = getChildMeasureSpec(widthMeasureSpec, in measureVertical() local 807 child.measure(childWidthMeasureSpec, in measureVertical() 812 child.measure(childWidthMeasureSpec, in measureVertical()
|
D | Toolbar.java | 1540 final int childWidthMeasureSpec = getChildMeasureSpec(parentWidthMeasureSpec, in measureChildCollapseMargins() local 1546 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in measureChildCollapseMargins()
|
/frameworks/support/design/src/android/support/design/widget/ |
D | CoordinatorLayout.java | 772 int childWidthMeasureSpec = widthMeasureSpec; in onMeasure() local 782 childWidthMeasureSpec = MeasureSpec.makeMeasureSpec( in onMeasure() 789 if (b == null || !b.onMeasureChild(this, child, childWidthMeasureSpec, keylineWidthUsed, in onMeasure() 791 onMeasureChild(child, childWidthMeasureSpec, keylineWidthUsed, in onMeasure()
|
D | TabLayout.java | 1054 int childWidthMeasureSpec = MeasureSpec.makeMeasureSpec( in onMeasure() 1056 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in onMeasure()
|