Home
last modified time | relevance | path

Searched refs:oldAttributes (Results 1 – 3 of 3) sorted by relevance

/cts/hostsidetests/devicepolicy/app/PrintingApp/src/com/android/cts/devicepolicy/printingapp/
DPrintActivity.java65 public void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes, in onStart()
/cts/tests/tests/print/printTestUtilLib/src/android/print/test/
DBasePrintTest.java818 PrintAttributes oldAttributes, PrintAttributes newAttributes, in verifyLayoutCall() argument
820 inOrder.verify(mock).onLayout(eq(oldAttributes), eq(newAttributes), in verifyLayoutCall()
867 PrintAttributes oldAttributes = (PrintAttributes) invocation.getArguments()[0]; in createDefaultPrintDocumentAdapter()
875 !Objects.equals(oldAttributes, printAttributes[0])); in createDefaultPrintDocumentAdapter()
/cts/tests/tests/webkit/src/android/webkit/cts/
DWebViewTest.java2693 final PrintAttributes oldAttributes, final PrintAttributes newAttributes, in printDocumentLayout() argument
2696 adapter.onLayout(oldAttributes, newAttributes, new CancellationSignal(), in printDocumentLayout()