Home
last modified time | relevance | path

Searched defs:linethrough (Results 1 – 3 of 3) sorted by relevance

/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/text/webvtt/
DWebvttCssStyle.java91 @OptionalBoolean private int linethrough; field in WebvttCssStyle
197 public WebvttCssStyle setLinethrough(boolean linethrough) { in setLinethrough()
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/text/ttml/
DTtmlStyle.java80 @OptionalBoolean private int linethrough; field in TtmlStyle
123 public TtmlStyle setLinethrough(boolean linethrough) { in setLinethrough()
/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/text/ttml/
DTtmlStyleTest.java139 public void linethrough() { in linethrough() method in TtmlStyleTest