Searched refs:mOutputFormats (Results 1 – 1 of 1) sorted by relevance
28 private final int[] mOutputFormats; field in ImageReaderArgs38 mOutputFormats = outputFormats; in ImageReaderArgs()60 return mOutputFormats; in getOutputFormats()88 Arrays.equals(mOutputFormats, other.mOutputFormats) && in equals()100 return Objects.hash(Arrays.hashCode(mOutputSizes), Arrays.hashCode(mOutputFormats), in hashCode()110 "outputFormats: %s, ", Arrays.toString(mOutputFormats))); in toString()