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