Searched refs:mCurrentWindowLayout (Results 1 – 1 of 1) sorted by relevance
66 private CaptionWindowLayout mCurrentWindowLayout; field in CaptionTrackRenderer180 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 …]