Home
last modified time | relevance | path

Searched refs:childHeightSpec (Results 1 – 2 of 2) sorted by relevance

/packages/apps/TV/tuner/src/com/android/tv/tuner/layout/
DScaledLayout.java190 int childHeightSpec = MeasureSpec.makeMeasureSpec(0, MeasureSpec.UNSPECIFIED); in onMeasure() local
191 child.measure(childWidthSpec, childHeightSpec); in onMeasure()
211 childHeightSpec = in onMeasure()
215 child.measure(childWidthSpec, childHeightSpec); in onMeasure()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
DScrollAdapterView.java1123 int childWidthSpec, childHeightSpec;
1128 childHeightSpec = MeasureSpec.makeMeasureSpec(lpHeight, MeasureSpec.EXACTLY);
1130 childHeightSpec = MeasureSpec.makeMeasureSpec(0, MeasureSpec.UNSPECIFIED);
1133 childHeightSpec = ViewGroup.getChildMeasureSpec(heightMeasureSpec, 0, p.height);
1141 child.measure(childWidthSpec, childHeightSpec);
1538 int childHeightSpec;
1540 childHeightSpec = MeasureSpec.makeMeasureSpec(lpHeight, MeasureSpec.EXACTLY);
1542 childHeightSpec = MeasureSpec.makeMeasureSpec(0, MeasureSpec.UNSPECIFIED);
1544 child.measure(childWidthSpec, childHeightSpec);
1546 int childHeightSpec = ViewGroup.getChildMeasureSpec(mMeasuredSpec, 0, p.height);
[all …]