Home
last modified time | relevance | path

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

/frameworks/support/print/src/main/java/androidx/print/
DPrintHelper.java289 public void onLayout(PrintAttributes oldPrintAttributes, in onLayout() argument
301 boolean changed = !newPrintAttributes.equals(oldPrintAttributes); in onLayout()
391 public void onLayout(final PrintAttributes oldPrintAttributes, in onLayout() argument
411 boolean changed = !newPrintAttributes.equals(oldPrintAttributes); in onLayout()
473 boolean changed = !newPrintAttributes.equals(oldPrintAttributes); in onLayout()