Home
last modified time | relevance | path

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

/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/text/
DCue.java50 public @interface AnchorType {} annotation in Cue
209 public final @AnchorType int lineAnchor;
235 public final @AnchorType int positionAnchor;
317 @AnchorType int lineAnchor, in Cue()
319 @AnchorType int positionAnchor, in Cue()
355 @AnchorType int lineAnchor, in Cue()
357 @AnchorType int positionAnchor, in Cue()
400 @AnchorType int lineAnchor, in Cue()
402 @AnchorType int positionAnchor, in Cue()
430 @AnchorType int lineAnchor, in Cue()
[all …]
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/text/ttml/
DTtmlRegion.java29 public final @Cue.AnchorType int lineAnchor;
53 @Cue.AnchorType int lineAnchor, in TtmlRegion()
DTtmlDecoder.java426 @Cue.AnchorType int lineAnchor = Cue.ANCHOR_TYPE_START; in parseRegionAttributes()
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/text/ssa/
DSsaDecoder.java310 @Cue.AnchorType int positionAnchor = toPositionAnchor(alignment); in createCue()
311 @Cue.AnchorType int lineAnchor = toLineAnchor(alignment); in createCue()
360 @Cue.AnchorType
383 @Cue.AnchorType
406 private static float computeDefaultLineOrPosition(@Cue.AnchorType int anchor) { in computeDefaultLineOrPosition()
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/text/subrip/
DSubripDecoder.java181 @Cue.AnchorType int positionAnchor; in buildCue()
202 @Cue.AnchorType int lineAnchor; in buildCue()
246 /* package */ static float getFractionalPositionForAnchorType(@Cue.AnchorType int anchorType) { in getFractionalPositionForAnchorType()
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/text/webvtt/
DWebvttCueParser.java408 @Cue.AnchorType
433 @Cue.AnchorType
748 @Cue.AnchorType public int lineAnchor;
750 @Cue.AnchorType public int positionAnchor;
778 @Cue.AnchorType in toCueBuilder()
834 @Cue.AnchorType
867 private static float deriveMaxSize(@Cue.AnchorType int positionAnchor, float position) { in deriveMaxSize()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_draw.cpp46 {XFA_Attribute::AnchorType, XFA_AttributeType::Enum,
Dcxfa_exclgroup.cpp48 {XFA_Attribute::AnchorType, XFA_AttributeType::Enum,
Dcxfa_field.cpp51 {XFA_Attribute::AnchorType, XFA_AttributeType::Enum,
Dcxfa_subform.cpp56 {XFA_Attribute::AnchorType, XFA_AttributeType::Enum,
Delement_attributes.inc185 ELEM_ATTR____(Field, AnchorType, CJX_Object::ScriptAttributeString)
230 ELEM_ATTR____(ExclGroup, AnchorType, CJX_Object::ScriptAttributeString)
276 ELEM_ATTR____(Subform, AnchorType, CJX_Object::ScriptAttributeString)
422 ELEM_ATTR____(Draw, AnchorType, CJX_Object::ScriptAttributeString)
Dattributes.inc248 ATTR____(0xc2bd40fdu, "anchorType", AnchorType, Basic)
/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/text/subrip/
DSubripDecoderTest.java222 @Cue.AnchorType int lineAnchor, in assertAlignmentCue()
223 @Cue.AnchorType int positionAnchor) { in assertAlignmentCue()
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/text/cea/
DCea708Decoder.java32 import com.google.android.exoplayer2.text.Cue.AnchorType;
1228 @AnchorType int verticalAnchorType; in build()
1237 @AnchorType int horizontalAnchorType; in build()
1325 @AnchorType int lineAnchor, in Cea708CueInfo()
1327 @AnchorType int positionAnchor, in Cea708CueInfo()
DCea608Decoder.java624 @Cue.AnchorType int positionAnchor = Cue.ANCHOR_TYPE_END; in getDisplayCues()
885 public Cue build(@Cue.AnchorType int forcedPositionAnchor) { in build()
/external/exoplayer/tree/library/ui/src/main/java/com/google/android/exoplayer2/ui/
DSubtitlePainter.java78 @Cue.AnchorType
81 @Cue.AnchorType
DSubtitleWebView.java304 private static int anchorTypeToTranslatePercent(@Cue.AnchorType int anchorType) { in anchorTypeToTranslatePercent()
/external/pdfium/xfa/fxfa/layout/
Dcxfa_contentlayoutprocessor.cpp549 pNode->JSObject()->GetEnum(XFA_Attribute::AnchorType); in CalculatePositionedContainerPos()