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

/frameworks/support/v4/java/android/support/v4/print/
H A DPrintHelper.java107 public void printBitmap(String jobName, Uri imageFile, OnPrintFinishCallback callback) argument
149 public void printBitmap(String jobName, Uri imageFile, OnPrintFinishCallback callback) { argument
209 public void printBitmap(String jobName, Uri imageFile, argument
220 mPrintHelper.printBitmap(jobName, imageFile, delegateCallback);
332 * @param imageFile The <code>Uri</code> pointing to an image to print.
335 public void printBitmap(String jobName, Uri imageFile) throws FileNotFoundException { argument
336 mImpl.printBitmap(jobName, imageFile, null);
345 * @param imageFile The <code>Uri</code> pointing to an image to print.
349 public void printBitmap(String jobName, Uri imageFile, OnPrintFinishCallback callback) argument
351 mImpl.printBitmap(jobName, imageFile, callbac
[all...]
/frameworks/support/v4/kitkat/android/support/v4/print/
H A DPrintHelperKitkat.java308 * @param imageFile The <code>Uri</code> pointing to an image to print.
312 public void printBitmap(final String jobName, final Uri imageFile, argument
363 return loadConstrainedBitmap(imageFile, MAX_PRINT_SIZE);

Completed in 417 milliseconds