Searched refs:layoutAnswer (Results 1 – 1 of 1) sorted by relevance
414 protected PrintDocumentAdapter createMockPrintDocumentAdapter(Answer<Void> layoutAnswer, in createMockPrintDocumentAdapter() argument418 if (layoutAnswer != null) { in createMockPrintDocumentAdapter()419 doAnswer(layoutAnswer).when(adapter).onLayout(any(PrintAttributes.class), in createMockPrintDocumentAdapter()