HomeSort by relevance Sort by last modified time
    Searched refs:documentInfo (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/android_webview/java/src/org/chromium/android_webview/
AwPrintDocumentAdapter.java 55 PrintDocumentInfo documentInfo = new PrintDocumentInfo
59 // generate PDF here, set the page range information to documentinfo
62 callback.onLayoutFinished(documentInfo, true);
  /frameworks/base/core/java/android/print/
PrintFileDocumentAdapter.java 64 * @param documentInfo The information about the printed file.
67 PrintDocumentInfo documentInfo) {
71 if (documentInfo == null) {
72 throw new IllegalArgumentException("documentInfo cannot be null!");
76 mDocumentInfo = documentInfo;
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
PrintSpoolerService.java 670 private static final String TAG_DOCUMENT_INFO = "documentInfo";
    [all...]
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
PrintActivity.java 523 RemotePrintDocumentInfo documentInfo = mPrintedDocument.getDocumentInfo();
524 if (!documentInfo.laidout) {
530 getAdjustedPageCount(documentInfo.info),
    [all...]

Completed in 52 milliseconds