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