Searched refs:oldAttributes (Results 1 – 3 of 3) sorted by relevance
/packages/services/BuiltInPrintService/src/com/android/bips/ |
D | ImagePrintActivity.java | 223 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()
|
D | PdfPrintActivity.java | 90 public void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes, in onLayout() argument
|
/packages/apps/Settings/tests/unit/src/com/android/settings/print/ |
D | PrintJobSettingsActivityTest.java | 101 public void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes, in viewPrintJobSettings()
|