Home | History | Annotate | Download | only in multiwaveview

Lines Matching full:computedheight

338         int computedHeight = resolveMeasured(heightMeasureSpec, minimumHeight);
339 computeInsets((computedWidth - minimumWidth), (computedHeight - minimumHeight));
340 setMeasuredDimension(computedWidth, computedHeight);