Home
last modified time | relevance | path

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

/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/text/span/
DRubySpan.java42 public static final int POSITION_UNKNOWN = -1; field in RubySpan
73 @IntDef({POSITION_UNKNOWN, POSITION_OVER, POSITION_UNDER})
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/text/ttml/
DTtmlStyle.java100 rubyPosition = RubySpan.POSITION_UNKNOWN; in TtmlStyle()
232 if (rubyPosition == RubySpan.POSITION_UNKNOWN) { in inherit()
DTtmlRenderUtil.java145 : RubySpan.POSITION_UNKNOWN; in applyStylesToSpan()
/external/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
DMicrophoneInfoConverter.java41 if (coordinates == MicrophoneInfo.POSITION_UNKNOWN) return "Unknown"; in convertCoordinates()
/external/exoplayer/tree/library/ui/src/main/java/com/google/android/exoplayer2/ui/
DSpannedToHtmlConverter.java148 case RubySpan.POSITION_UNKNOWN: in getOpeningTag()
/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/text/ttml/
DTtmlStyleTest.java233 assertThat(style.getRubyPosition()).isEqualTo(RubySpan.POSITION_UNKNOWN); in rubyPosition()
DTtmlDecoderTest.java621 .withTextAndPosition("2nd rubies", RubySpan.POSITION_UNKNOWN); in rubies()
627 .withTextAndPosition("rubies", RubySpan.POSITION_UNKNOWN); in rubies()