Searched refs:CaptionLayout (Results 1 - 4 of 4) sorted by relevance

/packages/apps/TV/src/com/android/tv/tuner/cc/
H A DCaptionLayout.java29 public class CaptionLayout extends ScaledLayout { class in inherits:ScaledLayout
39 public CaptionLayout(Context context) { method in class:CaptionLayout
43 public CaptionLayout(Context context, AttributeSet attrs) { method in class:CaptionLayout
47 public CaptionLayout(Context context, AttributeSet attrs, int defStyleAttr) { method in class:CaptionLayout
H A DCaptionTrackRenderer.java64 private final CaptionLayout mCaptionLayout;
72 public CaptionTrackRenderer(CaptionLayout captionLayout) {
H A DCaptionWindowLayout.java93 private CaptionLayout mCaptionLayout;
243 * This method places the window on a given CaptionLayout along with the anchor of the window.
290 * @param captionLayout a given {@link CaptionLayout}, which contains a safe title area
294 public void initWindow(CaptionLayout captionLayout, CaptionWindow captionWindow) {
/packages/apps/TV/src/com/android/tv/tuner/tvinput/
H A DTunerSession.java43 import com.android.tv.tuner.cc.CaptionLayout;
101 CaptionLayout captionLayout = (CaptionLayout) mOverlayView.findViewById(R.id.caption);

Completed in 73 milliseconds