HomeSort by relevance Sort by last modified time
    Searched refs:oldAttributes (Results 1 - 18 of 18) 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 559 public void layout(PrintAttributes oldAttributes, PrintAttributes newAttributes,
582 args.arg2 = oldAttributes;
753 PrintAttributes oldAttributes = (PrintAttributes) args.arg2;
763 builder.append("\n oldAttributes:").append(oldAttributes);
771 adapter.onLayout(oldAttributes, newAttributes, cancellation,
    [all...]
  /external/chromium_org/printing/android/java/src/org/chromium/printing/
PrintDocumentAdapterWrapper.java 30 PrintAttributes oldAttributes,
119 PrintAttributes oldAttributes,
124 mPdfGenerator.onLayout(oldAttributes, newAttributes, cancellationSignal,
PrintingControllerImpl.java 200 PrintAttributes oldAttributes,
210 mNeedNewPdf = !newAttributes.equals(oldAttributes);
  /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,
  /external/chromium_org/android_webview/java/src/org/chromium/android_webview/
AwPrintDocumentAdapter.java 51 public void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes,
  /external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/printing/
PrintingControllerTest.java 206 final PrintAttributes oldAttributes,
214 oldAttributes,
  /cts/tests/tests/print/src/android/print/cts/
BasePrintTest.java 315 PrintAttributes oldAttributes, PrintAttributes newAttributes,
317 inOrder.verify(mock).onLayout(eq(oldAttributes), eq(newAttributes),
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
RemotePrintDocument.java 215 PrintAttributes oldAttributes = mDocumentInfo.attributes != null
218 mDocumentInfo, oldAttributes, attributes, preview, mCommandResultCallback);
643 RemotePrintDocumentInfo document, PrintAttributes oldAttributes,
648 mOldAttributes.copyFrom(oldAttributes);
    [all...]
  /packages/experimental/PrintApp/src/foo/bar/print/
PrintActivity.java 86 public void onLayout(final PrintAttributes oldAttributes,
  /cts/tests/tests/webkit/src/android/webkit/cts/
WebViewTest.java     [all...]
  /external/chromium_org/third_party/libxml/src/
valid.c     [all...]
  /external/libxml2/
valid.c     [all...]
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 

Completed in 621 milliseconds