Searched refs:mMaximumHeight (Results 1 – 1 of 1) sorted by relevance
27 private int mMaximumHeight = 0; field in CustomHeightScrollView42 mMaximumHeight = height; in setMaximumHeight()48 if (mMaximumHeight > 0) { in onMeasure()51 if (measuredHeight > mMaximumHeight) { in onMeasure()52 setMeasuredDimension(getMeasuredWidth(), mMaximumHeight); in onMeasure() local