Home | History | Annotate | Download | only in print

Lines Matching refs:currentMode

219             final int currentMode = (1 << Integer.numberOfTrailingZeros(current));
220 current &= ~currentMode;
221 enforceSingle.accept(currentMode);
232 (currentMode) -> PrintAttributes.enforceValidColorMode(currentMode));
236 (currentMode) -> PrintAttributes.enforceValidDuplexMode(currentMode));
565 (currentMode) -> PrintAttributes.enforceValidColorMode(currentMode));
592 (currentMode) -> PrintAttributes.enforceValidDuplexMode(currentMode));