Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DTtmlRenderer.java85 public static final String TAG_STYLE = "style"; field in TtmlUtils
509 tag.equals(TtmlUtils.TAG_BR) || tag.equals(TtmlUtils.TAG_STYLE) || in isSupportedTag()