Searched refs:mCaptionWindowLayouts (Results 1 – 1 of 1) sorted by relevance
67 private final CaptionWindowLayout[] mCaptionWindowLayouts = field in CaptionTrackRenderer170 if (windowId < 0 || windowId >= mCaptionWindowLayouts.length) { in setCurrentWindowLayout()173 CaptionWindowLayout windowLayout = mCaptionWindowLayouts[windowId]; in setCurrentWindowLayout()189 CaptionWindowLayout windowLayout = mCaptionWindowLayouts[i]; in getWindowsFromBitmap()244 mCaptionWindowLayouts[windowLayout.getCaptionWindowId()] = null; in deleteWindows()253 if (mCaptionWindowLayouts[i] != null) { in reset()254 mCaptionWindowLayouts[i].removeFromCaptionView(); in reset()256 mCaptionWindowLayouts[i] = null; in reset()273 if (windowId < 0 || windowId >= mCaptionWindowLayouts.length) { in defineWindow()276 CaptionWindowLayout windowLayout = mCaptionWindowLayouts[windowId]; in defineWindow()[all …]