Searched refs:clampedMeasuredHeight (Results 1 – 1 of 1) sorted by relevance
579 final int clampedMeasuredHeight = Math.min(view.getMeasuredHeight(), maxSize.y); in updateHeight() local580 final int newContentHeight = mContentHeight + clampedMeasuredHeight; in updateHeight()