Searched refs:oldAttributes (Results 1 – 3 of 3) sorted by relevance
/cts/hostsidetests/devicepolicy/app/PrintingApp/src/com/android/cts/devicepolicy/printingapp/ |
D | PrintActivity.java | 65 public void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes, in onStart()
|
/cts/tests/tests/print/printTestUtilLib/src/android/print/test/ |
D | BasePrintTest.java | 818 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/ |
D | WebViewTest.java | 2693 final PrintAttributes oldAttributes, final PrintAttributes newAttributes, in printDocumentLayout() argument 2696 adapter.onLayout(oldAttributes, newAttributes, new CancellationSignal(), in printDocumentLayout()
|