Searched refs:LayoutCommand (Results 1 – 1 of 1) sorted by relevance
86 if (mCurrentCommand instanceof LayoutCommand) {217 AsyncCommand command = new LayoutCommand(mLooper, mPrintDocumentAdapter, in update()223 } else if ((!(mCurrentCommand instanceof LayoutCommand) in update()633 private static final class LayoutCommand extends AsyncCommand { class in RemotePrintDocument642 public LayoutCommand(Looper looper, IPrintDocumentAdapter adapter, in LayoutCommand() method in RemotePrintDocument.LayoutCommand