Searched refs:mStrokeColor (Results 1 – 2 of 2) sorted by relevance
56 private final @ColorInt int mStrokeColor; field in AppsDividerView87 mStrokeColor = ContextCompat.getColor(context, R.color.material_color_outline_variant); in AppsDividerView()163 mPaint.setColor(mStrokeColor); in updateDividerType()
82 private int mStrokeColor; field in PreviewBackground174 mStrokeColor = ta.getColor(R.styleable.FolderIconPreview_folderIconBorderColor, 0); in setup()351 mPaint.setColor(setColorAlphaBound(mStrokeColor, mStrokeAlpha)); in drawBackgroundStroke()