Searched refs:LayoutCommand (Results 1 – 1 of 1) sorted by relevance
90 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 RemotePrintDocument739 public LayoutCommand(Looper looper, IPrintDocumentAdapter adapter, in LayoutCommand() method in RemotePrintDocument.LayoutCommand