OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mLayoutAttributes
(Results
1 - 3
of
3
) sorted by null
/cts/tests/tests/print/src/android/print/cts/
PrintAttributesTest.java
87
private PrintAttributes
mLayoutAttributes
;
230
mLayoutAttributes
= (PrintAttributes) invocation.getArguments()[1];
246
writeBlankPages(
mLayoutAttributes
, fd, pages[0].getStart(),
392
assertEquals("Min margins not as expected", minMargins,
mLayoutAttributes
.getMinMargins());
397
mLayoutAttributes
.getMediaSize());
400
mLayoutAttributes
.getMediaSize());
405
mLayoutAttributes
.getColorMode());
408
mLayoutAttributes
.getColorMode());
413
mLayoutAttributes
.getDuplexMode());
416
mLayoutAttributes
.getDuplexMode())
[
all
...]
PrinterCapabilitiesChangeTest.java
71
private final PrintAttributes[]
mLayoutAttributes
= new PrintAttributes[1];
193
mLayoutAttributes
[0] = (PrintAttributes) invocation.getArguments()[1];
206
writeBlankPages(
mLayoutAttributes
[0], fd, pages[0].getStart(),
211
mWriteAttributes[0] =
mLayoutAttributes
[0];
242
waitForMediaSizeChange(
mLayoutAttributes
, mMsBefore);
250
waitForMediaSizeChange(
mLayoutAttributes
, mMsAfter);
258
waitForMediaSizeChange(
mLayoutAttributes
, MediaSize.NA_LETTER);
CustomPrintOptionsTest.java
92
private PrintAttributes
mLayoutAttributes
;
169
mLayoutAttributes
= (PrintAttributes) invocation.getArguments()[1];
184
writeBlankPages(
mLayoutAttributes
, fd, writtenPages[0].getStart(),
341
while (
mLayoutAttributes
== null ||
342
!
mLayoutAttributes
.equals(newAttributes)) {
349
+
mLayoutAttributes
);
Completed in 49 milliseconds