Searched refs:mEdgeColor (Results 1 – 4 of 4) sorted by relevance
67 private int mEdgeColor; field in SubtitleView174 mEdgeColor = color; in setEdgeColor()284 mEdgeColor = style.hasEdgeColor() ? style.edgeColor : defStyle.edgeColor; in setStyle()331 textPaint.setColor(mEdgeColor); in onDraw()338 textPaint.setShadowLayer(mShadowRadius, mShadowOffsetX, mShadowOffsetY, mEdgeColor); in onDraw()342 final int colorUp = raised ? Color.WHITE : mEdgeColor; in onDraw()343 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()
46 private int mEdgeColor; field in RadialGradient
37892 Landroid/media/Cea608CCWidget$CCLineBox;->mEdgeColor:I107773 Lcom/android/internal/widget/SubtitleView;->mEdgeColor:I