Home
last modified time | relevance | path

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

/packages/apps/TV/usbtuner/src/com/android/usbtuner/cc/
DCaptionTrackRenderer.java173 CaptionWindowLayout windowLayout = mCaptionWindowLayouts[windowId]; in setCurrentWindowLayout() local
174 if (windowLayout == null) { in setCurrentWindowLayout()
180 mCurrentWindowLayout = windowLayout; in setCurrentWindowLayout()
189 CaptionWindowLayout windowLayout = mCaptionWindowLayouts[i]; in getWindowsFromBitmap() local
190 if (windowLayout != null) { in getWindowsFromBitmap()
191 windows.add(windowLayout); in getWindowsFromBitmap()
202 for (CaptionWindowLayout windowLayout : getWindowsFromBitmap(windowBitmap)) { in clearWindows()
203 windowLayout.clear(); in clearWindows()
211 for (CaptionWindowLayout windowLayout : getWindowsFromBitmap(windowBitmap)) { in displayWindows()
212 windowLayout.show(); in displayWindows()
[all …]