HomeSort by relevance Sort by last modified time
    Searched refs:mLayoutAttributes (Results 1 - 2 of 2) 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 80 private PrintAttributes mLayoutAttributes;
235 mLayoutAttributes = (PrintAttributes) invocation.getArguments()[1];
254 writeBlankPages(mLayoutAttributes, fd, pages[0].getStart(),
402 assertEquals("Min margins not as expected", minMargins, mLayoutAttributes.getMinMargins());
407 mLayoutAttributes.getMediaSize());
410 mLayoutAttributes.getMediaSize());
415 mLayoutAttributes.getColorMode());
418 mLayoutAttributes.getColorMode());
423 mLayoutAttributes.getDuplexMode());
426 mLayoutAttributes.getDuplexMode())
    [all...]

Completed in 50 milliseconds