Searched refs:TAG_FONT (Results 1 – 2 of 2) sorted by relevance
212 private static final String TAG_FONT = "font"; field in FontUpdateRequest.Family263 out.startTag(null, TAG_FONT); in writeFamilyToXml()265 out.endTag(null, TAG_FONT); in writeFamilyToXml()290 if (type == XmlPullParser.START_TAG && parser.getName().equals(TAG_FONT)) { in readFromXml()
58 private static final String TAG_FONT = "font"; field in FontListParser270 if (tag.equals(TAG_FONT)) { in readFamily()