Searched refs:headerHeightSpec (Results 1 – 1 of 1) sorted by relevance
226 int headerHeightSpec = MeasureSpec.makeMeasureSpec(mHeaderHeight, MeasureSpec.EXACTLY); in onMeasure() local228 mNotificationHeader.measure(widthMeasureSpec, headerHeightSpec); in onMeasure()231 headerHeightSpec = MeasureSpec.makeMeasureSpec(mHeaderHeight, MeasureSpec.EXACTLY); in onMeasure()232 mNotificationHeaderLowPriority.measure(widthMeasureSpec, headerHeightSpec); in onMeasure()