Searched defs:copyAttributes (Results 1 - 3 of 3) sorted by relevance

/frameworks/support/core-utils/api23/android/support/v4/print/
H A DPrintHelperApi23.java27 protected PrintAttributes.Builder copyAttributes(PrintAttributes other) { method in class:PrintHelperApi23
28 PrintAttributes.Builder b = super.copyAttributes(other);
/frameworks/support/core-utils/kitkat/android/support/v4/print/
H A DPrintHelperKitkat.java206 protected PrintAttributes.Builder copyAttributes(PrintAttributes other) { method in class:PrintHelperKitkat
332 pdfAttributes = copyAttributes(attributes)
/frameworks/base/tools/aapt2/xml/
H A DXmlDom.cpp203 static void copyAttributes(Element* el, android::ResXMLParser* parser) { function in namespace:aapt::xml
277 copyAttributes(node.get(), &tree);

Completed in 3521 milliseconds