Searched defs:italic (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/gsm/stk/
H A DTextAttribute.java31 public boolean italic; field in class:TextAttribute
37 FontSize size, boolean bold, boolean italic, boolean underlined,
44 this.italic = italic;
36 TextAttribute(int start, int length, TextAlignment align, FontSize size, boolean bold, boolean italic, boolean underlined, boolean strikeThrough, TextColor color) argument

Completed in 41 milliseconds