HomeSort by relevance Sort by last modified time
    Searched refs:oldAttributes (Results 1 - 15 of 15) 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 82 public void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes,
PrintManager.java 845 public void layout(PrintAttributes oldAttributes, PrintAttributes newAttributes,
868 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/hostsidetests/devicepolicy/app/PrintingApp/src/com/android/cts/devicepolicy/printingapp/
PrintActivity.java 65 public void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes,
  /packages/apps/Settings/tests/unit/src/com/android/settings/print/
PrintJobSettingsActivityTest.java 100 public void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes,
  /cts/tests/tests/print/printTestUtilLib/src/android/print/test/
BasePrintTest.java 810 PrintAttributes oldAttributes, PrintAttributes newAttributes,
812 inOrder.verify(mock).onLayout(eq(oldAttributes), eq(newAttributes),
859 PrintAttributes oldAttributes = (PrintAttributes) invocation.getArguments()[0];
    [all...]
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
RemotePrintDocument.java 233 PrintAttributes oldAttributes = mDocumentInfo.attributes != null
236 mDocumentInfo, oldAttributes, attributes, preview, mCommandResultCallback);
728 RemotePrintDocumentInfo document, PrintAttributes oldAttributes,
733 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 203 public void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes,
  /frameworks/base/core/tests/coretests/src/android/print/
IPrintManagerParametersTest.java 98 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 269 milliseconds