Lines Matching full:contentareaheightspec
1075 int contentAreaHeightSpec = MeasureSpec.makeMeasureSpec(contentHeight, MeasureSpec.EXACTLY);1078 mContentWrapper.measure(contentAreaWidthSpec, contentAreaHeightSpec);