Searched refs:mCurrentWindowLayout (Results 1 – 2 of 2) sorted by relevance
1394 private CCWindowLayout mCurrentWindowLayout; field in Cea708CCWidget.CCHandler1488 mCurrentWindowLayout = windowLayout; in setCurrentWindowLayout()1558 mCurrentWindowLayout = null; in reset()1572 if (mCurrentWindowLayout != null) { in setWindowAttr()1573 mCurrentWindowLayout.setWindowAttr(windowAttr); in setWindowAttr()1590 mCurrentWindowLayout = mCaptionWindowLayouts[windowId] = windowLayout; in defineWindow()1617 if (mCurrentWindowLayout != null) { in sendControlToCurrentWindow()1618 mCurrentWindowLayout.sendControl(control); in sendControlToCurrentWindow()1623 if (mCurrentWindowLayout != null) { in sendBufferToCurrentWindow()1624 mCurrentWindowLayout.sendBuffer(buffer); in sendBufferToCurrentWindow()[all …]
35583 Landroid/media/Cea708CCWidget$CCHandler;->mCurrentWindowLayout:Landroid/media/Cea708CCWidget$CCWind…