Searched refs:CharPos (Results 1 – 1 of 1) sorted by relevance
98 private List<CharPos> mBlinkingPosList = null;99 private List<CharPos> mHighlightPosList = null;117 public static final class CharPos { class in TimedText133 public CharPos(int startChar, int endChar) { in CharPos() method in TimedText.CharPos619 CharPos pos = new CharPos(startChar, endChar); in readHighlight()622 mHighlightPosList = new ArrayList<CharPos>(); in readHighlight()677 CharPos blinkingPos = new CharPos(startChar, endChar); in readBlinkingText()680 mBlinkingPosList = new ArrayList<CharPos>(); in readBlinkingText()