Searched refs:doesCurrentModeNotSupportDvBecauseLimitedTo4k30 (Results 1 – 4 of 4) sorted by relevance
23 …id.tv.settings.device.displaysound.DisplaySoundUtils.doesCurrentModeNotSupportDvBecauseLimitedTo4k…275 boolean doesCurrentModeNotSupportDvBecauseLimitedTo4k30 = in showWarningDialogOnResolutionChange()277 && doesCurrentModeNotSupportDvBecauseLimitedTo4k30(display); in showWarningDialogOnResolutionChange()279 doesCurrentModeNotSupportDvBecauseLimitedTo4k30); in showWarningDialogOnResolutionChange()281 doesCurrentModeNotSupportDvBecauseLimitedTo4k30); in showWarningDialogOnResolutionChange()
25 …id.tv.settings.device.displaysound.DisplaySoundUtils.doesCurrentModeNotSupportDvBecauseLimitedTo4k…118 && doesCurrentModeNotSupportDvBecauseLimitedTo4k30(display)) { in onPreferenceClicked()
25 …id.tv.settings.device.displaysound.DisplaySoundUtils.doesCurrentModeNotSupportDvBecauseLimitedTo4k…130 && doesCurrentModeNotSupportDvBecauseLimitedTo4k30(display)) { in onPreferenceTreeClick()
100 public static boolean doesCurrentModeNotSupportDvBecauseLimitedTo4k30(Display display) { in doesCurrentModeNotSupportDvBecauseLimitedTo4k30() method in DisplaySoundUtils