Home
last modified time | relevance | path

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

/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/text/span/
DRubySpan.java58 public static final int POSITION_UNDER = 2; field in RubySpan
73 @IntDef({POSITION_UNKNOWN, POSITION_OVER, POSITION_UNDER})
/external/exoplayer/tree/library/ui/src/test/java/com/google/android/exoplayer2/ui/
DSpannedToHtmlConverterTest.java107 new RubySpan("non-àscìì-text", RubySpan.POSITION_UNDER), in convert_supportsRubySpan()
/external/exoplayer/tree/library/ui/src/main/java/com/google/android/exoplayer2/ui/
DSpannedToHtmlConverter.java146 case RubySpan.POSITION_UNDER: in getOpeningTag()
/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/text/ttml/
DTtmlStyleTest.java47 private static final int RUBY_POSITION = RubySpan.POSITION_UNDER;
/external/exoplayer/tree/testutils/src/test/java/com/google/android/exoplayer2/testutil/truth/
DSpannedSubjectTest.java651 .withTextAndPosition("ruby text", RubySpan.POSITION_UNDER)); in rubySpan_wrongPosition()
654 assertThat(expected).factValue("expected").contains("position=" + RubySpan.POSITION_UNDER); in rubySpan_wrongPosition()
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/text/ttml/
DTtmlDecoder.java568 style = createIfNull(style).setRubyPosition(RubySpan.POSITION_UNDER); in parseStyleAttributes()