Searched refs:getSupportedHdrTypes (Results 1 – 6 of 6) sorted by relevance
104 mSupportedHdrTypes.addAll(b.getSupportedHdrTypes()); in ApplicationMediaCapabilities()268 public List<String> getSupportedHdrTypes() { in getSupportedHdrTypes() method in ApplicationMediaCapabilities578 private List<String> getSupportedHdrTypes() { in getSupportedHdrTypes() method in ApplicationMediaCapabilities.Builder
158 pref.getExtras().putIntArray(HDR_TYPES_ARRAY, mAutoMode.getSupportedHdrTypes()); in createPreferences()185 pref.getExtras().putIntArray(HDR_TYPES_ARRAY, mode.getSupportedHdrTypes()); in createResolutionPreference()
92 return Arrays.stream(mode.getSupportedHdrTypes()).anyMatch( in isHdrFormatSupported()
85 mode.getSupportedHdrTypes()).forEach(displaySupportedHdrTypes::add)); in getIntersectingDeviceAndDisplayHdrTypes()
255 .map(Display.Mode::getSupportedHdrTypes) in getDisplaySupportedHdrTypes()
7 method @NonNull public java.util.List<java.lang.String> getSupportedHdrTypes();