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