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

/frameworks/base/media/java/android/media/
H A DTimedText.java201 public final boolean isUnderlined; field in class:TimedText.Style
221 * @param isUnderlined whether the characters should be underlined.
226 boolean isBold, boolean isItalic, boolean isUnderlined,
233 this.isUnderlined = isUnderlined;
538 boolean isUnderlined = false;
562 isUnderlined = ((flags / 4) == 1);
584 isItalic, isUnderlined, fontSize, colorRGBA);
225 Style(int startChar, int endChar, int fontId, boolean isBold, boolean isItalic, boolean isUnderlined, int fontSize, int colorRGBA) argument

Completed in 220 milliseconds