Searched refs:HyperText (Results 1 – 1 of 1) sorted by relevance
103 private List<HyperText> mHyperTextList = null;316 public static final class HyperText { class in TimedText345 public HyperText(int startChar, int endChar, String url, String alt) { in HyperText() method in TimedText.HyperText662 HyperText hyperText = new HyperText(startChar, endChar, urlString, altString); in readHyperText()666 mHyperTextList = new ArrayList<HyperText>(); in readHyperText()