Searched refs:childHeightSpec (Results 1 – 3 of 3) sorted by relevance
/packages/apps/TV/tuner/src/com/android/tv/tuner/layout/ |
D | ScaledLayout.java | 190 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/ |
D | ScrollAdapterView.java | 1123 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 …]
|
/packages/apps/UnifiedEmail/src/com/android/mail/browse/ |
D | ConversationContainer.java | 646 int childHeightSpec; in measureOverlayView() local 648 childHeightSpec = MeasureSpec.makeMeasureSpec(lpHeight, MeasureSpec.EXACTLY); in measureOverlayView() 650 childHeightSpec = MeasureSpec.makeMeasureSpec(0, MeasureSpec.UNSPECIFIED); in measureOverlayView() 652 child.measure(childWidthSpec, childHeightSpec); in measureOverlayView()
|