Home
last modified time | relevance | path

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

/packages/apps/TV/tuner/src/com/android/tv/tuner/cc/
DCaptionTrackRenderer.java194 private void setCurrentWindowLayout(int windowId) { in setCurrentWindowLayout() argument
195 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() local
302 if (windowId < 0 || windowId >= mCaptionWindowLayouts.length) { in defineWindow()
305 CaptionWindowLayout windowLayout = mCaptionWindowLayouts[windowId]; in defineWindow()
310 mCurrentWindowLayout = mCaptionWindowLayouts[windowId] = windowLayout; in defineWindow()
/packages/apps/TV/tuner/src/com/android/tv/tuner/data/
DCea708Parser.java491 int windowId = mCommand - Cea708Data.CODE_C1_CW0; in parseC1() local
492 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() local
776 windowId, in parseC1()
798 windowId, in parseC1()