Searched refs:customHeightMode (Results 1 – 2 of 2) sorted by relevance
294 final int customHeightMode = lp.height != LayoutParams.WRAP_CONTENT ? in onMeasure() local299 MeasureSpec.makeMeasureSpec(customHeight, customHeightMode)); in onMeasure()
357 final int customHeightMode = lp.height != LayoutParams.WRAP_CONTENT ? in onMeasure() local362 MeasureSpec.makeMeasureSpec(customHeight, customHeightMode)); in onMeasure()