Home
last modified time | relevance | path

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

/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
DRemotePrintDocument.java796 if (changed || !equalsIgnoreSize(mDocument.info, info)) { in handleOnLayoutFinished()
855 private boolean equalsIgnoreSize(PrintDocumentInfo lhs, PrintDocumentInfo rhs) { in equalsIgnoreSize() method in RemotePrintDocument.LayoutCommand