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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DTextAttribute.java25 public class TextAttribute { class
36 public TextAttribute(int start, int length, TextAlignment align, method in class:TextAttribute
H A DValueParser.java211 * @return A list of TextAttribute objects
214 static List<TextAttribute> retrieveTextAttribute(ComprehensionTlv ctlv)
216 ArrayList<TextAttribute> lst = new ArrayList<TextAttribute>();
250 TextAttribute attr = new TextAttribute(start, textLength,
H A DMenu.java32 public List<TextAttribute> titleAttrs;

Completed in 48 milliseconds