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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DTextAttribute.java33 public boolean strikeThrough; field in class:TextAttribute
38 boolean strikeThrough, TextColor color) {
46 this.strikeThrough = strikeThrough;
36 TextAttribute(int start, int length, TextAlignment align, FontSize size, boolean bold, boolean italic, boolean underlined, boolean strikeThrough, TextColor color) argument
H A DValueParser.java248 boolean strikeThrough = (format & 0x80) != 0;
254 strikeThrough, color);

Completed in 180 milliseconds