Home
last modified time | relevance | path

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

/packages/apps/TV/tuner/src/com/android/tv/tuner/cc/
DCaptionTrackRenderer.java185 setWindowAttr((CaptionWindowAttr) event.obj); in processCaptionEvent()
291 private void setWindowAttr(CaptionWindowAttr windowAttr) { in setWindowAttr() method in CaptionTrackRenderer
293 mCurrentWindowLayout.setWindowAttr(windowAttr); in setWindowAttr()
DCaptionWindowLayout.java268 public void setWindowAttr(CaptionWindowAttr windowAttr) { in setWindowAttr() method in CaptionWindowLayout