Searched refs:CaptionWindowLayout (Results 1 – 3 of 3) sorted by relevance
66 private CaptionWindowLayout mCurrentWindowLayout;67 private final CaptionWindowLayout[] mCaptionWindowLayouts =68 new CaptionWindowLayout[CAPTION_WINDOWS_MAX];173 CaptionWindowLayout windowLayout = mCaptionWindowLayouts[windowId]; in setCurrentWindowLayout()185 private ArrayList<CaptionWindowLayout> getWindowsFromBitmap(int windowBitmap) { in getWindowsFromBitmap()186 ArrayList<CaptionWindowLayout> windows = new ArrayList<>(); in getWindowsFromBitmap()189 CaptionWindowLayout windowLayout = mCaptionWindowLayouts[i]; in getWindowsFromBitmap()202 for (CaptionWindowLayout windowLayout : getWindowsFromBitmap(windowBitmap)) { in clearWindows()211 for (CaptionWindowLayout windowLayout : getWindowsFromBitmap(windowBitmap)) { in displayWindows()220 for (CaptionWindowLayout windowLayout : getWindowsFromBitmap(windowBitmap)) { in hideWindows()[all …]
61 public class CaptionWindowLayout extends RelativeLayout implements View.OnLayoutChangeListener { class126 public CaptionWindowLayout(Context context) { in CaptionWindowLayout() method in CaptionWindowLayout130 public CaptionWindowLayout(Context context, AttributeSet attrs) { in CaptionWindowLayout() method in CaptionWindowLayout134 public CaptionWindowLayout(Context context, AttributeSet attrs, int defStyleAttr) { in CaptionWindowLayout() method in CaptionWindowLayout
55 public void addOrUpdateViewToSafeTitleArea(CaptionWindowLayout captionWindowLayout, in addOrUpdateViewToSafeTitleArea()65 public void removeViewFromSafeTitleArea(CaptionWindowLayout captionWindowLayout) { in removeViewFromSafeTitleArea()