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

1 2 3

  /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 82 public void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes,
PrintManager.java 845 public void layout(PrintAttributes oldAttributes, PrintAttributes newAttributes,
869 args.arg3 = newAttributes;
    [all...]
  /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...]
  /external/proguard/src/proguard/classfile/editor/
AttributesEditor.java 229 Attribute[] newAttributes = new Attribute[attributesCount + 1];
231 newAttributes, 0,
233 attributes = newAttributes;
  /cts/hostsidetests/devicepolicy/app/PrintingApp/src/com/android/cts/devicepolicy/printingapp/
PrintActivity.java 65 public void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes,
  /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",
  /frameworks/base/packages/PrintSpooler/tests/outofprocess/src/com/android/printspooler/outofprocess/tests/
WorkflowTest.java 203 public void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes,
207 !newAttributes.equals(printAttributesRef[0]));
210 printAttributesRef[0] = newAttributes;
  /cts/tests/tests/print/src/android/print/cts/
CustomPrintOptionsTest.java 312 PrintAttributes newAttributes = newAttributesBuilder.build();
313 Log.i(LOG_TAG, "Change to attributes: " + newAttributes + ", copies: " + numCopies +
341 !mLayoutAttributes.equals(newAttributes)) {
346 "Print attributes did not change to " + newAttributes + " in " +
  /packages/experimental/PrintApp/src/foo/bar/print/
Main.java 114 final PrintAttributes newAttributes,
124 mPrintAttributes = newAttributes;
  /packages/apps/Settings/tests/unit/src/com/android/settings/print/
PrintJobSettingsActivityTest.java 100 public void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes,
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
PrintActivity.java 870 PrintAttributes newAttributes = printJobInfo.getAttributes();
872 if (newAttributes != null) {
875 MediaSize newMediaSize = newAttributes.getMediaSize();
878 MediaSize newMediaSizePortrait = newAttributes.getMediaSize().asPortrait();
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
C.stg     [all...]
  /cts/tests/tests/print/printTestUtilLib/src/android/print/test/
BasePrintTest.java 810 PrintAttributes oldAttributes, PrintAttributes newAttributes,
812 inOrder.verify(mock).onLayout(eq(oldAttributes), eq(newAttributes),
    [all...]
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
RemotePrintDocument.java 729 PrintAttributes newAttributes, boolean preview, CommandDoneCallback callback) {
734 mNewAttributes.copyFrom(newAttributes);
    [all...]
  /frameworks/base/core/tests/coretests/src/android/print/
IPrintManagerParametersTest.java 98 public void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes,
  /cts/tests/tests/webkit/src/android/webkit/cts/
WebViewTest.java     [all...]
  /prebuilts/tools/common/bazel/formc-deps/
jdom.jar 

Completed in 450 milliseconds

1 2 3