Home
last modified time | relevance | path

Searched defs:newAttributes (Results 1 – 10 of 10) sorted by relevance

/aosp12/frameworks/base/core/tests/coretests/src/android/print/
H A DIPrintManagerParametersTest.java104 public void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes, in createMockAdapter()
/aosp12/frameworks/base/core/java/android/print/
H A DIPrintDocumentAdapter.aidl35 void layout(in PrintAttributes oldAttributes, in PrintAttributes newAttributes, in layout()
H A DPrintDocumentAdapter.java187 public abstract void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes, in onLayout()
H A DPrintFileDocumentAdapter.java82 public void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes, in onLayout()
H A DPrintManager.java847 public void layout(PrintAttributes oldAttributes, PrintAttributes newAttributes, in layout()
1042 PrintAttributes newAttributes = (PrintAttributes) args.arg3; in handleMessage() local
/aosp12/packages/services/BuiltInPrintService/src/com/android/bips/
H A DPdfPrintActivity.java90 public void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes, in onLayout()
H A DImagePrintActivity.java223 public void onLayout(PrintAttributes oldAttributes, PrintAttributes 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
/aosp12/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DRemotePrintDocument.java741 PrintAttributes newAttributes, boolean preview, CommandDoneCallback callback) { in LayoutCommand()
/aosp12/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DPrintActivity.java869 PrintAttributes newAttributes = printJobInfo.getAttributes(); in onAdvancedPrintOptionsActivityResult() local