Home
last modified time | relevance | path

Searched refs:underlined (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
DTextAttribute.java32 public boolean underlined; field in TextAttribute
37 FontSize size, boolean bold, boolean italic, boolean underlined, in TextAttribute() argument
45 this.underlined = underlined; in TextAttribute()
DValueParser.java258 boolean underlined = (format & 0x40) != 0; in retrieveTextAttribute()
264 align, size, bold, italic, underlined, in retrieveTextAttribute()