Searched refs:endChar (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/media/java/android/media/
H A DTimedText.java112 * for Blinking Text or Highlight Text. endChar is the end offset
126 public final int endChar; field in class:TimedText.CharPos
131 * @param endChar the offset of the end character.
133 public CharPos(int startChar, int endChar) { argument
135 this.endChar = endChar;
180 public final int endChar; field in class:TimedText.Style
217 * @param endChar the offset of the end character which applys this style
225 public Style(int startChar, int endChar, int fontId, argument
229 this.endChar
292 public final int endChar; field in class:TimedText.Karaoke
303 Karaoke(int startTimeMs, int endTimeMs, int startChar, int endChar) argument
325 public final int endChar; field in class:TimedText.HyperText
345 HyperText(int startChar, int endChar, String url, String alt) argument
[all...]
/frameworks/native/opengl/tests/hwc/
H A DhwcColorEquiv.cpp197 char endChar = (str.length() > 1) ? str[str.length() - 1] : 0; local
198 if ((endChar == '>') || (endChar == ']')) { break; }
219 char endChar = (str.length() > 1) ? str[str.length() - 1] : 0; local
220 if ((endChar == '>') || (endChar == ']')) { break; }
H A DhwcCommit.cpp357 char endChar = (str.length() > 1) ? str[str.length() - 1] : 0; local
358 if ((endChar == '>') || (endChar == ']')) { break; }
/frameworks/base/core/java/com/android/internal/os/
H A DProcessCpuTracker.java848 private String readFile(String file, char endChar) { argument
862 if (mBuffer[i] == endChar) {

Completed in 76 milliseconds