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

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

Completed in 414 milliseconds