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

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

Completed in 76 milliseconds