Home
last modified time | relevance | path

Searched defs:userDisabledHdrTypes (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/apps/TvSettings/Settings/tests/robotests/src/com/android/tv/settings/device/displaysound/
H A DHdrFormatSelectionFragmentTest.java96 int[] userDisabledHdrTypes = { HDR_TYPE_DOLBY_VISION }; in testOnPreferenceTreeClick_withFormatDisabled_disablesHdrTypeInDisplayManager() local
293 int[] deviceHdrTypes, int[] displayReportedHdrTypes, int[] userDisabledHdrTypes) { in createHdrFormatSelectionFragmentWithDisplayManagerReturning()
/aosp12/frameworks/base/services/core/java/com/android/server/display/
H A DLogicalDisplay.java723 public void setUserDisabledHdrTypes(@NonNull int[] userDisabledHdrTypes) { in setUserDisabledHdrTypes()
/aosp12/frameworks/base/core/java/android/view/
H A DDisplayInfo.java202 public int[] userDisabledHdrTypes = {}; field in DisplayInfo
/aosp12/frameworks/base/core/java/android/hardware/display/
H A DDisplayManagerGlobal.java527 public void setUserDisabledHdrTypes(@HdrType int[] userDisabledHdrTypes) { in setUserDisabledHdrTypes()