Searched refs:CaptionWindowLayout (Results 1 – 4 of 4) sorted by relevance
68 private final CaptionWindowLayout.Factory mCaptionWindowLayoutFactory;71 private CaptionWindowLayout mCurrentWindowLayout;72 private final CaptionWindowLayout[] mCaptionWindowLayouts =73 new CaptionWindowLayout[CAPTION_WINDOWS_MAX];90 @Provided CaptionWindowLayout.Factory captionWindowLayoutFactory, in CaptionTrackRenderer()198 CaptionWindowLayout windowLayout = mCaptionWindowLayouts[windowId]; in setCurrentWindowLayout()210 private ArrayList<CaptionWindowLayout> getWindowsFromBitmap(int windowBitmap) { in getWindowsFromBitmap()211 ArrayList<CaptionWindowLayout> windows = new ArrayList<>(); in getWindowsFromBitmap()214 CaptionWindowLayout windowLayout = mCaptionWindowLayouts[i]; in getWindowsFromBitmap()227 for (CaptionWindowLayout windowLayout : getWindowsFromBitmap(windowBitmap)) { in clearWindows()[all …]
66 public class CaptionWindowLayout extends RelativeLayout implements View.OnLayoutChangeListener { class147 public CaptionWindowLayout create(Context context); in create()151 public CaptionWindowLayout(Context context, @Provided TunerFlags tunerFlags) { in CaptionWindowLayout() method in CaptionWindowLayout155 public CaptionWindowLayout(Context context, AttributeSet attrs, TunerFlags tunerFlags) { in CaptionWindowLayout() method in CaptionWindowLayout159 public CaptionWindowLayout( in CaptionWindowLayout() method in CaptionWindowLayout
57 CaptionWindowLayout captionWindowLayout, ScaledLayoutParams scaledLayoutParams) { in addOrUpdateViewToSafeTitleArea()66 public void removeViewFromSafeTitleArea(CaptionWindowLayout captionWindowLayout) { in removeViewFromSafeTitleArea()
20 import com.android.tv.tuner.cc.CaptionWindowLayout;100 abstract CaptionWindowLayout.Factory captionWindowLayoutFactory( in captionWindowLayoutFactory()