Searched defs:mMaximumHeight (Results 1 – 1 of 1) sorted by relevance
27 private int mMaximumHeight = 0; field in CustomHeightScrollView52 setMeasuredDimension(getMeasuredWidth(), mMaximumHeight); in onMeasure() local