HomeSort by relevance Sort by last modified time
    Searched refs:newAttributes (Results 1 - 25 of 34) sorted by null

1 2

  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
namednodemapremovenameditemns09.java 74 NamedNodeMap newAttributes;
83 newAttributes = element.getAttributes();
84 attribute = (Attr) newAttributes.getNamedItemNS("http://www.nist.gov", "domestic");
  /external/javassist/src/main/javassist/bytecode/
FieldInfo.java 88 ArrayList newAttributes = new ArrayList();
93 newAttributes.add(invisibleAnnotations);
100 newAttributes.add(visibleAnnotations);
107 newAttributes.add(signature);
113 newAttributes.add(new ConstantAttribute(cp, index));
116 attribute = newAttributes;
MethodInfo.java 137 ArrayList newAttributes = new ArrayList();
143 newAttributes.add(invisibleAnnotations);
150 newAttributes.add(visibleAnnotations);
157 newAttributes.add(parameterInvisibleAnnotations);
164 newAttributes.add(parameterVisibleAnnotations);
170 newAttributes.add(defaultAttribute);
174 newAttributes.add(ea);
180 newAttributes.add(signature);
183 attribute = newAttributes;
ClassFile.java 211 ArrayList newAttributes = new ArrayList();
216 newAttributes.add(invisibleAnnotations);
223 newAttributes.add(visibleAnnotations);
230 newAttributes.add(signature);
247 attributes = newAttributes;
  /frameworks/base/core/java/android/print/
PrintDocumentAdapter.java 177 * @param newAttributes The new print attributes.
186 public abstract void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes,
IPrintDocumentAdapter.aidl 35 void layout(in PrintAttributes oldAttributes, in PrintAttributes newAttributes,
PrintFileDocumentAdapter.java 80 public void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes,
PrintManager.java 559 public void layout(PrintAttributes oldAttributes, PrintAttributes newAttributes,
583 args.arg3 = newAttributes;
742 PrintAttributes newAttributes = (PrintAttributes) args.arg3;
752 builder.append("\n newAttributes:").append(newAttributes);
759 adapter.onLayout(oldAttributes, newAttributes, cancellation,
    [all...]
  /external/chromium_org/android_webview/java/src/org/chromium/android_webview/
AwPrintDocumentAdapter.java 51 public void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes,
54 mAttributes = newAttributes;
  /external/chromium_org/printing/android/java/src/org/chromium/printing/
PrintDocumentAdapterWrapper.java 31 PrintAttributes newAttributes,
120 PrintAttributes newAttributes,
124 mPdfGenerator.onLayout(oldAttributes, newAttributes, cancellationSignal,
PrintingControllerImpl.java 201 PrintAttributes newAttributes,
207 mDpi = newAttributes.getResolution().getHorizontalDpi();
208 mMediaSize = newAttributes.getMediaSize();
210 mNeedNewPdf = !newAttributes.equals(oldAttributes);
  /external/proguard/src/proguard/classfile/editor/
AttributesEditor.java 208 Attribute[] newAttributes = new Attribute[attributesCount + 1];
210 newAttributes, 0,
212 attributes = newAttributes;
  /development/samples/ApiDemos/src/com/example/android/apis/app/
PrintHtmlOffScreen.java 106 public void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes,
109 mWrappedInstance.onLayout(oldAttributes, newAttributes, cancellationSignal,
PrintCustomContent.java 121 final PrintAttributes newAttributes,
136 final int density = Math.max(newAttributes.getResolution().getHorizontalDpi(),
137 newAttributes.getResolution().getVerticalDpi());
150 final int marginLeft = (int) (density * (float) newAttributes.getMinMargins()
152 final int marginRight = (int) (density * (float) newAttributes.getMinMargins()
154 final int contentWidth = (int) (density * (float) newAttributes.getMediaSize()
164 final int marginTop = (int) (density * (float) newAttributes.getMinMargins()
166 final int marginBottom = (int) (density * (float) newAttributes.getMinMargins()
168 final int contentHeight = (int) (density * (float) newAttributes.getMediaSize()
216 mPrintAttributes = newAttributes;
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyboardRow.java 119 final RowAttributes newAttributes = new RowAttributes(
121 mRowAttributesStack.push(newAttributes);
  /libcore/luni/src/test/java/tests/org/w3c/dom/
NamedNodeMapRemoveNamedItemNS.java 277 NamedNodeMap newAttributes;
288 newAttributes = element.getAttributes();
289 attribute = (Attr) newAttributes.getNamedItemNS("http://www.nist.gov",
  /external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/printing/
PrintingControllerTest.java 203 final PrintAttributes newAttributes,
211 newAttributes,
  /packages/experimental/PrintApp/src/foo/bar/print/
PrintActivity.java 87 final PrintAttributes newAttributes,
102 mPrintAttributes = newAttributes;
  /cts/tests/tests/print/src/android/print/cts/
BasePrintTest.java 314 PrintAttributes oldAttributes, PrintAttributes newAttributes,
316 inOrder.verify(mock).onLayout(eq(oldAttributes), eq(newAttributes),
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
C.stg     [all...]
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
RemotePrintDocument.java 632 PrintAttributes newAttributes, boolean preview, CommandDoneCallback callback) {
637 mNewAttributes.copyFrom(newAttributes);
    [all...]
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
PrintActivity.java 689 PrintAttributes newAttributes = printJobInfo.getAttributes();
693 MediaSize newMediaSize = newAttributes.getMediaSize();
696 MediaSize newMediaSizePortrait = newAttributes.getMediaSize().asPortrait();
719 final int newColorMode = newAttributes.getColorMode();
    [all...]
  /cts/tests/tests/webkit/src/android/webkit/cts/
WebViewTest.java     [all...]
  /prebuilts/tools/common/m2/repository/jdom/jdom/1.0/
jdom-1.0.jar 
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 

Completed in 1286 milliseconds

1 2