Searched refs:TAG_FONT (Results 1 – 2 of 2) sorted by relevance
211 private static final String TAG_FONT = "font"; field in FontUpdateRequest.Family262 out.startTag(null, TAG_FONT); in writeFamilyToXml()264 out.endTag(null, TAG_FONT); in writeFamilyToXml()289 if (type == XmlPullParser.START_TAG && parser.getName().equals(TAG_FONT)) { in readFromXml()
52 private static final String TAG_FONT = "font"; field in FontListParser190 if (tag.equals(TAG_FONT)) { in readFamily()