Searched refs:wrapContentHeightSpec (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/java/android/view/ |
D | NotificationHeaderView.java | 135 int wrapContentHeightSpec = MeasureSpec.makeMeasureSpec(givenHeight, in onMeasure() local 148 int childHeightSpec = getChildMeasureSpec(wrapContentHeightSpec, in onMeasure() 165 overFlow = shrinkViewForOverflow(wrapContentHeightSpec, overFlow, mAppName, in onMeasure() 169 overFlow = shrinkViewForOverflow(wrapContentHeightSpec, overFlow, mHeaderText, 0); in onMeasure() 172 shrinkViewForOverflow(wrapContentHeightSpec, overFlow, mSecondaryHeaderText, in onMeasure()
|