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.java90 if (mCurrentCommand instanceof LayoutCommand) {
242 AsyncCommand command = new LayoutCommand(mLooper, mPrintDocumentAdapter, in update()
249 } else if ((!(mCurrentCommand instanceof LayoutCommand) in update()
730 private static final class LayoutCommand extends AsyncCommand { class in RemotePrintDocument
739 public LayoutCommand(Looper looper, IPrintDocumentAdapter adapter, in LayoutCommand() method in RemotePrintDocument.LayoutCommand