Searched defs:strikeThrough (Results 1 - 1 of 1) 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

Completed in 292 milliseconds