Searched refs:customNavHeightMode (Results 1 – 1 of 1) sorted by relevance
1026 int customNavHeightMode; in onMeasure() local1028 customNavHeightMode = MeasureSpec.AT_MOST; in onMeasure()1030 customNavHeightMode = lp.height != LayoutParams.WRAP_CONTENT ? in onMeasure()1052 MeasureSpec.makeMeasureSpec(customNavHeight, customNavHeightMode)); in onMeasure()