Home
last modified time | relevance | path

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

/packages/services/BuiltInPrintService/src/com/android/bips/
DImagePrintActivity.java223 public void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes, in onLayout() argument
231 mOnBitmapLoaded = () -> onLayout(oldAttributes, newAttributes, cancellationSignal, in onLayout()
253 callback.onLayoutFinished(info, !newAttributes.equals(oldAttributes) || oldDpi != mDpi); in onLayout()
DPdfPrintActivity.java90 public void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes, in onLayout() argument
/packages/apps/Settings/tests/unit/src/com/android/settings/print/
DPrintJobSettingsActivityTest.java101 public void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes, in viewPrintJobSettings()