Searched defs:actualWidth (Results 1 - 1 of 1) sorted by relevance

/frameworks/volley/src/main/java/com/android/volley/toolbox/
H A DImageRequest.java181 int actualWidth = decodeOptions.outWidth;
186 actualWidth, actualHeight, mScaleType);
188 actualHeight, actualWidth, mScaleType);
195 findBestSampleSize(actualWidth, actualHeight, desiredWidth, desiredHeight);
226 * @param actualWidth Actual width of the bitmap
233 int actualWidth, int actualHeight, int desiredWidth, int desiredHeight) {
234 double wr = (double) actualWidth / desiredWidth;
232 findBestSampleSize( int actualWidth, int actualHeight, int desiredWidth, int desiredHeight) argument

Completed in 206 milliseconds