Home | History | Annotate | Download | only in ui

Lines Matching refs:print

28 import android.print.PrintAttributes;
29 import android.print.PrintDocumentAdapter;
30 import android.print.PrintManager;
31 import android.support.v4.print.PrintHelper;
114 print();
130 private void print() {
131 // pick a name for the print job we will create
135 // ask the webview for a print adapter
138 // ask the print manager to print the contents of the webview using the job name
141 pm.print(jobName, pda, new PrintAttributes.Builder().build());