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

/frameworks/base/core/java/android/print/
H A DPrintDocumentAdapter.java109 public abstract class PrintDocumentAdapter { class
255 * PrintDocumentAdapter#onWrite(PageRange[], ParcelFileDescriptor, CancellationSignal,
297 * PrintDocumentAdapter#onLayout(PrintAttributes, PrintAttributes,
H A DPrintManager.java31 import android.print.PrintDocumentAdapter.LayoutResultCallback;
32 import android.print.PrintDocumentAdapter.WriteResultCallback;
65 * by the {@link PrintDocumentAdapter} class. At a higher level the contract is that
75 * Print jobs are started by calling the {@link #print(String, PrintDocumentAdapter,
336 * Creates a print job for printing a {@link PrintDocumentAdapter} with
349 * Also the passed in {@link PrintDocumentAdapter} will be considered invalid if
373 public PrintJob print(String printJobName, PrintDocumentAdapter documentAdapter,
460 private PrintDocumentAdapter mDocumentAdapter; // Strong reference OK - cleared in finish
479 PrintDocumentAdapter documentAdapter) {
762 final PrintDocumentAdapter adapte
[all...]
H A DPrintFileDocumentAdapter.java47 public class PrintFileDocumentAdapter extends PrintDocumentAdapter {
/frameworks/support/v4/kitkat/android/support/v4/print/
H A DPrintHelperKitkat.java32 import android.print.PrintDocumentAdapter;
179 new PrintDocumentAdapter() {
289 PrintDocumentAdapter printDocumentAdapter = new PrintDocumentAdapter() {
/frameworks/base/core/java/android/webkit/
H A DWebViewProvider.java29 import android.print.PrintDocumentAdapter;
150 public PrintDocumentAdapter createPrintDocumentAdapter();
H A DWebView.java35 import android.print.PrintDocumentAdapter;
1087 * Creates a PrintDocumentAdapter that provides the content of this Webview for printing.
1094 * temporarily hide a visible WebView by using a custom PrintDocumentAdapter instance
1096 * {@link android.print.PrintDocumentAdapter} for more information.
1098 public PrintDocumentAdapter createPrintDocumentAdapter() {
/frameworks/webview/chromium/java/com/android/webview/chromium/
H A DWebViewChromium.java31 import android.print.PrintDocumentAdapter;
839 public PrintDocumentAdapter createPrintDocumentAdapter() {
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/
H A DPrintJobConfigActivity.java53 import android.print.PrintDocumentAdapter;
208 throw new IllegalArgumentException("PrintDocumentAdapter cannot be null");
426 mMetadata.putBoolean(PrintDocumentAdapter.EXTRA_PRINT_PREVIEW,

Completed in 208 milliseconds