Home
last modified time | relevance | path

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

/packages/apps/TV/usbtuner/src/com/android/usbtuner/cc/
DCaptionTrackRenderer.java66 private CaptionWindowLayout mCurrentWindowLayout; field in CaptionTrackRenderer
180 mCurrentWindowLayout = windowLayout; in setCurrentWindowLayout()
249 mCurrentWindowLayout = null; in reset()
263 if (mCurrentWindowLayout != null) { in setWindowAttr()
264 mCurrentWindowLayout.setWindowAttr(windowAttr); in setWindowAttr()
281 mCurrentWindowLayout = mCaptionWindowLayouts[windowId] = windowLayout; in defineWindow()
308 if (mCurrentWindowLayout != null) { in sendControlToCurrentWindow()
309 mCurrentWindowLayout.sendControl(control); in sendControlToCurrentWindow()
314 if (mCurrentWindowLayout != null) { in sendBufferToCurrentWindow()
315 mCurrentWindowLayout.sendBuffer(buffer); in sendBufferToCurrentWindow()
[all …]