HomeSort by relevance Sort by last modified time
    Searched refs:mCurrentWindowLayout (Results 1 - 2 of 2) sorted by null

  /packages/apps/TV/src/com/android/tv/tuner/cc/
CaptionTrackRenderer.java 66 private CaptionWindowLayout mCurrentWindowLayout;
180 mCurrentWindowLayout = windowLayout;
249 mCurrentWindowLayout = null;
263 if (mCurrentWindowLayout != null) {
264 mCurrentWindowLayout.setWindowAttr(windowAttr);
281 mCurrentWindowLayout = mCaptionWindowLayouts[windowId] = windowLayout;
308 if (mCurrentWindowLayout != null) {
309 mCurrentWindowLayout.sendControl(control);
314 if (mCurrentWindowLayout != null) {
315 mCurrentWindowLayout.sendBuffer(buffer)
    [all...]
  /frameworks/base/media/java/android/media/
Cea708CaptionRenderer.java     [all...]

Completed in 56 milliseconds