Home | History | Annotate | Download | only in multiwaveview

Lines Matching full:desiredwidth

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