Home
last modified time | relevance | path

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

/packages/apps/TV/usbtuner/src/com/android/usbtuner/cc/
DCaptionTrackRenderer.java160 setWindowAttr((CaptionWindowAttr) event.obj); in processCaptionEvent()
262 private void setWindowAttr(CaptionWindowAttr windowAttr) { in setWindowAttr() method in CaptionTrackRenderer
264 mCurrentWindowLayout.setWindowAttr(windowAttr); in setWindowAttr()
DCaptionWindowLayout.java214 public void setWindowAttr(CaptionWindowAttr windowAttr) { in setWindowAttr() method in CaptionWindowLayout