Home
last modified time | relevance | path

Searched refs:captionWindowLayout (Results 1 – 1 of 1) sorted by relevance

/packages/apps/TV/tuner/src/com/android/tv/tuner/cc/
DCaptionLayout.java57 CaptionWindowLayout captionWindowLayout, ScaledLayoutParams scaledLayoutParams) { in addOrUpdateViewToSafeTitleArea() argument
58 int index = mSafeTitleAreaLayout.indexOfChild(captionWindowLayout); in addOrUpdateViewToSafeTitleArea()
60 mSafeTitleAreaLayout.addView(captionWindowLayout, scaledLayoutParams); in addOrUpdateViewToSafeTitleArea()
63 mSafeTitleAreaLayout.updateViewLayout(captionWindowLayout, scaledLayoutParams); in addOrUpdateViewToSafeTitleArea()
66 public void removeViewFromSafeTitleArea(CaptionWindowLayout captionWindowLayout) { in removeViewFromSafeTitleArea() argument
67 mSafeTitleAreaLayout.removeView(captionWindowLayout); in removeViewFromSafeTitleArea()