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