Home
last modified time | relevance | path

Searched refs:LayoutCommand (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
DRemotePrintDocument.java89 if (mCurrentCommand instanceof LayoutCommand) {
241 AsyncCommand command = new LayoutCommand(mLooper, mPrintDocumentAdapter, in update()
248 } else if ((!(mCurrentCommand instanceof LayoutCommand) in update()
724 private static final class LayoutCommand extends AsyncCommand { class in RemotePrintDocument
733 public LayoutCommand(Looper looper, IPrintDocumentAdapter adapter, in LayoutCommand() method in RemotePrintDocument.LayoutCommand