Home
last modified time | relevance | path

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

/packages/apps/TV/usbtuner/src/com/android/usbtuner/cc/
DCaptionTrackRenderer.java66 private CaptionWindowLayout mCurrentWindowLayout;
67 private final CaptionWindowLayout[] mCaptionWindowLayouts =
68 new CaptionWindowLayout[CAPTION_WINDOWS_MAX];
173 CaptionWindowLayout windowLayout = mCaptionWindowLayouts[windowId]; in setCurrentWindowLayout()
185 private ArrayList<CaptionWindowLayout> getWindowsFromBitmap(int windowBitmap) { in getWindowsFromBitmap()
186 ArrayList<CaptionWindowLayout> windows = new ArrayList<>(); in getWindowsFromBitmap()
189 CaptionWindowLayout windowLayout = mCaptionWindowLayouts[i]; in getWindowsFromBitmap()
202 for (CaptionWindowLayout windowLayout : getWindowsFromBitmap(windowBitmap)) { in clearWindows()
211 for (CaptionWindowLayout windowLayout : getWindowsFromBitmap(windowBitmap)) { in displayWindows()
220 for (CaptionWindowLayout windowLayout : getWindowsFromBitmap(windowBitmap)) { in hideWindows()
[all …]
DCaptionLayout.java55 public void addOrUpdateViewToSafeTitleArea(CaptionWindowLayout captionWindowLayout, in addOrUpdateViewToSafeTitleArea()
65 public void removeViewFromSafeTitleArea(CaptionWindowLayout captionWindowLayout) { in removeViewFromSafeTitleArea()
DCaptionWindowLayout.java60 public class CaptionWindowLayout extends RelativeLayout implements View.OnLayoutChangeListener { class
122 public CaptionWindowLayout(Context context) { in CaptionWindowLayout() method in CaptionWindowLayout
126 public CaptionWindowLayout(Context context, AttributeSet attrs) { in CaptionWindowLayout() method in CaptionWindowLayout
130 public CaptionWindowLayout(Context context, AttributeSet attrs, int defStyleAttr) { in CaptionWindowLayout() method in CaptionWindowLayout