Home
last modified time | relevance | path

Searched refs:captioningManager (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumeDialogControllerImpl.java444 CaptioningManager captioningManager = mCaptioningManager.get(); in onGetCaptionsComponentStateW() local
445 if (null != captioningManager) { in onGetCaptionsComponentStateW()
447 captioningManager.isSystemAudioCaptioningUiEnabled(), fromTooltip); in onGetCaptionsComponentStateW()
454 CaptioningManager captioningManager = mCaptioningManager.get(); in onGetCaptionsEnabledStateW() local
455 if (null != captioningManager) { in onGetCaptionsEnabledStateW()
457 captioningManager.isSystemAudioCaptioningEnabled(), checkForSwitchState); in onGetCaptionsEnabledStateW()
464 CaptioningManager captioningManager = mCaptioningManager.get(); in onSetCaptionsEnabledStateW() local
465 if (null != captioningManager) { in onSetCaptionsEnabledStateW()
466 captioningManager.setSystemAudioCaptioningEnabled(enabled); in onSetCaptionsEnabledStateW()
468 captioningManager.isSystemAudioCaptioningEnabled(), false); in onSetCaptionsEnabledStateW()
/aosp14/frameworks/base/media/java/android/media/
H A DCea708CaptionRenderer.java1716 CaptioningManager captioningManager = in CCWindowLayout() local
1718 mFontScale = captioningManager.getFontScale(); in CCWindowLayout()
1719 setCaptionStyle(captioningManager.getUserStyle()); in CCWindowLayout()