Searched refs:resolution (Results 1 – 5 of 5) sorted by relevance
246 final Integer colorMode, final Integer duplexMode, final Resolution resolution) in testCase() argument279 if (resolution != null) { in testCase()280 additionalAttributesBuilder.setResolution(resolution); in testCase()281 newAttributesBuilder.setResolution(resolution); in testCase()305 || resolution != null) { in testCase()
103 Resolution resolution) { in createAttributes() argument104 if (mediaSize == null && colorMode == 0 && duplexMode == 0 && resolution == null) { in createAttributes()122 if (resolution != null) { in createAttributes()123 builder.setResolution(resolution); in createAttributes()
69 private Resolution(String resolution) { in Resolution() argument71 Matcher matcher = pattern.matcher(resolution); in Resolution()
4 checker charts, and resolution charts. The individual tests will specify
185 SelectableResolution resolution = mSupportedResolutions.get(position); in onCreate()186 switchToCamera(resolution, false); in onCreate()482 private void switchToCamera(SelectableResolution resolution, boolean startPreview) { in switchToCamera() argument488 mSelectedResolution = resolution; in switchToCamera()