HomeSort by relevance Sort by last modified time
    Searched refs:mLayoutAttributes (Results 1 - 4 of 4) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/descriptors/
ViewElementDescriptor.java 66 private AttributeDescriptor[] mLayoutAttributes;
100 mLayoutAttributes = layoutAttributes != null ? layoutAttributes : new AttributeDescriptor[0];
116 mLayoutAttributes = null;
134 return mLayoutAttributes;
144 mLayoutAttributes = attributes;
  /cts/tests/tests/print/src/android/print/cts/
PrintAttributesTest.java 85 private PrintAttributes mLayoutAttributes;
228 mLayoutAttributes = (PrintAttributes) invocation.getArguments()[1];
244 writeBlankPages(mLayoutAttributes, fd, pages[0].getStart(),
390 assertEquals("Min margins not as expected", minMargins, mLayoutAttributes.getMinMargins());
395 mLayoutAttributes.getMediaSize());
398 mLayoutAttributes.getMediaSize());
403 mLayoutAttributes.getColorMode());
406 mLayoutAttributes.getColorMode());
411 mLayoutAttributes.getDuplexMode());
414 mLayoutAttributes.getDuplexMode())
    [all...]
PrinterCapabilitiesChangeTest.java 71 private final PrintAttributes[] mLayoutAttributes = new PrintAttributes[1];
210 mLayoutAttributes[0] = (PrintAttributes) invocation.getArguments()[1];
223 writeBlankPages(mLayoutAttributes[0], fd, pages[0].getStart(),
228 mWriteAttributes[0] = mLayoutAttributes[0];
259 waitForMediaSizeChange(mLayoutAttributes, mMsBefore);
267 waitForMediaSizeChange(mLayoutAttributes, mMsAfter);
275 waitForMediaSizeChange(mLayoutAttributes, MediaSize.NA_LETTER);
CustomPrintOptionsTest.java 90 private PrintAttributes mLayoutAttributes;
168 mLayoutAttributes = (PrintAttributes) invocation.getArguments()[1];
183 writeBlankPages(mLayoutAttributes, fd, writtenPages[0].getStart(),
340 while (mLayoutAttributes == null ||
341 !mLayoutAttributes.equals(newAttributes)) {
348 + mLayoutAttributes);

Completed in 99 milliseconds