Searched refs:windowId (Results 1 – 2 of 2) sorted by relevance
/packages/apps/TV/usbtuner/src/com/android/usbtuner/cc/ |
D | CaptionTrackRenderer.java | 169 private void setCurrentWindowLayout(int windowId) { in setCurrentWindowLayout() argument 170 if (windowId < 0 || windowId >= mCaptionWindowLayouts.length) { in setCurrentWindowLayout() 173 CaptionWindowLayout windowLayout = mCaptionWindowLayouts[windowId]; in setCurrentWindowLayout() 178 Log.d(TAG, "setCurrentWindowLayout to " + windowId); in setCurrentWindowLayout() 272 int windowId = window.id; in defineWindow() local 273 if (windowId < 0 || windowId >= mCaptionWindowLayouts.length) { in defineWindow() 276 CaptionWindowLayout windowLayout = mCaptionWindowLayouts[windowId]; in defineWindow() 281 mCurrentWindowLayout = mCaptionWindowLayouts[windowId] = windowLayout; in defineWindow()
|
D | Cea708Parser.java | 459 int windowId = mCommand - Cea708Data.CODE_C1_CW0; in parseC1() local 460 emitCaptionEvent(new CaptionEvent(CAPTION_EMIT_TYPE_COMMAND_CWX, windowId)); in parseC1() 462 Log.d(TAG, String.format("CaptionCommand CWX windowId: %d", windowId)); in parseC1() 664 int windowId = mCommand - Cea708Data.CODE_C1_DF0; in parseC1() local 679 new CaptionWindow(windowId, visible, rowLock, columnLock, priority, in parseC1() 689 windowId, priority, columnLock, rowLock, visible, anchorVertical, in parseC1()
|