Searched refs:mDocument (Results 1 – 2 of 2) sorted by relevance
532 protected final RemotePrintDocumentInfo mDocument; field in RemotePrintDocument.AsyncCommand545 mDocument = document; in AsyncCommand()661 mDocument.changed = false; in run()705 if (changed || !equalsIgnoreSize(mDocument.info, info)) { in handleOnLayoutFinished()708 mDocument.writtenPages = null; in handleOnLayoutFinished()709 mDocument.printedPages = null; in handleOnLayoutFinished()710 mDocument.changed = true; in handleOnLayoutFinished()714 mDocument.attributes = mNewAttributes; in handleOnLayoutFinished()715 mDocument.metadata = mMetadata; in handleOnLayoutFinished()716 mDocument.laidout = true; in handleOnLayoutFinished()[all …]
40 private final PrintDocument mDocument; field in PrintJob47 mDocument = new PrintDocument(mCachedInfo.getId(), client, in PrintJob()95 return mDocument; in getDocument()