/aosp12/packages/services/BuiltInPrintService/src/com/android/bips/ |
H A D | ImagePrintActivity.java | 223 public void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes, in onLayout() argument 226 if (DEBUG) Log.d(TAG, "onLayout() attrs=" + newAttributes); in onLayout() 231 mOnBitmapLoaded = () -> onLayout(oldAttributes, newAttributes, cancellationSignal, in onLayout() 237 mAttributes = newAttributes; in onLayout() 253 callback.onLayoutFinished(info, !newAttributes.equals(oldAttributes) || oldDpi != mDpi); in onLayout()
|
H A D | PdfPrintActivity.java | 90 public void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes, in onLayout() argument 93 if (DEBUG) Log.d(TAG, "onLayout() attrs=" + newAttributes); in onLayout()
|
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
H A D | KeyboardRow.java | 119 final RowAttributes newAttributes = new RowAttributes( in pushRowAttributes() local 121 mRowAttributesStack.push(newAttributes); in pushRowAttributes()
|
/aosp12/frameworks/base/packages/PrintSpooler/tests/outofprocess/src/com/android/printspooler/outofprocess/tests/ |
H A D | WorkflowTest.java | 209 public void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes, in print() 213 !newAttributes.equals(printAttributesRef[0])); in print() 216 printAttributesRef[0] = newAttributes; in print()
|
/aosp12/frameworks/base/core/java/android/print/ |
H A D | IPrintDocumentAdapter.aidl | 35 void layout(in PrintAttributes oldAttributes, in PrintAttributes newAttributes, in layout() argument
|
H A D | PrintDocumentAdapter.java | 187 public abstract void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes, in onLayout() argument
|
H A D | PrintManager.java | 847 public void layout(PrintAttributes oldAttributes, PrintAttributes newAttributes, in layout() argument 871 args.arg3 = newAttributes; in layout() 1042 PrintAttributes newAttributes = (PrintAttributes) args.arg3; in handleMessage() local 1052 builder.append("\n newAttributes:").append(newAttributes); in handleMessage() 1059 adapter.onLayout(oldAttributes, newAttributes, cancellation, in handleMessage()
|
H A D | PrintFileDocumentAdapter.java | 82 public void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes, in onLayout() argument
|
/aosp12/packages/apps/Settings/tests/legacy_unit/src/com/android/settings/print/ |
H A D | PrintJobSettingsActivityTest.java | 101 public void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes, in viewPrintJobSettings()
|
/aosp12/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/ |
H A D | PrintActivity.java | 869 PrintAttributes newAttributes = printJobInfo.getAttributes(); in onAdvancedPrintOptionsActivityResult() local 871 if (newAttributes != null) { in onAdvancedPrintOptionsActivityResult() 874 MediaSize newMediaSize = newAttributes.getMediaSize(); in onAdvancedPrintOptionsActivityResult() 877 MediaSize newMediaSizePortrait = newAttributes.getMediaSize().asPortrait(); in onAdvancedPrintOptionsActivityResult() 900 Resolution newResolution = newAttributes.getResolution(); in onAdvancedPrintOptionsActivityResult() 918 final int newColorMode = newAttributes.getColorMode(); in onAdvancedPrintOptionsActivityResult() 933 final int newDuplexMode = newAttributes.getDuplexMode(); in onAdvancedPrintOptionsActivityResult()
|
/aosp12/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/ |
H A D | RemotePrintDocument.java | 741 PrintAttributes newAttributes, boolean preview, CommandDoneCallback callback) { in LayoutCommand() argument 746 mNewAttributes.copyFrom(newAttributes); in LayoutCommand()
|
/aosp12/frameworks/base/core/tests/coretests/src/android/print/ |
H A D | IPrintManagerParametersTest.java | 104 public void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes, in createMockAdapter() argument
|