Home | History | Annotate | Download | only in multiwaveview

Lines Matching refs:desiredWidth

1042     private float computeScaleFactor(int desiredWidth, int desiredHeight,
1064 if (desiredWidth > actualWidth) {
1066 (desiredWidth - mMaxTargetWidth);