Searched refs:customNavHeightMode (Results 1 – 1 of 1) sorted by relevance
1028 int customNavHeightMode; in onMeasure() local1030 customNavHeightMode = MeasureSpec.AT_MOST; in onMeasure()1032 customNavHeightMode = lp.height != LayoutParams.WRAP_CONTENT ? in onMeasure()1054 MeasureSpec.makeMeasureSpec(customNavHeight, customNavHeightMode)); in onMeasure()