Home
last modified time | relevance | path

Searched defs:positionAnchor (Results 1 – 7 of 7) sorted by relevance

/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/text/
DCue.java235 public final @AnchorType int positionAnchor; field in Cue
319 @AnchorType int positionAnchor, in Cue()
357 @AnchorType int positionAnchor, in Cue()
402 @AnchorType int positionAnchor, in Cue()
432 @AnchorType int positionAnchor, in Cue()
472 @AnchorType private int positionAnchor; field in Cue.Builder
687 public Builder setPositionAnchor(@AnchorType int positionAnchor) { in setPositionAnchor()
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/text/webvtt/
DWebvttCueParser.java750 @Cue.AnchorType public int positionAnchor; field in WebvttCueParser.WebvttCueInfoBuilder
779 int positionAnchor = in toCueBuilder() local
867 private static float deriveMaxSize(@Cue.AnchorType int positionAnchor, float position) { in deriveMaxSize()
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/text/subrip/
DSubripDecoder.java181 @Cue.AnchorType int positionAnchor; in buildCue() local
/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/text/subrip/
DSubripDecoderTest.java223 @Cue.AnchorType int positionAnchor) { in assertAlignmentCue()
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/text/ssa/
DSsaDecoder.java310 @Cue.AnchorType int positionAnchor = toPositionAnchor(alignment); in createCue() local
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/text/cea/
DCea608Decoder.java624 @Cue.AnchorType int positionAnchor = Cue.ANCHOR_TYPE_END; in getDisplayCues() local
900 int positionAnchor; in build() local
DCea708Decoder.java1327 @AnchorType int positionAnchor, in Cea708CueInfo()