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

/frameworks/support/v4/java/android/support/v4/print/
H A DPrintHelper.java94 public void printBitmap(String jobName, Uri imageFile) argument
136 public void printBitmap(String jobName, Uri imageFile) { argument
186 public void printBitmap(String jobName, Uri imageFile) throws FileNotFoundException { argument
187 mPrintHelper.printBitmap(jobName, imageFile);
287 * @param imageFile The <code>Uri</code> pointing to an image to print.
290 public void printBitmap(String jobName, Uri imageFile) throws FileNotFoundException { argument
291 mImpl.printBitmap(jobName, imageFile);
/frameworks/support/v4/kitkat/android/support/v4/print/
H A DPrintHelperKitkat.java282 * @param imageFile The <code>Uri</code> pointing to an image to print.
285 public void printBitmap(final String jobName, final Uri imageFile) argument
334 return loadConstrainedBitmap(imageFile, MAX_PRINT_SIZE);

Completed in 31 milliseconds