Searched refs:mSelectedIndicatorPaint (Results 1 – 1 of 1) sorted by relevance
1786 private final Paint mSelectedIndicatorPaint; field in TabLayout.SlidingTabStrip1801 mSelectedIndicatorPaint = new Paint(); in SlidingTabStrip()1805 if (mSelectedIndicatorPaint.getColor() != color) { in setSelectedIndicatorColor()1806 mSelectedIndicatorPaint.setColor(color); in setSelectedIndicatorColor()2039 mIndicatorRight, getHeight(), mSelectedIndicatorPaint); in draw()