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