Searched refs:CharPos (Results 1 – 1 of 1) sorted by relevance
100 private List<CharPos> mBlinkingPosList = null;101 private List<CharPos> mHighlightPosList = null;119 public static final class CharPos { class in TimedText135 public CharPos(int startChar, int endChar) { in CharPos() method in TimedText.CharPos631 CharPos pos = new CharPos(startChar, endChar); in readHighlight()634 mHighlightPosList = new ArrayList<CharPos>(); in readHighlight()689 CharPos blinkingPos = new CharPos(startChar, endChar); in readBlinkingText()692 mBlinkingPosList = new ArrayList<CharPos>(); in readBlinkingText()