Home
last modified time | relevance | path

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

/packages/apps/Browser/src/com/android/browser/view/
DScrollerView.java371 int childWidthMeasureSpec = MeasureSpec.makeMeasureSpec( in onMeasure() local
374 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in onMeasure()
382 int childWidthMeasureSpec = getChildMeasureSpec( in onMeasure() local
390 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in onMeasure()
1388 int childWidthMeasureSpec; in measureChild() local
1395 childWidthMeasureSpec = MeasureSpec.makeMeasureSpec(0, MeasureSpec.UNSPECIFIED); in measureChild()
1397 childWidthMeasureSpec = getChildMeasureSpec(parentWidthMeasureSpec, mPaddingLeft in measureChild()
1403 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in measureChild()
1411 int childWidthMeasureSpec; in measureChildWithMargins() local
1417 childWidthMeasureSpec = MeasureSpec.makeMeasureSpec( in measureChildWithMargins()
[all …]
/packages/apps/Browser/src/com/android/browser/
DBookmarkItem.java166 final int childWidthMeasureSpec = getChildMeasureSpec(parentWidthMeasureSpec, in measureChild() local
171 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in measureChild()
186 final int childWidthMeasureSpec = getChildMeasureSpec(parentWidthMeasureSpec, in measureChildWithMargins() local
193 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in measureChildWithMargins()
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
DHorizontalScrollView.java316 int childWidthMeasureSpec = MeasureSpec.makeMeasureSpec(width, MeasureSpec.EXACTLY); in onMeasure() local
318 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in onMeasure()
1192 int childWidthMeasureSpec; in measureChild() local
1198 childWidthMeasureSpec = MeasureSpec.makeMeasureSpec(0, MeasureSpec.UNSPECIFIED); in measureChild()
1200 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in measureChild()
1211 final int childWidthMeasureSpec = MeasureSpec.makeMeasureSpec( in measureChildWithMargins() local
1214 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in measureChildWithMargins()
/packages/apps/Contacts/src/com/android/contacts/widget/
DInterpolatingLayout.java229 int childWidthMeasureSpec; in onMeasure() local
232 childWidthMeasureSpec = MeasureSpec.UNSPECIFIED; in onMeasure()
235 childWidthMeasureSpec = MeasureSpec.makeMeasureSpec( in onMeasure()
256 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in onMeasure()
/packages/apps/Launcher2/src/com/android/launcher2/
DPagedViewCellLayoutChildren.java98 int childWidthMeasureSpec = MeasureSpec.makeMeasureSpec(lp.width, in onMeasure() local
103 child.measure(childWidthMeasureSpec, childheightMeasureSpec); in onMeasure()
DShortcutAndWidgetContainer.java120 int childWidthMeasureSpec = MeasureSpec.makeMeasureSpec(lp.width, MeasureSpec.EXACTLY); in measureChild() local
123 child.measure(childWidthMeasureSpec, childheightMeasureSpec); in measureChild()
DPagedViewCellLayout.java212 int childWidthMeasureSpec = in onMeasure() local
218 child.measure(childWidthMeasureSpec, childheightMeasureSpec); in onMeasure()
DPagedView.java545 final int childWidthMeasureSpec = in onMeasure() local
550 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); in onMeasure()
DCellLayout.java1018 int childWidthMeasureSpec = MeasureSpec.makeMeasureSpec(newWidth - getPaddingLeft() - in onMeasure() local
1022 child.measure(childWidthMeasureSpec, childheightMeasureSpec); in onMeasure()