Searched refs:windowId (Results 1 – 2 of 2) sorted by relevance
194 private void setCurrentWindowLayout(int windowId) { in setCurrentWindowLayout() argument195 if (windowId < 0 || windowId >= mCaptionWindowLayouts.length) { in setCurrentWindowLayout()198 CaptionWindowLayout windowLayout = mCaptionWindowLayouts[windowId]; in setCurrentWindowLayout()203 Log.d(TAG, "setCurrentWindowLayout to " + windowId); in setCurrentWindowLayout()301 int windowId = window.id; in defineWindow() local302 if (windowId < 0 || windowId >= mCaptionWindowLayouts.length) { in defineWindow()305 CaptionWindowLayout windowLayout = mCaptionWindowLayouts[windowId]; in defineWindow()310 mCurrentWindowLayout = mCaptionWindowLayouts[windowId] = windowLayout; in defineWindow()
491 int windowId = mCommand - Cea708Data.CODE_C1_CW0; in parseC1() local492 emitCaptionEvent(new CaptionEvent(CAPTION_EMIT_TYPE_COMMAND_CWX, windowId)); in parseC1()494 Log.d(TAG, String.format("CaptionCommand CWX windowId: %d", windowId)); in parseC1()758 int windowId = mCommand - Cea708Data.CODE_C1_DF0; in parseC1() local776 windowId, in parseC1()798 windowId, in parseC1()