Home | History | Annotate | Download | only in multiwaveview

Lines Matching refs:minimumHeight

337         final int minimumHeight = getSuggestedMinimumHeight();
339 int computedHeight = resolveMeasured(heightMeasureSpec, minimumHeight);
340 computeInsets((computedWidth - minimumWidth), (computedHeight - minimumHeight));