Home
last modified time | relevance | path

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

/packages/apps/TV/tuner/src/com/android/tv/tuner/cc/
DCaptionWindowLayout.java641 mSubtitleViewExoV2.setCues(Collections.emptyList()); in clearText()
647 public void setCues(List<Cue> cues) { in setCues() method in CaptionWindowLayout
648 mSubtitleViewExoV2.setCues(cues); in setCues()
DCaptionTrackRenderer.java344 mCurrentWindowLayout.setCues(cues); in sendCuesToCurrentWindow()