Home | History | Annotate | Download | only in ui

Lines Matching refs:colorMode

1005         final int colorMode = attributes.getColorMode();
1006 if ((capabilities.getColorModes() & colorMode) == 0) {
1336 final int colorMode = 1 << colorBitOffset;
1337 remainingColorModes &= ~colorMode;
1338 if (colorMode != mColorModeSpinnerAdapter.getItem(adapterIndex).value) {
1356 final int colorMode = 1 << colorBitOffset;
1357 if (colorMode == oldColorMode) {
1361 remainingColorModes &= ~colorMode;
1362 mColorModeSpinnerAdapter.add(new SpinnerItem<>(colorMode,
1700 final int colorMode = attributes.getColorMode();
1701 if (colorMode != PrintAttributes.COLOR_MODE_COLOR
1702 && colorMode != PrintAttributes.COLOR_MODE_MONOCHROME) {