Home | History | Annotate | Download | only in multiwaveview

Lines Matching full:computedheight

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