Home | History | Annotate | Download | only in multiwaveview

Lines Matching refs:desiredWidth

1055     private float computeScaleFactor(int desiredWidth, int desiredHeight,
1077 if (desiredWidth > actualWidth) {
1079 (desiredWidth - mMaxTargetWidth);