Home
last modified time | relevance | path

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

/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
DRemotePrintDocument.java725 private final PrintAttributes mOldAttributes = new PrintAttributes.Builder().build(); field in RemotePrintDocument.LayoutCommand
739 mOldAttributes.copyFrom(oldAttributes); in LayoutCommand()
753 mAdapter.layout(mOldAttributes, mNewAttributes, mRemoteResultCallback, in run()