Home
last modified time | relevance | path

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

/aosp12/packages/services/BuiltInPrintService/src/com/android/bips/
H A DImagePrintActivity.java223 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 DPdfPrintActivity.java90 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 DKeyboardRow.java119 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 DWorkflowTest.java209 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 DIPrintDocumentAdapter.aidl35 void layout(in PrintAttributes oldAttributes, in PrintAttributes newAttributes, in layout() argument
H A DPrintDocumentAdapter.java187 public abstract void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes, in onLayout() argument
H A DPrintManager.java847 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 DPrintFileDocumentAdapter.java82 public void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes, in onLayout() argument
/aosp12/packages/apps/Settings/tests/legacy_unit/src/com/android/settings/print/
H A DPrintJobSettingsActivityTest.java101 public void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes, in viewPrintJobSettings()
/aosp12/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DPrintActivity.java869 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 DRemotePrintDocument.java741 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 DIPrintManagerParametersTest.java104 public void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes, in createMockAdapter() argument