Searched defs:CaptionWindowLayout (Results 1 - 1 of 1) sorted by relevance

/packages/apps/TV/src/com/android/tv/tuner/cc/
H A DCaptionWindowLayout.java61 public class CaptionWindowLayout extends RelativeLayout implements View.OnLayoutChangeListener { class in inherits:RelativeLayout,View.OnLayoutChangeListener
62 private static final String TAG = "CaptionWindowLayout";
126 public CaptionWindowLayout(Context context) { method in class:CaptionWindowLayout
130 public CaptionWindowLayout(Context context, AttributeSet attrs) { method in class:CaptionWindowLayout
134 public CaptionWindowLayout(Context context, AttributeSet attrs, int defStyleAttr) { method in class:CaptionWindowLayout
279 * determined in a ratio. Second, set the gravity of the window. {@link CaptionWindowLayout} is

Completed in 72 milliseconds