Searched refs:maxSideLength (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/v4/kitkat/android/support/v4/print/
H A DPrintHelperKitkat.java452 * @param maxSideLength the maximum length of a size
456 private Bitmap loadConstrainedBitmap(Uri uri, int maxSideLength) throws FileNotFoundException { argument
457 if (maxSideLength <= 0 || uri == null || mContext == null) {
477 while (imageSide > maxSideLength) {

Completed in 58 milliseconds