Searched defs:mOldAttributes (Results 1 - 1 of 1) sorted by path

/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DRemotePrintDocument.java634 private final PrintAttributes mOldAttributes = new PrintAttributes.Builder().build(); field in class:RemotePrintDocument.LayoutCommand
648 mOldAttributes.copyFrom(oldAttributes);
662 mAdapter.layout(mOldAttributes, mNewAttributes, mRemoteResultCallback,

Completed in 35 milliseconds