Searched refs:mAttributesToApply (Results 1 – 1 of 1) sorted by relevance
3120 private final PrintAttributes mAttributesToApply; field in PrintActivity.DocumentTransformer3134 mAttributesToApply = attributes; in DocumentTransformer()3139 if (mPagesToShred.length <= 0 && mAttributesToApply == null) { in transform()3209 if (mAttributesToApply != null) { in doTransform()3210 editor.applyPrintAttributes(mAttributesToApply); in doTransform()