Searched refs:getSupportedPreviewFormats (Results 1 – 3 of 3) sorted by relevance
66 assertThat(parameters.getSupportedPreviewFormats(), notNullValue()); in testGetParameters()67 assertThat(parameters.getSupportedPreviewFormats().size(), not(equalTo(0))); in testGetParameters()
84 List<Integer> supportedFormats = parameters.getSupportedPreviewFormats(); in testGetSupportedPreviewFormats()
77 public List<Integer> getSupportedPreviewFormats() { in getSupportedPreviewFormats() method in ShadowCameraParameters