Searched refs:mEdgeColor (Results 1 – 4 of 4) sorted by relevance
67 private int mEdgeColor; field in SubtitleView175 mEdgeColor = color; in setEdgeColor()285 mEdgeColor = style.hasEdgeColor() ? style.edgeColor : defStyle.edgeColor; in setStyle()332 textPaint.setColor(mEdgeColor); in onDraw()339 textPaint.setShadowLayer(mShadowRadius, mShadowOffsetX, mShadowOffsetY, mEdgeColor); in onDraw()343 final int colorUp = raised ? Color.WHITE : mEdgeColor; in onDraw()344 final int colorDown = raised ? mEdgeColor : Color.WHITE; in onDraw()
1272 private int mEdgeColor = Color.TRANSPARENT; field in Cea608CCWidget.CCLineBox1297 mEdgeColor = captionStyle.edgeColor; in setCaptionStyle()1301 setShadowLayer(mShadowRadius, mShadowOffset, mShadowOffset, mEdgeColor); in setCaptionStyle()1352 setTextColor(mEdgeColor); in drawEdgeOutline()1381 final int colorUp = raised ? Color.WHITE : mEdgeColor; in drawEdgeRaisedOrDepressed()1382 final int colorDown = raised ? mEdgeColor : Color.WHITE; in drawEdgeRaisedOrDepressed()
52 private int mEdgeColor; field in RadialGradient
25245 Landroid/media/Cea608CCWidget$CCLineBox;->mEdgeColor:I86012 Lcom/android/internal/widget/SubtitleView;->mEdgeColor:I