Home
last modified time | relevance | path

Searched refs:mAttributesToApply (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DPrintActivity.java3120 private final PrintAttributes mAttributesToApply; field in PrintActivity.DocumentTransformer
3134 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()