Searched refs:mEdgeType (Results 1 – 4 of 4) sorted by relevance
68 private int mEdgeType; field in SubtitleView168 mEdgeType = edgeType; in setEdgeType()283 mEdgeType = style.hasEdgeType() ? style.edgeType : defStyle.edgeType; in setStyle()327 final int edgeType = mEdgeType; in onDraw()
154 private int mEdgeType; field in AutoScrollHelper353 mEdgeType = type; in setEdgeType()627 switch (mEdgeType) { in constrainEdgeValue()634 } else if (mAnimating && (mEdgeType == EDGE_TYPE_INSIDE_EXTEND)) { in constrainEdgeValue()
1271 private int mEdgeType = CaptionStyle.EDGE_TYPE_NONE; field in Cea608CCWidget.CCLineBox1296 mEdgeType = captionStyle.edgeType; in setCaptionStyle()1300 if (mEdgeType == CaptionStyle.EDGE_TYPE_DROP_SHADOW) { in setCaptionStyle()1329 if (mEdgeType == CaptionStyle.EDGE_TYPE_UNSPECIFIED in onDraw()1330 || mEdgeType == CaptionStyle.EDGE_TYPE_NONE in onDraw()1331 || mEdgeType == CaptionStyle.EDGE_TYPE_DROP_SHADOW) { in onDraw()1337 if (mEdgeType == CaptionStyle.EDGE_TYPE_OUTLINE) { in onDraw()1380 final boolean raised = mEdgeType == CaptionStyle.EDGE_TYPE_RAISED; in drawEdgeRaisedOrDepressed()
37893 Landroid/media/Cea608CCWidget$CCLineBox;->mEdgeType:I107405 Lcom/android/internal/widget/AutoScrollHelper;->mEdgeType:I107774 Lcom/android/internal/widget/SubtitleView;->mEdgeType:I