HomeSort by relevance Sort by last modified time
    Searched refs:oldAttributes (Results 1 - 13 of 13) sorted by null

  /frameworks/base/core/java/android/print/
PrintDocumentAdapter.java 176 * @param oldAttributes The old print attributes.
186 public abstract void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes,
IPrintDocumentAdapter.aidl 35 void layout(in PrintAttributes oldAttributes, in PrintAttributes newAttributes,
PrintFileDocumentAdapter.java 80 public void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes,
PrintManager.java 842 public void layout(PrintAttributes oldAttributes, PrintAttributes newAttributes,
865 args.arg2 = oldAttributes;
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/app/
PrintHtmlOffScreen.java 106 public void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes,
109 mWrappedInstance.onLayout(oldAttributes, newAttributes, cancellationSignal,
PrintCustomContent.java 120 public void onLayout(final PrintAttributes oldAttributes,
  /cts/tests/tests/print/src/android/print/cts/
BasePrintTest.java 753 PrintAttributes oldAttributes, PrintAttributes newAttributes,
755 inOrder.verify(mock).onLayout(eq(oldAttributes), eq(newAttributes),
802 PrintAttributes oldAttributes = (PrintAttributes) invocation.getArguments()[0];
810 !oldAttributes.equals(printAttributes[0]));
812 oldAttributes = printAttributes[0];
    [all...]
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
RemotePrintDocument.java 228 PrintAttributes oldAttributes = mDocumentInfo.attributes != null
231 mDocumentInfo, oldAttributes, attributes, preview, mCommandResultCallback);
738 RemotePrintDocumentInfo document, PrintAttributes oldAttributes,
743 mOldAttributes.copyFrom(oldAttributes);
    [all...]
  /packages/experimental/PrintApp/src/foo/bar/print/
Main.java 113 public void onLayout(final PrintAttributes oldAttributes,
  /frameworks/base/packages/PrintSpooler/tests/outofprocess/src/com/android/printspooler/outofprocess/tests/
WorkflowTest.java 276 public void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes,
  /frameworks/base/core/tests/coretests/src/android/print/
IPrintManagerParametersTest.java 97 public void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes,
  /cts/tests/tests/webkit/src/android/webkit/cts/
WebViewTest.java     [all...]
  /external/libxml2/
valid.c     [all...]

Completed in 1849 milliseconds